#520324

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

Shades of Blackberry #520324

Tints of Blackberry #520324

Color information

#520324 (or 0x520324) is unknown color: approx Blackberry. HEX triplet: 52, 03 and 24. RGB value is (82,3,36). Sum of RGB (Red+Green+Blue) = 82+3+36=121 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.77% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 82 - color contains mainly: red. Hex color #520324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520324 is #ADFCDB. Grayscale: #1E1E1E. Windows color (decimal): -11402460 or 2360146. OLE color: 2360146.

HSL color Cylindrical-coordinate representation of color #520324: hue angle of 334.94º 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 #520324 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB82336-
CMYK00.960.560.68
HSL334.94º92.94%16.67%-
HSV(B)334.94º96.34%32.16%-
XYZ3.831.991.85-
YUV30.38131.17164.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 67.77%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 36 (14.45% from 255) = 29.75%
R=67.77%
G=2.48%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8233600.960.560.68334.9492.9416.67
Hex52324060384414f5d11
Octal12234401407010451713521
Binary101001011100100011000001110001000100101001111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520324; }

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

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

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

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

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

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

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

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