#200C16

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

Shades of Blackberry #200C16

Tints of Blackberry #200C16

Color information

#200C16 (or 0x200C16) is unknown color: approx Blackberry. HEX triplet: 20, 0C and 16. RGB value is (32,12,22). Sum of RGB (Red+Green+Blue) = 32+12+22=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #200C16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200C16 is #DFF3E9. Grayscale: #131313. Windows color (decimal): -14676970 or 1444896. OLE color: 1444896.

HSL color Cylindrical-coordinate representation of color #200C16: hue angle of 330º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #200C16 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.87.

Color convert

RGB321222-
CMYK00.630.310.87
HSL330º45.45%8.63%-
HSV(B)330º62.5%12.55%-
XYZ0.870.630.83-
YUV19.12129.63137.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 48.48%
GREEN value IS 12 (5.08% from 255) = 18.18%
BLUE value IS 22 (8.98% from 255) = 33.33%
R=48.48%
G=18.18%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32122200.630.310.8733045.458.63
Hex20C1603F1F5714a2d9
Octal401426077371275125511
Binary10000011001011001111111111110101111010010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200C16; }

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

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

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

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

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

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

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

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