#52112B

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

Shades of Blackberry #52112B

Tints of Blackberry #52112B

Color information

#52112B (or 0x52112B) is unknown color: approx Blackberry. HEX triplet: 52, 11 and 2B. RGB value is (82,17,43). Sum of RGB (Red+Green+Blue) = 82+17+43=142 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.75% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 82 - color contains mainly: red. Hex color #52112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52112B is #ADEED4. Grayscale: #272727. Windows color (decimal): -11398869 or 2822482. OLE color: 2822482.

HSL color Cylindrical-coordinate representation of color #52112B: hue angle of 336º 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 #52112B is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB821743-
CMYK00.790.480.68
HSL336º65.66%19.41%-
HSV(B)336º79.27%32.16%-
XYZ4.122.372.53-
YUV39.4130.03158.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.75%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 43 (17.19% from 255) = 30.28%
R=57.75%
G=11.97%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82174300.790.480.6833665.6619.41
Hex52112B04F30441504213
Octal122215301176010452010223
Binary101001010001101011010011111100001000100101010000100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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