#110906

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

Shades of Black #110906

Tints of Black #110906

Color information

#110906 (or 0x110906) is unknown color: approx Black. HEX triplet: 11, 09 and 06. RGB value is (17,9,6). Sum of RGB (Red+Green+Blue) = 17+9+6=32 (4% of max value = 765). Red value is 17 (7.03% from 255 or 53.12% from 32); Green value is 9 (3.91% from 255 or 28.12% from 32); Blue value is 6 (2.73% from 255 or 18.75% from 32); Max value from RGB is 17 - color contains mainly: red. Hex color #110906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110906 is #EEF6F9. Grayscale: #0B0B0B. Windows color (decimal): -15660794 or 395537. OLE color: 395537.

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

Color convert

RGB1796-
CMYK00.470.650.93
HSL16.36º47.83%4.51%-
HSV(B)16.36º64.71%6.67%-
XYZ0.360.330.22-
YUV11.05125.15132.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 53.12%
GREEN value IS 9 (3.91% from 255) = 28.12%
BLUE value IS 6 (2.73% from 255) = 18.75%
R=53.12%
G=28.12%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal179600.470.650.9316.3647.834.51
Hex119602F415D10305
Octal2111605710113520605
Binary10001100111001011111000001101110110000110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110906; }

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

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

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

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

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

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

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

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