#200113

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

Shades of Blackberry #200113

Tints of Blackberry #200113

Color information

#200113 (or 0x200113) is unknown color: approx Blackberry. HEX triplet: 20, 01 and 13. RGB value is (32,1,19). Sum of RGB (Red+Green+Blue) = 32+1+19=52 (6% of max value = 765). Red value is 32 (12.89% from 255 or 61.54% from 52); Green value is 1 (0.78% from 255 or 1.92% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 32 - color contains mainly: red. Hex color #200113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200113 is #DFFEEC. Grayscale: #0C0C0C. Windows color (decimal): -14679789 or 1245472. OLE color: 1245472.

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

Color convert

RGB32119-
CMYK00.970.410.87
HSL325.16º93.94%6.47%-
HSV(B)325.16º96.88%12.55%-
XYZ0.720.380.65-
YUV12.32131.77142.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 61.54%
GREEN value IS 1 (0.78% from 255) = 1.92%
BLUE value IS 19 (7.81% from 255) = 36.54%
R=61.54%
G=1.92%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3211900.970.410.87325.1693.946.47
Hex2011306129571455e6
Octal401230141511275051366
Binary1000001100110110000110100110101111010001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200113; }

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

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

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

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

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

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

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

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