#110401

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

Shades of Black #110401

Tints of Black #110401

Color information

#110401 (or 0x110401) is unknown color: approx Black. HEX triplet: 11, 04 and 01. RGB value is (17,4,1). Sum of RGB (Red+Green+Blue) = 17+4+1=22 (2% of max value = 765). Red value is 17 (7.03% from 255 or 77.27% from 22); Green value is 4 (1.95% from 255 or 18.18% from 22); Blue value is 1 (0.78% from 255 or 4.55% from 22); Max value from RGB is 17 - color contains mainly: red. Hex color #110401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110401 is #EEFBFE. Grayscale: #070707. Windows color (decimal): -15662079 or 66577. OLE color: 66577.

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

Color convert

RGB1741-
CMYK00.760.940.93
HSL11.25º88.89%3.53%-
HSV(B)11.25º94.12%6.67%-
XYZ0.280.210.05-
YUV7.54124.31134.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 77.27%
GREEN value IS 4 (1.95% from 255) = 18.18%
BLUE value IS 1 (0.78% from 255) = 4.55%
R=77.27%
G=18.18%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal174100.760.940.9311.2588.893.53
Hex114104C5E5Db594
Octal21410114136135131314
Binary100011001010011001011110101110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110401; }

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

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

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

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

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

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

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

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