#52052C

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

Shades of Blackberry #52052C

Tints of Blackberry #52052C

Color information

#52052C (or 0x52052C) is unknown color: approx Blackberry. HEX triplet: 52, 05 and 2C. RGB value is (82,5,44). Sum of RGB (Red+Green+Blue) = 82+5+44=131 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.60% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 82 - color contains mainly: red. Hex color #52052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52052C is #ADFAD3. Grayscale: #202020. Windows color (decimal): -11401940 or 2884946. OLE color: 2884946.

HSL color Cylindrical-coordinate representation of color #52052C: hue angle of 329.61º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52052C is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB82544-
CMYK00.940.460.68
HSL329.61º88.51%17.06%-
HSV(B)329.61º93.9%32.16%-
XYZ3.992.082.57-
YUV32.47134.51163.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 62.60%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 44 (17.58% from 255) = 33.59%
R=62.60%
G=3.82%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8254400.940.460.68329.6188.5117.06
Hex5252C05E2E4414a5911
Octal12255401365610451213121
Binary1010010101101100010111101011101000100101001010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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