#11170F

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

Shades of Black Forest #11170F

Tints of Black Forest #11170F

Color information

#11170F (or 0x11170F) is unknown color: approx Black Forest. HEX triplet: 11, 17 and 0F. RGB value is (17,23,15). Sum of RGB (Red+Green+Blue) = 17+23+15=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 23 (9.38% from 255 or 41.82% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 23 - color contains mainly: green. Hex color #11170F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11170F is #EEE8F0. Grayscale: #141414. Windows color (decimal): -15657201 or 988945. OLE color: 988945.

HSL color Cylindrical-coordinate representation of color #11170F: hue angle of 105º degrees, saturation: 0.21, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #11170F is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.91.

Color convert

RGB172315-
CMYK0.2600.350.91
HSL105º21.05%7.45%-
HSV(B)105º34.78%9.02%-
XYZ0.620.770.57-
YUV20.29125.01125.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.91%
GREEN value IS 23 (9.38% from 255) = 41.82%
BLUE value IS 15 (6.25% from 255) = 27.27%
R=30.91%
G=41.82%
B=27.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1723150.2600.350.9110521.057.45
Hex1117F1A0235B69157
Octal21271732043133151257
Binary100011011111111101001000111011011110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11170F; }

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

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

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

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

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

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

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

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