#110E0C

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

Shades of Black #110E0C

Tints of Black #110E0C

Color information

#110E0C (or 0x110E0C) is unknown color: approx Black. HEX triplet: 11, 0E and 0C. RGB value is (17,14,12). Sum of RGB (Red+Green+Blue) = 17+14+12=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 14 (5.86% from 255 or 32.56% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 17 - color contains mainly: red. Hex color #110E0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E0C is #EEF1F3. Grayscale: #0E0E0E. Windows color (decimal): -15659508 or 790033. OLE color: 790033.

HSL color Cylindrical-coordinate representation of color #110E0C: hue angle of 24º degrees, saturation: 0.17, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #110E0C is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.93.

Color convert

RGB171412-
CMYK00.180.290.93
HSL24º17.24%5.69%-
HSV(B)24º29.41%6.67%-
XYZ0.450.460.41-
YUV14.67126.49129.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 39.53%
GREEN value IS 14 (5.86% from 255) = 32.56%
BLUE value IS 12 (5.08% from 255) = 27.91%
R=39.53%
G=32.56%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17141200.180.290.932417.245.69
Hex11EC0121D5D18116
Octal2116140223513530216
Binary10001111011000100101110110111011100010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110E0C; }

 p { color: rgb(17,14,12); }

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

<style>
 a { background-color: #110E0C; }

 a { background-color: rgb(17,14,12); }

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

<style>
 span { border-color: #110E0C; }

 span { border-color: rgb(17,14,12); }

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