#200613

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

Shades of Blackberry #200613

Tints of Blackberry #200613

Color information

#200613 (or 0x200613) is unknown color: approx Blackberry. HEX triplet: 20, 06 and 13. RGB value is (32,6,19). Sum of RGB (Red+Green+Blue) = 32+6+19=57 (7% of max value = 765). Red value is 32 (12.89% from 255 or 56.14% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 32 - color contains mainly: red. Hex color #200613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200613 is #DFF9EC. Grayscale: #0F0F0F. Windows color (decimal): -14678509 or 1246752. OLE color: 1246752.

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

Color convert

RGB32619-
CMYK00.810.410.87
HSL330º68.42%7.45%-
HSV(B)330º81.25%12.55%-
XYZ0.780.480.67-
YUV15.26130.11139.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 56.14%
GREEN value IS 6 (2.73% from 255) = 10.53%
BLUE value IS 19 (7.81% from 255) = 33.33%
R=56.14%
G=10.53%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3261900.810.410.8733068.427.45
Hex20613051295714a447
Octal406230121511275121047
Binary100000110100110101000110100110101111010010101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200613; }

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

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

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

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

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

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

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

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