#110804

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

Shades of Black #110804

Tints of Black #110804

Color information

#110804 (or 0x110804) is unknown color: approx Black. HEX triplet: 11, 08 and 04. RGB value is (17,8,4). Sum of RGB (Red+Green+Blue) = 17+8+4=29 (3% of max value = 765). Red value is 17 (7.03% from 255 or 58.62% from 29); Green value is 8 (3.52% from 255 or 27.59% from 29); Blue value is 4 (1.95% from 255 or 13.79% from 29); Max value from RGB is 17 - color contains mainly: red. Hex color #110804 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110804 is #EEF7FB. Grayscale: #0A0A0A. Windows color (decimal): -15661052 or 264209. OLE color: 264209.

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

Color convert

RGB1784-
CMYK00.530.760.93
HSL18.46º61.9%4.12%-
HSV(B)18.46º76.47%6.67%-
XYZ0.340.30.16-
YUV10.24124.48132.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 58.62%
GREEN value IS 8 (3.52% from 255) = 27.59%
BLUE value IS 4 (1.95% from 255) = 13.79%
R=58.62%
G=27.59%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal178400.530.760.9318.4661.94.12
Hex11840354C5D123e4
Octal2110406511413522764
Binary10001100010001101011001100101110110010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110804; }

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

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

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

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

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

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

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

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