#200E18

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

Shades of Blackberry #200E18

Tints of Blackberry #200E18

Color information

#200E18 (or 0x200E18) is unknown color: approx Blackberry. HEX triplet: 20, 0E and 18. RGB value is (32,14,24). Sum of RGB (Red+Green+Blue) = 32+14+24=70 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.71% from 70); Green value is 14 (5.86% from 255 or 20% from 70); Blue value is 24 (9.77% from 255 or 34.29% from 70); Max value from RGB is 32 - color contains mainly: red. Hex color #200E18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200E18 is #DFF1E7. Grayscale: #141414. Windows color (decimal): -14676456 or 1576480. OLE color: 1576480.

HSL color Cylindrical-coordinate representation of color #200E18: hue angle of 326.67º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #200E18 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.87.

Color convert

RGB321424-
CMYK00.560.250.87
HSL326.67º39.13%9.02%-
HSV(B)326.67º56.25%12.55%-
XYZ0.920.690.95-
YUV20.52129.96136.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 45.71%
GREEN value IS 14 (5.86% from 255) = 20%
BLUE value IS 24 (9.77% from 255) = 34.29%
R=45.71%
G=20%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32142400.560.250.87326.6739.139.02
Hex20E180381957147279
Octal401630070311275074711
Binary10000011101100001110001100110101111010001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,14,24); }

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

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

 a { background-color: rgb(32,14,24); }

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

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

 span { border-color: rgb(32,14,24); }

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