#11180F

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

Shades of Black Forest #11180F

Tints of Black Forest #11180F

Color information

#11180F (or 0x11180F) is unknown color: approx Black Forest. HEX triplet: 11, 18 and 0F. RGB value is (17,24,15). Sum of RGB (Red+Green+Blue) = 17+24+15=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 24 - color contains mainly: green. Hex color #11180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11180F is #EEE7F0. Grayscale: #141414. Windows color (decimal): -15656945 or 989201. OLE color: 989201.

HSL color Cylindrical-coordinate representation of color #11180F: hue angle of 106.67º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #11180F is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB172415-
CMYK0.2900.370.91
HSL106.67º23.08%7.65%-
HSV(B)106.67º37.5%9.41%-
XYZ0.640.810.57-
YUV20.88124.68125.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.36%
GREEN value IS 24 (9.77% from 255) = 42.86%
BLUE value IS 15 (6.25% from 255) = 26.79%
R=30.36%
G=42.86%
B=26.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1724150.2900.370.91106.6723.087.65
Hex1118F1D0255B6b178
Octal213017350451331532710
Binary1000111000111111101010010110110111101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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