#52112A

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

Shades of Blackberry #52112A

Tints of Blackberry #52112A

Color information

#52112A (or 0x52112A) is unknown color: approx Blackberry. HEX triplet: 52, 11 and 2A. RGB value is (82,17,42). Sum of RGB (Red+Green+Blue) = 82+17+42=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #52112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52112A is #ADEED5. Grayscale: #272727. Windows color (decimal): -11398870 or 2756946. OLE color: 2756946.

HSL color Cylindrical-coordinate representation of color #52112A: hue angle of 336.92º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52112A is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB821742-
CMYK00.790.490.68
HSL336.92º65.66%19.41%-
HSV(B)336.92º79.27%32.16%-
XYZ4.12.362.43-
YUV39.28129.53158.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.16%
GREEN value IS 17 (7.03% from 255) = 12.06%
BLUE value IS 42 (16.80% from 255) = 29.79%
R=58.16%
G=12.06%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82174200.790.490.68336.9265.6619.41
Hex52112A04F31441514213
Octal122215201176110452110223
Binary101001010001101010010011111100011000100101010001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52112A; }

 p { color: rgb(82,17,42); }

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

<style>
 a { background-color: #52112A; }

 a { background-color: rgb(82,17,42); }

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

<style>
 span { border-color: #52112A; }

 span { border-color: rgb(82,17,42); }

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