#52112C

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

Shades of Blackberry #52112C

Tints of Blackberry #52112C

Color information

#52112C (or 0x52112C) is unknown color: approx Blackberry. HEX triplet: 52, 11 and 2C. RGB value is (82,17,44). Sum of RGB (Red+Green+Blue) = 82+17+44=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #52112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52112C is #ADEED3. Grayscale: #272727. Windows color (decimal): -11398868 or 2888018. OLE color: 2888018.

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

Color convert

RGB821744-
CMYK00.790.460.68
HSL335.08º65.66%19.41%-
HSV(B)335.08º79.27%32.16%-
XYZ4.132.382.62-
YUV39.51130.53158.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.34%
GREEN value IS 17 (7.03% from 255) = 11.89%
BLUE value IS 44 (17.58% from 255) = 30.77%
R=57.34%
G=11.89%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82174400.790.460.68335.0865.6619.41
Hex52112C04F2E4414f4213
Octal122215401175610451710223
Binary101001010001101100010011111011101000100101001111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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