#110801

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

Shades of Black #110801

Tints of Black #110801

Color information

#110801 (or 0x110801) is unknown color: approx Black. HEX triplet: 11, 08 and 01. RGB value is (17,8,1). Sum of RGB (Red+Green+Blue) = 17+8+1=26 (3% of max value = 765). Red value is 17 (7.03% from 255 or 65.38% from 26); Green value is 8 (3.52% from 255 or 30.77% from 26); Blue value is 1 (0.78% from 255 or 3.85% from 26); Max value from RGB is 17 - color contains mainly: red. Hex color #110801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110801 is #EEF7FE. Grayscale: #090909. Windows color (decimal): -15661055 or 67601. OLE color: 67601.

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

Color convert

RGB1781-
CMYK00.530.940.93
HSL26.25º88.89%3.53%-
HSV(B)26.25º94.12%6.67%-
XYZ0.320.30.07-
YUV9.89122.98133.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 65.38%
GREEN value IS 8 (3.52% from 255) = 30.77%
BLUE value IS 1 (0.78% from 255) = 3.85%
R=65.38%
G=30.77%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal178100.530.940.9326.2588.893.53
Hex11810355E5D1a594
Octal21101065136135321314
Binary1000110001011010110111101011101110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110801; }

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

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

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

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

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

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

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

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