#320B20

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

Shades of Blackberry #320B20

Tints of Blackberry #320B20

Color information

#320B20 (or 0x320B20) is unknown color: approx Blackberry. HEX triplet: 32, 0B and 20. RGB value is (50,11,32). Sum of RGB (Red+Green+Blue) = 50+11+32=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #320B20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B20 is #CDF4DF. Grayscale: #191919. Windows color (decimal): -13497568 or 2100018. OLE color: 2100018.

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

Color convert

RGB501132-
CMYK00.780.360.80
HSL327.69º63.93%11.96%-
HSV(B)327.69º78%19.61%-
XYZ1.71.021.47-
YUV25.06131.92145.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 53.76%
GREEN value IS 11 (4.69% from 255) = 11.83%
BLUE value IS 32 (12.89% from 255) = 34.41%
R=53.76%
G=11.83%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50113200.780.360.80327.6963.9311.96
Hex32B2004E245014840c
Octal62134001164412051010014
Binary110010101110000001001110100100101000010100100010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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