#110D0C

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

Shades of Black #110D0C

Tints of Black #110D0C

Color information

#110D0C (or 0x110D0C) is unknown color: approx Black. HEX triplet: 11, 0D and 0C. RGB value is (17,13,12). Sum of RGB (Red+Green+Blue) = 17+13+12=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 13 (5.47% from 255 or 30.95% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 17 - color contains mainly: red. Hex color #110D0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D0C is #EEF2F3. Grayscale: #0E0E0E. Windows color (decimal): -15659764 or 789777. OLE color: 789777.

HSL color Cylindrical-coordinate representation of color #110D0C: hue angle of 12º 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 #110D0C is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.93.

Color convert

RGB171312-
CMYK00.240.290.93
HSL12º17.24%5.69%-
HSV(B)12º29.41%6.67%-
XYZ0.440.430.41-
YUV14.08126.83130.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 40.48%
GREEN value IS 13 (5.47% from 255) = 30.95%
BLUE value IS 12 (5.08% from 255) = 28.57%
R=40.48%
G=30.95%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17131200.240.290.931217.245.69
Hex11DC0181D5Dc116
Octal2115140303513514216
Binary1000111011100011000111011011101110010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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