#520B34

Color #520B34 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #520B34

Tints of Blackberry #520B34

Color information

#520B34 (or 0x520B34) is unknown color: approx Blackberry. HEX triplet: 52, 0B and 34. RGB value is (82,11,52). Sum of RGB (Red+Green+Blue) = 82+11+52=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #520B34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520B34 is #ADF4CB. Grayscale: #242424. Windows color (decimal): -11400396 or 3410770. OLE color: 3410770.

HSL color Cylindrical-coordinate representation of color #520B34: hue angle of 325.35º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #520B34 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB821152-
CMYK00.870.370.68
HSL325.35º76.34%18.24%-
HSV(B)325.35º86.59%32.16%-
XYZ4.222.283.47-
YUV36.9136.52160.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 56.55%
GREEN value IS 11 (4.69% from 255) = 7.59%
BLUE value IS 52 (20.70% from 255) = 35.86%
R=56.55%
G=7.59%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82115200.870.370.68325.3576.3418.24
Hex52B3405725441454c12
Octal122136401274510450511422
Binary10100101011110100010101111001011000100101000101100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520B34; }

 p { color: rgb(82,11,52); }

 H1.HeaderClassName
 {
   color: #520B34;
 }
 .AnyTagClassName
 {
   color: #520B34;
 }
</style>
background-color css

<style>
 a { background-color: #520B34; }

 a { background-color: rgb(82,11,52); }

 div.DivClassName
 {
   background-color: #520B34;
 }
 .BgClassName
 {
   background-color: #520B34;
 }
</style>
border-color css

<style>
 span { border-color: #520B34; }

 span { border-color: rgb(82,11,52); }

 td.TdClassName
 {
   border-color: #520B34;
 }
 .TagClassName
 {
   border-color: #520B34;
 }
</style>