Html Css Color HEX #110404 Black

📋 copy color: '#110404'

red 17 ◦ green 4 ◦ blue 4

#110404
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #110404

Tints of Black #110404

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 value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.93

RGB Variations

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

Color information

#110404 (or 0x110404) is known color: 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

RGB 17 4 4 -
CMYK 0 0.76 0.76 0.93
HSL 0.62% 0.04% -
HSV(B) 0.76% 0.07% -
XYZ 0.3 0.21 0.14 -
YUV 7.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 17 4 4 0 0.76 0.76 0.93 0 0.62 0.04
Hex 11 4 4 0 4C 4C 5D 0 3E 4
Octal 21 4 4 0 114 114 135 0 76 4
Binary 10001 100 100 0 1001100 1001100 1011101 0 111110 100

Color Harmonies of #110404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110404

Black with #110404

Text Example


Text Example

White with #110404

Text Example


Text Example

HTML Codes & Css Web 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>