#200012

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

Shades of Blackberry #200012

Tints of Blackberry #200012

Color information

#200012 (or 0x200012) is unknown color: approx Blackberry. HEX triplet: 20, 00 and 12. RGB value is (32,0,18). Sum of RGB (Red+Green+Blue) = 32+0+18=50 (6% of max value = 765). Red value is 32 (12.89% from 255 or 64% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 32 - color contains mainly: red. Hex color #200012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200012 is #DFFFED. Grayscale: #0B0B0B. Windows color (decimal): -14680046 or 1179680. OLE color: 1179680.

HSL color Cylindrical-coordinate representation of color #200012: hue angle of 326.25º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200012 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB32018-
CMYK010.440.87
HSL326.25º100%6.27%-
HSV(B)326.25º100%12.55%-
XYZ0.70.350.6-
YUV11.62131.6142.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 36%
R=64%
G=0%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32018010.440.87326.251006.27
Hex200120642C57146646
Octal400220144541275061446
Binary1000000100100110010010110010101111010001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200012; }

 p { color: rgb(32,0,18); }

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

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

 a { background-color: rgb(32,0,18); }

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

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

 span { border-color: rgb(32,0,18); }

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