Html Css Color HEX #110101 Black

📋 copy color: '#110101'

red 17 ◦ green 1 ◦ blue 1

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

Shades of Black #110101

Tints of Black #110101

RGB

 RED value IS 17 (7.03% from 255) = 89.47%

 GREEN value IS 1 (0.78% from 255) = 5.26%

 BLUE value IS 1 (0.78% from 255) = 5.26%

R = 89.47%
G = 5.26%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#110101 (or 0x110101) is known color: Black. HEX triplet: 11, 01 and 01. RGB value is (17,1,1). Sum of RGB (Red+Green+Blue) = 17+1+1=19 (2% of max value = 765). Red value is 17 (7.03% from 255 or 89.47% from 19); Green value is 1 (0.78% from 255 or 5.26% from 19); Blue value is 1 (0.78% from 255 or 5.26% from 19); Max value from RGB is 17 - color contains mainly: red. Hex color #110101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110101 is #EEFEFE. Grayscale: #050505. Windows color (decimal): -15662847 or 65809. OLE color: 65809.

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

Color convert

RGB 17 1 1 -
CMYK 0 0.94 0.94 0.93
HSL 0.89% 0.04% -
HSV(B) 0.94% 0.07% -
XYZ 0.25 0.14 0.04 -
YUV 5.78 125.3 136 -
System Red Green Blue C M Y K H S L
Decimal 17 1 1 0 0.94 0.94 0.93 0 0.89 0.04
Hex 11 1 1 0 5E 5E 5D 0 59 4
Octal 21 1 1 0 136 136 135 0 131 4
Binary 10001 1 1 0 1011110 1011110 1011101 0 1011001 100

Color Harmonies of #110101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110101

Black with #110101

Text Example


Text Example

White with #110101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110101; }

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

 H1.HeaderClassName
 {
   color: #110101;
 }
 .AnyTagClassName
 {
   color: #110101;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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