#110705

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

Shades of Black #110705

Tints of Black #110705

Color information

#110705 (or 0x110705) is unknown color: approx Black. HEX triplet: 11, 07 and 05. RGB value is (17,7,5). Sum of RGB (Red+Green+Blue) = 17+7+5=29 (3% of max value = 765). Red value is 17 (7.03% from 255 or 58.62% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 5 (2.34% from 255 or 17.24% from 29); Max value from RGB is 17 - color contains mainly: red. Hex color #110705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110705 is #EEF8FA. Grayscale: #090909. Windows color (decimal): -15661307 or 329489. OLE color: 329489.

HSL color Cylindrical-coordinate representation of color #110705: hue angle of 10º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #110705 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.93.

Color convert

RGB1775-
CMYK00.590.710.93
HSL10º54.55%4.31%-
HSV(B)10º70.59%6.67%-
XYZ0.330.280.18-
YUV9.76125.31133.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 58.62%
GREEN value IS 7 (3.12% from 255) = 24.14%
BLUE value IS 5 (2.34% from 255) = 17.24%
R=58.62%
G=24.14%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal177500.590.710.931054.554.31
Hex117503B475Da374
Octal217507310713512674
Binary100011111010111011100011110111011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110705; }

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

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

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

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

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

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

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

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