#110404

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

Shades of Black #110404

Tints of Black #110404

Color information

#110404 (or 0x110404) is unknown color: approx Black. HEX triplet: 11, 04 and 04. RGB value is (17,4,4). Sum of RGB (Red+Green+Blue) = 17+4+4=25 (3% of max value = 765). Red value is 17 (7.03% from 255 or 68% from 25); Green value is 4 (1.95% from 255 or 16% from 25); Blue value is 4 (1.95% from 255 or 16% from 25); Max value from RGB is 17 - color contains mainly: red. Hex color #110404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110404 is #EEFBFB. Grayscale: #070707. Windows color (decimal): -15662076 or 263185. OLE color: 263185.

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

Color convert

RGB1744-
CMYK00.760.760.93
HSL61.9%4.12%-
HSV(B)76.47%6.67%-
XYZ0.30.210.14-
YUV7.89125.81134.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 68%
GREEN value IS 4 (1.95% from 255) = 16%
BLUE value IS 4 (1.95% from 255) = 16%
R=68%
G=16%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal174400.760.760.93061.94.12
Hex114404C4C5D03e4
Octal214401141141350764
Binary1000110010001001100100110010111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110404; }

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

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

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

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

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

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

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

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