#110B04

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

Shades of Black #110B04

Tints of Black #110B04

Color information

#110B04 (or 0x110B04) is unknown color: approx Black. HEX triplet: 11, 0B and 04. RGB value is (17,11,4). Sum of RGB (Red+Green+Blue) = 17+11+4=32 (4% of max value = 765). Red value is 17 (7.03% from 255 or 53.12% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 4 (1.95% from 255 or 12.5% from 32); Max value from RGB is 17 - color contains mainly: red. Hex color #110B04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B04 is #EEF4FB. Grayscale: #0C0C0C. Windows color (decimal): -15660284 or 264977. OLE color: 264977.

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

Color convert

RGB17114-
CMYK00.350.760.93
HSL32.31º61.9%4.12%-
HSV(B)32.31º76.47%6.67%-
XYZ0.370.370.17-
YUV12123.49131.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 53.12%
GREEN value IS 11 (4.69% from 255) = 34.38%
BLUE value IS 4 (1.95% from 255) = 12.5%
R=53.12%
G=34.38%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1711400.350.760.9332.3161.94.12
Hex11B40234C5D203e4
Octal2113404311413540764
Binary100011011100010001110011001011101100000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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