#200D17

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

Shades of Blackberry #200D17

Tints of Blackberry #200D17

Color information

#200D17 (or 0x200D17) is unknown color: approx Blackberry. HEX triplet: 20, 0D and 17. RGB value is (32,13,23). Sum of RGB (Red+Green+Blue) = 32+13+23=68 (9% of max value = 765). Red value is 32 (12.89% from 255 or 47.06% from 68); Green value is 13 (5.47% from 255 or 19.12% from 68); Blue value is 23 (9.38% from 255 or 33.82% from 68); Max value from RGB is 32 - color contains mainly: red. Hex color #200D17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200D17 is #DFF2E8. Grayscale: #131313. Windows color (decimal): -14676713 or 1510688. OLE color: 1510688.

HSL color Cylindrical-coordinate representation of color #200D17: hue angle of 328.42º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #200D17 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.87.

Color convert

RGB321323-
CMYK00.590.280.87
HSL328.42º42.22%8.82%-
HSV(B)328.42º59.38%12.55%-
XYZ0.890.660.89-
YUV19.82129.79136.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 47.06%
GREEN value IS 13 (5.47% from 255) = 19.12%
BLUE value IS 23 (9.38% from 255) = 33.82%
R=47.06%
G=19.12%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32132300.590.280.87328.4242.228.82
Hex20D1703B1C571482a9
Octal401527073341275105211
Binary10000011011011101110111110010101111010010001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200D17; }

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

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

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

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

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

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

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

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