#520022

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

Shades of Blackberry #520022

Tints of Blackberry #520022

Color information

#520022 (or 0x520022) is unknown color: approx Blackberry. HEX triplet: 52, 00 and 22. RGB value is (82,0,34). Sum of RGB (Red+Green+Blue) = 82+0+34=116 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.69% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 34 (13.67% from 255 or 29.31% from 116); Max value from RGB is 82 - color contains mainly: red. Hex color #520022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520022 is #ADFFDD. Grayscale: #1C1C1C. Windows color (decimal): -11403230 or 2228306. OLE color: 2228306.

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

Color convert

RGB82034-
CMYK010.590.68
HSL335.12º100%16.08%-
HSV(B)335.12º100%32.16%-
XYZ3.771.911.68-
YUV28.39131.17166.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 70.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 29.31%
R=70.69%
G=0%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82034010.590.68335.1210016.08
Hex520220643B4414f6410
Octal12204201447310451714420
Binary10100100100010011001001110111000100101001111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520022; }

 p { color: rgb(82,0,34); }

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

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

 a { background-color: rgb(82,0,34); }

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

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

 span { border-color: rgb(82,0,34); }

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