#110D0A

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

Shades of Black #110D0A

Tints of Black #110D0A

Color information

#110D0A (or 0x110D0A) is unknown color: approx Black. HEX triplet: 11, 0D and 0A. RGB value is (17,13,10). Sum of RGB (Red+Green+Blue) = 17+13+10=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 13 (5.47% from 255 or 32.5% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 17 - color contains mainly: red. Hex color #110D0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D0A is #EEF2F5. Grayscale: #0D0D0D. Windows color (decimal): -15659766 or 658705. OLE color: 658705.

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

Color convert

RGB171310-
CMYK00.240.410.93
HSL25.71º25.93%5.29%-
HSV(B)25.71º41.18%6.67%-
XYZ0.430.430.35-
YUV13.85125.83130.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 42.5%
GREEN value IS 13 (5.47% from 255) = 32.5%
BLUE value IS 10 (4.30% from 255) = 25%
R=42.5%
G=32.5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17131000.240.410.9325.7125.935.29
Hex11DA018295D1a1a5
Octal2115120305113532325
Binary100011101101001100010100110111011101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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