#110806

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

Shades of Black #110806

Tints of Black #110806

Color information

#110806 (or 0x110806) is unknown color: approx Black. HEX triplet: 11, 08 and 06. RGB value is (17,8,6). Sum of RGB (Red+Green+Blue) = 17+8+6=31 (4% of max value = 765). Red value is 17 (7.03% from 255 or 54.84% from 31); Green value is 8 (3.52% from 255 or 25.81% from 31); Blue value is 6 (2.73% from 255 or 19.35% from 31); Max value from RGB is 17 - color contains mainly: red. Hex color #110806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110806 is #EEF7F9. Grayscale: #0A0A0A. Windows color (decimal): -15661050 or 395281. OLE color: 395281.

HSL color Cylindrical-coordinate representation of color #110806: hue angle of 10.91º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #110806 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.93.

Color convert

RGB1786-
CMYK00.530.650.93
HSL10.91º47.83%4.51%-
HSV(B)10.91º64.71%6.67%-
XYZ0.350.310.21-
YUV10.46125.48132.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 54.84%
GREEN value IS 8 (3.52% from 255) = 25.81%
BLUE value IS 6 (2.73% from 255) = 19.35%
R=54.84%
G=25.81%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal178600.530.650.9310.9147.834.51
Hex1186035415Db305
Octal2110606510113513605
Binary1000110001100110101100000110111011011110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110806; }

 p { color: rgb(17,8,6); }

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

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

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

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

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

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

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