#200013

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

Shades of Blackberry #200013

Tints of Blackberry #200013

Color information

#200013 (or 0x200013) is unknown color: approx Blackberry. HEX triplet: 20, 00 and 13. RGB value is (32,0,19). Sum of RGB (Red+Green+Blue) = 32+0+19=51 (6% of max value = 765). Red value is 32 (12.89% from 255 or 62.75% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 32 - color contains mainly: red. Hex color #200013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200013 is #DFFFEC. Grayscale: #0B0B0B. Windows color (decimal): -14680045 or 1245216. OLE color: 1245216.

HSL color Cylindrical-coordinate representation of color #200013: hue angle of 324.38º 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 #200013 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB32019-
CMYK010.410.87
HSL324.38º100%6.27%-
HSV(B)324.38º100%12.55%-
XYZ0.710.350.65-
YUV11.73132.1142.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 62.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 37.25%
R=62.75%
G=0%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32019010.410.87324.381006.27
Hex200130642957144646
Octal400230144511275041446
Binary1000000100110110010010100110101111010001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200013; }

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

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

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

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

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

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

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

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