#110706

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

Shades of Black #110706

Tints of Black #110706

Color information

#110706 (or 0x110706) is unknown color: approx Black. HEX triplet: 11, 07 and 06. RGB value is (17,7,6). Sum of RGB (Red+Green+Blue) = 17+7+6=30 (3% of max value = 765). Red value is 17 (7.03% from 255 or 56.67% from 30); Green value is 7 (3.12% from 255 or 23.33% from 30); Blue value is 6 (2.73% from 255 or 20% from 30); Max value from RGB is 17 - color contains mainly: red. Hex color #110706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110706 is #EEF8F9. Grayscale: #090909. Windows color (decimal): -15661306 or 395025. OLE color: 395025.

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

Color convert

RGB1776-
CMYK00.590.650.93
HSL5.45º47.83%4.51%-
HSV(B)5.45º64.71%6.67%-
XYZ0.340.280.21-
YUV9.88125.81133.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 56.67%
GREEN value IS 7 (3.12% from 255) = 23.33%
BLUE value IS 6 (2.73% from 255) = 20%
R=56.67%
G=23.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal177600.590.650.935.4547.834.51
Hex117603B415D5305
Octal21760731011355605
Binary10001111110011101110000011011101101110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110706; }

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

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

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

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

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

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

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

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