#200A18

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

Shades of Blackberry #200A18

Tints of Blackberry #200A18

Color information

#200A18 (or 0x200A18) is unknown color: approx Blackberry. HEX triplet: 20, 0A and 18. RGB value is (32,10,24). Sum of RGB (Red+Green+Blue) = 32+10+24=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #200A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200A18 is #DFF5E7. Grayscale: #121212. Windows color (decimal): -14677480 or 1575456. OLE color: 1575456.

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

Color convert

RGB321024-
CMYK00.690.250.87
HSL321.82º52.38%8.24%-
HSV(B)321.82º68.75%12.55%-
XYZ0.870.590.93-
YUV18.17131.29137.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 48.48%
GREEN value IS 10 (4.30% from 255) = 15.15%
BLUE value IS 24 (9.77% from 255) = 36.36%
R=48.48%
G=15.15%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32102400.690.250.87321.8252.388.24
Hex20A180451957142348
Octal4012300105311275026410
Binary100000101011000010001011100110101111010000101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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