#200518

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

Shades of Blackberry #200518

Tints of Blackberry #200518

Color information

#200518 (or 0x200518) is unknown color: approx Blackberry. HEX triplet: 20, 05 and 18. RGB value is (32,5,24). Sum of RGB (Red+Green+Blue) = 32+5+24=61 (8% of max value = 765). Red value is 32 (12.89% from 255 or 52.46% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 32 - color contains mainly: red. Hex color #200518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200518 is #DFFAE7. Grayscale: #0F0F0F. Windows color (decimal): -14678760 or 1574176. OLE color: 1574176.

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

Color convert

RGB32524-
CMYK00.840.250.87
HSL317.78º72.97%7.25%-
HSV(B)317.78º84.38%12.55%-
XYZ0.810.480.91-
YUV15.24132.95139.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 52.46%
GREEN value IS 5 (2.34% from 255) = 8.20%
BLUE value IS 24 (9.77% from 255) = 39.34%
R=52.46%
G=8.20%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3252400.840.250.87317.7872.977.25
Hex20518054195713e497
Octal405300124311274761117
Binary10000010111000010101001100110101111001111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200518; }

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

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

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

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

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

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

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

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