#200818

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

Shades of Blackberry #200818

Tints of Blackberry #200818

Color information

#200818 (or 0x200818) is unknown color: approx Blackberry. HEX triplet: 20, 08 and 18. RGB value is (32,8,24). Sum of RGB (Red+Green+Blue) = 32+8+24=64 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 32 - color contains mainly: red. Hex color #200818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200818 is #DFF7E7. Grayscale: #101010. Windows color (decimal): -14677992 or 1574944. OLE color: 1574944.

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

Color convert

RGB32824-
CMYK00.750.250.87
HSL320º60%7.84%-
HSV(B)320º75%12.55%-
XYZ0.850.550.93-
YUV17131.95138.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 12.5%
BLUE value IS 24 (9.77% from 255) = 37.5%
R=50%
G=12.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3282400.750.250.87320607.84
Hex2081804B19571403c8
Octal4010300113311275007410
Binary100000100011000010010111100110101111010000001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200818; }

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

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

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

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

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

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

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

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