Html Css Color HEX #110401 Black

📋 copy color: '#110401'

red 17 ◦ green 4 ◦ blue 1

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

Shades of Black #110401

Tints of Black #110401

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

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

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

RGB 17 4 1 -
CMYK 0 0.76 0.94 0.93
HSL 11.25º 0.89% 0.04% -
HSV(B) 11.25º 0.94% 0.07% -
XYZ 0.28 0.21 0.05 -
YUV 7.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 17 4 1 0 0.76 0.94 0.93 11.25 0.89 0.04
Hex 11 4 1 0 4C 5E 5D B 59 4
Octal 21 4 1 0 114 136 135 13 131 4
Binary 10001 100 1 0 1001100 1011110 1011101 1011 1011001 100

Color Harmonies of #110401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110401

Black with #110401

Text Example


Text Example

White with #110401

Text Example


Text Example

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