#110F0E

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

Shades of Black #110F0E

Tints of Black #110F0E

Color information

#110F0E (or 0x110F0E) is unknown color: approx Black. HEX triplet: 11, 0F and 0E. RGB value is (17,15,14). Sum of RGB (Red+Green+Blue) = 17+15+14=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 15 (6.25% from 255 or 32.61% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 17 - color contains mainly: red. Hex color #110F0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F0E is #EEF0F1. Grayscale: #0F0F0F. Windows color (decimal): -15659250 or 921361. OLE color: 921361.

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

Color convert

RGB171514-
CMYK00.120.180.93
HSL20º9.68%6.08%-
HSV(B)20º17.65%6.67%-
XYZ0.480.490.49-
YUV15.48127.16129.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.96%
GREEN value IS 15 (6.25% from 255) = 32.61%
BLUE value IS 14 (5.86% from 255) = 30.43%
R=36.96%
G=32.61%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17151400.120.180.93209.686.08
Hex11FE0C125D14a6
Octal2117160142213524126
Binary100011111111001100100101011101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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