#200B17

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

Shades of Blackberry #200B17

Tints of Blackberry #200B17

Color information

#200B17 (or 0x200B17) is unknown color: approx Blackberry. HEX triplet: 20, 0B and 17. RGB value is (32,11,23). Sum of RGB (Red+Green+Blue) = 32+11+23=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 23 (9.38% from 255 or 34.85% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #200B17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200B17 is #DFF4E8. Grayscale: #121212. Windows color (decimal): -14677225 or 1510176. OLE color: 1510176.

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

Color convert

RGB321123-
CMYK00.660.280.87
HSL325.71º48.84%8.43%-
HSV(B)325.71º65.62%12.55%-
XYZ0.870.610.88-
YUV18.65130.46137.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 48.48%
GREEN value IS 11 (4.69% from 255) = 16.67%
BLUE value IS 23 (9.38% from 255) = 34.85%
R=48.48%
G=16.67%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32112300.660.280.87325.7148.848.43
Hex20B170421C57146318
Octal4013270102341275066110
Binary100000101110111010000101110010101111010001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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