#52122A

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

Shades of Blackberry #52122A

Tints of Blackberry #52122A

Color information

#52122A (or 0x52122A) is unknown color: approx Blackberry. HEX triplet: 52, 12 and 2A. RGB value is (82,18,42). Sum of RGB (Red+Green+Blue) = 82+18+42=142 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.75% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 82 - color contains mainly: red. Hex color #52122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52122A is #ADEDD5. Grayscale: #272727. Windows color (decimal): -11398614 or 2757202. OLE color: 2757202.

HSL color Cylindrical-coordinate representation of color #52122A: hue angle of 337.5º 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 #52122A is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB821842-
CMYK00.780.490.68
HSL337.5º64%19.61%-
HSV(B)337.5º78.05%32.16%-
XYZ4.112.392.44-
YUV39.87129.2158.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.75%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=57.75%
G=12.68%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82184200.780.490.68337.56419.61
Hex52122A04E31441524014
Octal122225201166110452210024
Binary101001010010101010010011101100011000100101010010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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