#52032B

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

Shades of Blackberry #52032B

Tints of Blackberry #52032B

Color information

#52032B (or 0x52032B) is unknown color: approx Blackberry. HEX triplet: 52, 03 and 2B. RGB value is (82,3,43). Sum of RGB (Red+Green+Blue) = 82+3+43=128 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.06% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 82 - color contains mainly: red. Hex color #52032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52032B is #ADFCD4. Grayscale: #1F1F1F. Windows color (decimal): -11402453 or 2818898. OLE color: 2818898.

HSL color Cylindrical-coordinate representation of color #52032B: hue angle of 329.62º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52032B is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB82343-
CMYK00.960.480.68
HSL329.62º92.94%16.67%-
HSV(B)329.62º96.34%32.16%-
XYZ3.952.032.47-
YUV31.18134.67164.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 64.06%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 43 (17.19% from 255) = 33.59%
R=64.06%
G=2.34%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8234300.960.480.68329.6292.9416.67
Hex5232B060304414a5d11
Octal12235301406010451213521
Binary101001011101011011000001100001000100101001010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52032B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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