#110504

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

Shades of Black #110504

Tints of Black #110504

Color information

#110504 (or 0x110504) is unknown color: approx Black. HEX triplet: 11, 05 and 04. RGB value is (17,5,4). Sum of RGB (Red+Green+Blue) = 17+5+4=26 (3% of max value = 765). Red value is 17 (7.03% from 255 or 65.38% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 4 (1.95% from 255 or 15.38% from 26); Max value from RGB is 17 - color contains mainly: red. Hex color #110504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110504 is #EEFAFB. Grayscale: #080808. Windows color (decimal): -15661820 or 263441. OLE color: 263441.

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

Color convert

RGB1754-
CMYK00.710.760.93
HSL4.62º61.9%4.12%-
HSV(B)4.62º76.47%6.67%-
XYZ0.310.240.14-
YUV8.47125.48134.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 65.38%
GREEN value IS 5 (2.34% from 255) = 19.23%
BLUE value IS 4 (1.95% from 255) = 15.38%
R=65.38%
G=19.23%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal175400.710.760.934.6261.94.12
Hex11540474C5D53e4
Octal215401071141355764
Binary100011011000100011110011001011101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110504; }

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

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

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

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

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

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

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

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