#52122C

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

Shades of Blackberry #52122C

Tints of Blackberry #52122C

Color information

#52122C (or 0x52122C) is unknown color: approx Blackberry. HEX triplet: 52, 12 and 2C. RGB value is (82,18,44). Sum of RGB (Red+Green+Blue) = 82+18+44=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #52122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52122C is #ADEDD3. Grayscale: #282828. Windows color (decimal): -11398612 or 2888274. OLE color: 2888274.

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

Color convert

RGB821844-
CMYK00.780.460.68
HSL335.62º64%19.61%-
HSV(B)335.62º78.05%32.16%-
XYZ4.152.412.63-
YUV40.1130.2157.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.94%
GREEN value IS 18 (7.42% from 255) = 12.5%
BLUE value IS 44 (17.58% from 255) = 30.56%
R=56.94%
G=12.5%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82184400.780.460.68335.626419.61
Hex52122C04E2E441504014
Octal122225401165610452010024
Binary101001010010101100010011101011101000100101010000100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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