#110D0D

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

Shades of Black #110D0D

Tints of Black #110D0D

Color information

#110D0D (or 0x110D0D) is unknown color: approx Black. HEX triplet: 11, 0D and 0D. RGB value is (17,13,13). Sum of RGB (Red+Green+Blue) = 17+13+13=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 13 (5.47% from 255 or 30.23% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 17 - color contains mainly: red. Hex color #110D0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D0D is #EEF2F2. Grayscale: #0E0E0E. Windows color (decimal): -15659763 or 855313. OLE color: 855313.

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

Color convert

RGB171313-
CMYK00.240.240.93
HSL13.33%5.88%-
HSV(B)23.53%6.67%-
XYZ0.450.440.44-
YUV14.2127.33130-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 39.53%
GREEN value IS 13 (5.47% from 255) = 30.23%
BLUE value IS 13 (5.47% from 255) = 30.23%
R=39.53%
G=30.23%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17131300.240.240.93013.335.88
Hex11DD018185D0d6
Octal211515030301350156
Binary100011101110101100011000101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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