#110704

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

Shades of Black #110704

Tints of Black #110704

Color information

#110704 (or 0x110704) is unknown color: approx Black. HEX triplet: 11, 07 and 04. RGB value is (17,7,4). Sum of RGB (Red+Green+Blue) = 17+7+4=28 (3% of max value = 765). Red value is 17 (7.03% from 255 or 60.71% from 28); Green value is 7 (3.12% from 255 or 25% from 28); Blue value is 4 (1.95% from 255 or 14.29% from 28); Max value from RGB is 17 - color contains mainly: red. Hex color #110704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110704 is #EEF8FB. Grayscale: #090909. Windows color (decimal): -15661308 or 263953. OLE color: 263953.

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

Color convert

RGB1774-
CMYK00.590.760.93
HSL13.85º61.9%4.12%-
HSV(B)13.85º76.47%6.67%-
XYZ0.330.280.15-
YUV9.65124.81133.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 60.71%
GREEN value IS 7 (3.12% from 255) = 25%
BLUE value IS 4 (1.95% from 255) = 14.29%
R=60.71%
G=25%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal177400.590.760.9313.8561.94.12
Hex117403B4C5De3e4
Octal217407311413516764
Binary100011111000111011100110010111011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110704; }

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

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

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

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

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

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

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

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