#52022A

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

Shades of Blackberry #52022A

Tints of Blackberry #52022A

Color information

#52022A (or 0x52022A) is unknown color: approx Blackberry. HEX triplet: 52, 02 and 2A. RGB value is (82,2,42). Sum of RGB (Red+Green+Blue) = 82+2+42=126 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.08% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 82 - color contains mainly: red. Hex color #52022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52022A is #ADFDD5. Grayscale: #1E1E1E. Windows color (decimal): -11402710 or 2753106. OLE color: 2753106.

HSL color Cylindrical-coordinate representation of color #52022A: hue angle of 330º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52022A is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB82242-
CMYK00.980.490.68
HSL330º95.24%16.47%-
HSV(B)330º97.56%32.16%-
XYZ3.9222.37-
YUV30.48134.5164.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 65.08%
GREEN value IS 2 (1.17% from 255) = 1.59%
BLUE value IS 42 (16.80% from 255) = 33.33%
R=65.08%
G=1.59%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8224200.980.490.6833095.2416.47
Hex5222A062314414a5f10
Octal12225201426110451213720
Binary101001010101010011000101100011000100101001010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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