#110A04

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

Shades of Black #110A04

Tints of Black #110A04

Color information

#110A04 (or 0x110A04) is unknown color: approx Black. HEX triplet: 11, 0A and 04. RGB value is (17,10,4). Sum of RGB (Red+Green+Blue) = 17+10+4=31 (4% of max value = 765). Red value is 17 (7.03% from 255 or 54.84% from 31); Green value is 10 (4.30% from 255 or 32.26% from 31); Blue value is 4 (1.95% from 255 or 12.90% from 31); Max value from RGB is 17 - color contains mainly: red. Hex color #110A04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110A04 is #EEF5FB. Grayscale: #0B0B0B. Windows color (decimal): -15660540 or 264721. OLE color: 264721.

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

Color convert

RGB17104-
CMYK00.410.760.93
HSL27.69º61.9%4.12%-
HSV(B)27.69º76.47%6.67%-
XYZ0.360.350.16-
YUV11.41123.82131.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 54.84%
GREEN value IS 10 (4.30% from 255) = 32.26%
BLUE value IS 4 (1.95% from 255) = 12.90%
R=54.84%
G=32.26%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1710400.410.760.9327.6961.94.12
Hex11A40294C5D1c3e4
Octal2112405111413534764
Binary10001101010001010011001100101110111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110A04; }

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

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

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

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

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

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

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

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