#200814

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

Shades of Blackberry #200814

Tints of Blackberry #200814

Color information

#200814 (or 0x200814) is unknown color: approx Blackberry. HEX triplet: 20, 08 and 14. RGB value is (32,8,20). Sum of RGB (Red+Green+Blue) = 32+8+20=60 (7% of max value = 765). Red value is 32 (12.89% from 255 or 53.33% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 32 - color contains mainly: red. Hex color #200814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200814 is #DFF7EB. Grayscale: #101010. Windows color (decimal): -14677996 or 1312800. OLE color: 1312800.

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

Color convert

RGB32820-
CMYK00.750.370.87
HSL330º60%7.84%-
HSV(B)330º75%12.55%-
XYZ0.810.530.72-
YUV16.54129.95139.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 53.33%
GREEN value IS 8 (3.52% from 255) = 13.33%
BLUE value IS 20 (8.20% from 255) = 33.33%
R=53.33%
G=13.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3282000.750.370.87330607.84
Hex2081404B255714a3c8
Octal4010240113451275127410
Binary1000001000101000100101110010110101111010010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200814; }

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

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

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

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

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

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

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

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