#110E0D

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

Shades of Black #110E0D

Tints of Black #110E0D

Color information

#110E0D (or 0x110E0D) is unknown color: approx Black. HEX triplet: 11, 0E and 0D. RGB value is (17,14,13). Sum of RGB (Red+Green+Blue) = 17+14+13=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 14 (5.86% from 255 or 31.82% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 17 - color contains mainly: red. Hex color #110E0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E0D is #EEF1F2. Grayscale: #0E0E0E. Windows color (decimal): -15659507 or 855569. OLE color: 855569.

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

Color convert

RGB171413-
CMYK00.180.240.93
HSL15º13.33%5.88%-
HSV(B)15º23.53%6.67%-
XYZ0.460.460.45-
YUV14.78126.99129.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 38.64%
GREEN value IS 14 (5.86% from 255) = 31.82%
BLUE value IS 13 (5.47% from 255) = 29.55%
R=38.64%
G=31.82%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17141300.180.240.931513.335.88
Hex11ED012185Dfd6
Octal2116150223013517156
Binary100011110110101001011000101110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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