#110C0B

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

Shades of Black #110C0B

Tints of Black #110C0B

Color information

#110C0B (or 0x110C0B) is unknown color: approx Black. HEX triplet: 11, 0C and 0B. RGB value is (17,12,11). Sum of RGB (Red+Green+Blue) = 17+12+11=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 17 - color contains mainly: red. Hex color #110C0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C0B is #EEF3F4. Grayscale: #0D0D0D. Windows color (decimal): -15660021 or 723985. OLE color: 723985.

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

Color convert

RGB171211-
CMYK00.290.350.93
HSL10º21.43%5.49%-
HSV(B)10º35.29%6.67%-
XYZ0.420.410.37-
YUV13.38126.66130.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 42.5%
GREEN value IS 12 (5.08% from 255) = 30%
BLUE value IS 11 (4.69% from 255) = 27.5%
R=42.5%
G=30%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17121100.290.350.931021.435.49
Hex11CB01D235Da155
Octal2114130354313512255
Binary10001110010110111011000111011101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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