#110701

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

Shades of Black #110701

Tints of Black #110701

Color information

#110701 (or 0x110701) is unknown color: approx Black. HEX triplet: 11, 07 and 01. RGB value is (17,7,1). Sum of RGB (Red+Green+Blue) = 17+7+1=25 (3% of max value = 765). Red value is 17 (7.03% from 255 or 68% from 25); Green value is 7 (3.12% from 255 or 28% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 17 - color contains mainly: red. Hex color #110701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110701 is #EEF8FE. Grayscale: #090909. Windows color (decimal): -15661311 or 67345. OLE color: 67345.

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

Color convert

RGB1771-
CMYK00.590.940.93
HSL22.5º88.89%3.53%-
HSV(B)22.5º94.12%6.67%-
XYZ0.310.270.06-
YUV9.31123.31133.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 68%
GREEN value IS 7 (3.12% from 255) = 28%
BLUE value IS 1 (0.78% from 255) = 4%
R=68%
G=28%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal177100.590.940.9322.588.893.53
Hex117103B5E5D16594
Octal2171073136135261314
Binary100011111011101110111101011101101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110701; }

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

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

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

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

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

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

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

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