#110101

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

Shades of Black #110101

Tints of Black #110101

Color information

#110101 (or 0x110101) is unknown color: approx 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

RGB1711-
CMYK00.940.940.93
HSL88.89%3.53%-
HSV(B)94.12%6.67%-
XYZ0.250.140.04-
YUV5.78125.3136-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal171100.940.940.93088.893.53
Hex111105E5E5D0594
Octal2111013613613501314
Binary1000111010111101011110101110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>