#200517

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

Shades of Blackberry #200517

Tints of Blackberry #200517

Color information

#200517 (or 0x200517) is unknown color: approx Blackberry. HEX triplet: 20, 05 and 17. RGB value is (32,5,23). Sum of RGB (Red+Green+Blue) = 32+5+23=60 (7% of max value = 765). Red value is 32 (12.89% from 255 or 53.33% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 23 (9.38% from 255 or 38.33% from 60); Max value from RGB is 32 - color contains mainly: red. Hex color #200517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200517 is #DFFAE8. Grayscale: #0F0F0F. Windows color (decimal): -14678761 or 1508640. OLE color: 1508640.

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

Color convert

RGB32523-
CMYK00.840.280.87
HSL320º72.97%7.25%-
HSV(B)320º84.38%12.55%-
XYZ0.80.480.86-
YUV15.12132.45140.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 53.33%
GREEN value IS 5 (2.34% from 255) = 8.33%
BLUE value IS 23 (9.38% from 255) = 38.33%
R=53.33%
G=8.33%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.28
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3252300.840.280.8732072.977.25
Hex205170541C57140497
Octal405270124341275001117
Binary10000010110111010101001110010101111010000001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200517; }

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

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

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

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

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

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

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

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