#110C0C

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

Shades of Black #110C0C

Tints of Black #110C0C

Color information

#110C0C (or 0x110C0C) is unknown color: approx Black. HEX triplet: 11, 0C and 0C. RGB value is (17,12,12). Sum of RGB (Red+Green+Blue) = 17+12+12=41 (5% of max value = 765). Red value is 17 (7.03% from 255 or 41.46% from 41); Green value is 12 (5.08% from 255 or 29.27% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 17 - color contains mainly: red. Hex color #110C0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C0C is #EEF3F3. Grayscale: #0D0D0D. Windows color (decimal): -15660020 or 789521. OLE color: 789521.

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

Color convert

RGB171212-
CMYK00.290.290.93
HSL17.24%5.69%-
HSV(B)29.41%6.67%-
XYZ0.430.410.4-
YUV13.5127.16130.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 41.46%
GREEN value IS 12 (5.08% from 255) = 29.27%
BLUE value IS 12 (5.08% from 255) = 29.27%
R=41.46%
G=29.27%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17121200.290.290.93017.245.69
Hex11CC01D1D5D0116
Octal211414035351350216
Binary1000111001100011101111011011101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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