#320524

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

Shades of Blackberry #320524

Tints of Blackberry #320524

Color information

#320524 (or 0x320524) is unknown color: approx Blackberry. HEX triplet: 32, 05 and 24. RGB value is (50,5,36). Sum of RGB (Red+Green+Blue) = 50+5+36=91 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.95% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 50 - color contains mainly: red. Hex color #320524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320524 is #CDFADB. Grayscale: #151515. Windows color (decimal): -13499100 or 2360626. OLE color: 2360626.

HSL color Cylindrical-coordinate representation of color #320524: hue angle of 318.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320524 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB50536-
CMYK00.900.280.80
HSL318.67º81.82%10.78%-
HSV(B)318.67º90%19.61%-
XYZ1.690.911.76-
YUV21.99135.91147.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 54.95%
GREEN value IS 5 (2.34% from 255) = 5.49%
BLUE value IS 36 (14.45% from 255) = 39.56%
R=54.95%
G=5.49%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5053600.900.280.80318.6781.8210.78
Hex3252405A1C5013f52b
Octal6254401323412047712213
Binary1100101011001000101101011100101000010011111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320524; }

 p { color: rgb(50,5,36); }

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

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

 a { background-color: rgb(50,5,36); }

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

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

 span { border-color: rgb(50,5,36); }

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