#320020

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

Shades of Blackberry #320020

Tints of Blackberry #320020

Color information

#320020 (or 0x320020) is unknown color: approx Blackberry. HEX triplet: 32, 00 and 20. RGB value is (50,0,32). Sum of RGB (Red+Green+Blue) = 50+0+32=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #320020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320020 is #CDFFDF. Grayscale: #121212. Windows color (decimal): -13500384 or 2097202. OLE color: 2097202.

HSL color Cylindrical-coordinate representation of color #320020: hue angle of 321.6º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320020 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB50032-
CMYK010.360.80
HSL321.6º100%9.8%-
HSV(B)321.6º100%19.61%-
XYZ1.580.781.43-
YUV18.6135.56150.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 60.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 32 (12.89% from 255) = 39.02%
R=60.98%
G=0%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50032010.360.80321.61009.8
Hex32020064245014264a
Octal6204001444412050214412
Binary110010010000001100100100100101000010100001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320020; }

 p { color: rgb(50,0,32); }

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

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

 a { background-color: rgb(50,0,32); }

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

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

 span { border-color: rgb(50,0,32); }

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