#320420

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

Shades of Blackberry #320420

Tints of Blackberry #320420

Color information

#320420 (or 0x320420) is unknown color: approx Blackberry. HEX triplet: 32, 04 and 20. RGB value is (50,4,32). Sum of RGB (Red+Green+Blue) = 50+4+32=86 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.14% from 86); Green value is 4 (1.95% from 255 or 4.65% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 50 - color contains mainly: red. Hex color #320420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320420 is #CDFBDF. Grayscale: #141414. Windows color (decimal): -13499360 or 2098226. OLE color: 2098226.

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

Color convert

RGB50432-
CMYK00.920.360.80
HSL323.48º85.19%10.59%-
HSV(B)323.48º92%19.61%-
XYZ1.620.871.45-
YUV20.95134.24148.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 58.14%
GREEN value IS 4 (1.95% from 255) = 4.65%
BLUE value IS 32 (12.89% from 255) = 37.21%
R=58.14%
G=4.65%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5043200.920.360.80323.4885.1910.59
Hex3242005C245014355b
Octal6244001344412050312513
Binary11001010010000001011100100100101000010100001110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320420; }

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

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

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

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

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

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

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

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