#200317

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

Shades of Blackberry #200317

Tints of Blackberry #200317

Color information

#200317 (or 0x200317) is unknown color: approx Blackberry. HEX triplet: 20, 03 and 17. RGB value is (32,3,23). Sum of RGB (Red+Green+Blue) = 32+3+23=58 (7% of max value = 765). Red value is 32 (12.89% from 255 or 55.17% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 32 - color contains mainly: red. Hex color #200317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200317 is #DFFCE8. Grayscale: #0D0D0D. Windows color (decimal): -14679273 or 1508128. OLE color: 1508128.

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

Color convert

RGB32323-
CMYK00.910.280.87
HSL318.62º82.86%6.86%-
HSV(B)318.62º90.62%12.55%-
XYZ0.780.430.85-
YUV13.95133.11140.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 55.17%
GREEN value IS 3 (1.56% from 255) = 5.17%
BLUE value IS 23 (9.38% from 255) = 39.66%
R=55.17%
G=5.17%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.28
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3232300.910.280.87318.6282.866.86
Hex2031705B1C5713f537
Octal403270133341274771237
Binary1000001110111010110111110010101111001111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200317; }

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

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

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

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

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

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

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

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