#200616

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

Shades of Blackberry #200616

Tints of Blackberry #200616

Color information

#200616 (or 0x200616) is unknown color: approx Blackberry. HEX triplet: 20, 06 and 16. RGB value is (32,6,22). Sum of RGB (Red+Green+Blue) = 32+6+22=60 (7% of max value = 765). Red value is 32 (12.89% from 255 or 53.33% from 60); Green value is 6 (2.73% from 255 or 10% from 60); Blue value is 22 (8.98% from 255 or 36.67% from 60); Max value from RGB is 32 - color contains mainly: red. Hex color #200616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200616 is #DFF9E9. Grayscale: #0F0F0F. Windows color (decimal): -14678506 or 1443360. OLE color: 1443360.

HSL color Cylindrical-coordinate representation of color #200616: hue angle of 323.08º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #200616 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.87.

Color convert

RGB32622-
CMYK00.810.310.87
HSL323.08º68.42%7.45%-
HSV(B)323.08º81.25%12.55%-
XYZ0.810.50.81-
YUV15.6131.61139.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 53.33%
GREEN value IS 6 (2.73% from 255) = 10%
BLUE value IS 22 (8.98% from 255) = 36.67%
R=53.33%
G=10%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3262200.810.310.87323.0868.427.45
Hex206160511F57143447
Octal406260121371275031047
Binary10000011010110010100011111110101111010000111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200616; }

 p { color: rgb(32,6,22); }

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

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

 a { background-color: rgb(32,6,22); }

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

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

 span { border-color: rgb(32,6,22); }

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