#200513

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

Shades of Blackberry #200513

Tints of Blackberry #200513

Color information

#200513 (or 0x200513) is unknown color: approx Blackberry. HEX triplet: 20, 05 and 13. RGB value is (32,5,19). Sum of RGB (Red+Green+Blue) = 32+5+19=56 (7% of max value = 765). Red value is 32 (12.89% from 255 or 57.14% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 32 - color contains mainly: red. Hex color #200513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200513 is #DFFAEC. Grayscale: #0E0E0E. Windows color (decimal): -14678765 or 1246496. OLE color: 1246496.

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

Color convert

RGB32519-
CMYK00.840.410.87
HSL328.89º72.97%7.25%-
HSV(B)328.89º84.38%12.55%-
XYZ0.770.460.66-
YUV14.67130.45140.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 57.14%
GREEN value IS 5 (2.34% from 255) = 8.93%
BLUE value IS 19 (7.81% from 255) = 33.93%
R=57.14%
G=8.93%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3251900.840.410.87328.8972.977.25
Hex205130542957149497
Octal405230124511275111117
Binary100000101100110101010010100110101111010010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200513; }

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

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

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

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

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

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

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

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