#11200B

Color #11200B Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #11200B

Tints of Black Forest #11200B

Color information

#11200B (or 0x11200B) is unknown color: approx Black Forest. HEX triplet: 11, 20 and 0B. RGB value is (17,32,11). Sum of RGB (Red+Green+Blue) = 17+32+11=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #11200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11200B is #EEDFF4. Grayscale: #191919. Windows color (decimal): -15654901 or 729105. OLE color: 729105.

HSL color Cylindrical-coordinate representation of color #11200B: hue angle of 102.86º 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 #11200B is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.87.

Color convert

RGB173211-
CMYK0.4700.660.87
HSL102.86º48.84%8.43%-
HSV(B)102.86º65.62%12.55%-
XYZ0.811.180.5-
YUV25.12120.03122.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.33%
GREEN value IS 32 (12.89% from 255) = 53.33%
BLUE value IS 11 (4.69% from 255) = 18.33%
R=28.33%
G=53.33%
B=18.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1732110.4700.660.87102.8648.848.43
Hex1120B2F0425767318
Octal2140135701021271476110
Binary10001100000101110111101000010101011111001111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11200B; }

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

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

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

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

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

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

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

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