#320A21

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

Shades of Blackberry #320A21

Tints of Blackberry #320A21

Color information

#320A21 (or 0x320A21) is unknown color: approx Blackberry. HEX triplet: 32, 0A and 21. RGB value is (50,10,33). Sum of RGB (Red+Green+Blue) = 50+10+33=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 10 (4.30% from 255 or 10.75% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #320A21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320A21 is #CDF5DE. Grayscale: #181818. Windows color (decimal): -13497823 or 2165298. OLE color: 2165298.

HSL color Cylindrical-coordinate representation of color #320A21: hue angle of 325.5º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #320A21 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB501033-
CMYK00.800.340.80
HSL325.5º66.67%11.76%-
HSV(B)325.5º80%19.61%-
XYZ1.711.54-
YUV24.58132.75146.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 53.76%
GREEN value IS 10 (4.30% from 255) = 10.75%
BLUE value IS 33 (13.28% from 255) = 35.48%
R=53.76%
G=10.75%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50103300.800.340.80325.566.6711.76
Hex32A21050225014643c
Octal62124101204212050610314
Binary110010101010000101010000100010101000010100011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320A21; }

 p { color: rgb(50,10,33); }

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

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

 a { background-color: rgb(50,10,33); }

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

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

 span { border-color: rgb(50,10,33); }

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