#52112D

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

Shades of Blackberry #52112D

Tints of Blackberry #52112D

Color information

#52112D (or 0x52112D) is unknown color: approx Blackberry. HEX triplet: 52, 11 and 2D. RGB value is (82,17,45). Sum of RGB (Red+Green+Blue) = 82+17+45=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #52112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52112D is #ADEED2. Grayscale: #272727. Windows color (decimal): -11398867 or 2953554. OLE color: 2953554.

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

Color convert

RGB821745-
CMYK00.790.450.68
HSL334.15º65.66%19.41%-
HSV(B)334.15º79.27%32.16%-
XYZ4.152.382.72-
YUV39.63131.03158.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.94%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 45 (17.97% from 255) = 31.25%
R=56.94%
G=11.81%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82174500.790.450.68334.1565.6619.41
Hex52112D04F2D4414e4213
Octal122215501175510451610223
Binary101001010001101101010011111011011000100101001110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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