#320C20

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

Shades of Blackberry #320C20

Tints of Blackberry #320C20

Color information

#320C20 (or 0x320C20) is unknown color: approx Blackberry. HEX triplet: 32, 0C and 20. RGB value is (50,12,32). Sum of RGB (Red+Green+Blue) = 50+12+32=94 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.19% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 50 - color contains mainly: red. Hex color #320C20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C20 is #CDF3DF. Grayscale: #191919. Windows color (decimal): -13497312 or 2100274. OLE color: 2100274.

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

Color convert

RGB501232-
CMYK00.760.360.80
HSL328.42º61.29%12.16%-
HSV(B)328.42º76%19.61%-
XYZ1.711.051.48-
YUV25.64131.59145.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 53.19%
GREEN value IS 12 (5.08% from 255) = 12.77%
BLUE value IS 32 (12.89% from 255) = 34.04%
R=53.19%
G=12.77%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50123200.760.360.80328.4261.2912.16
Hex32C2004C24501483dc
Octal6214400114441205107514
Binary11001011001000000100110010010010100001010010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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