#200F17

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

Shades of Blackberry #200F17

Tints of Blackberry #200F17

Color information

#200F17 (or 0x200F17) is unknown color: approx Blackberry. HEX triplet: 20, 0F and 17. RGB value is (32,15,23). Sum of RGB (Red+Green+Blue) = 32+15+23=70 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.71% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 23 (9.38% from 255 or 32.86% from 70); Max value from RGB is 32 - color contains mainly: red. Hex color #200F17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200F17 is #DFF0E8. Grayscale: #141414. Windows color (decimal): -14676201 or 1511200. OLE color: 1511200.

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

Color convert

RGB321523-
CMYK00.530.280.87
HSL331.76º36.17%9.22%-
HSV(B)331.76º53.12%12.55%-
XYZ0.920.710.9-
YUV20.99129.13135.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 45.71%
GREEN value IS 15 (6.25% from 255) = 21.43%
BLUE value IS 23 (9.38% from 255) = 32.86%
R=45.71%
G=21.43%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32152300.530.280.87331.7636.179.22
Hex20F170351C5714c249
Octal401727065341275144411
Binary10000011111011101101011110010101111010011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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