#320520

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

Shades of Blackberry #320520

Tints of Blackberry #320520

Color information

#320520 (or 0x320520) is unknown color: approx Blackberry. HEX triplet: 32, 05 and 20. RGB value is (50,5,32). Sum of RGB (Red+Green+Blue) = 50+5+32=87 (11% of max value = 765). Red value is 50 (19.92% from 255 or 57.47% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 50 - color contains mainly: red. Hex color #320520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320520 is #CDFADF. Grayscale: #151515. Windows color (decimal): -13499104 or 2098482. OLE color: 2098482.

HSL color Cylindrical-coordinate representation of color #320520: hue angle of 324º 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 #320520 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB50532-
CMYK00.900.360.80
HSL324º81.82%10.78%-
HSV(B)324º90%19.61%-
XYZ1.630.891.45-
YUV21.53133.91148.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 57.47%
GREEN value IS 5 (2.34% from 255) = 5.75%
BLUE value IS 32 (12.89% from 255) = 36.78%
R=57.47%
G=5.75%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5053200.900.360.8032481.8210.78
Hex3252005A245014452b
Octal6254001324412050412213
Binary11001010110000001011010100100101000010100010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320520; }

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

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

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

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

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

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

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

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