#110905

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

Shades of Black #110905

Tints of Black #110905

Color information

#110905 (or 0x110905) is unknown color: approx Black. HEX triplet: 11, 09 and 05. RGB value is (17,9,5). Sum of RGB (Red+Green+Blue) = 17+9+5=31 (4% of max value = 765). Red value is 17 (7.03% from 255 or 54.84% from 31); Green value is 9 (3.91% from 255 or 29.03% from 31); Blue value is 5 (2.34% from 255 or 16.13% from 31); Max value from RGB is 17 - color contains mainly: red. Hex color #110905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110905 is #EEF6FA. Grayscale: #0A0A0A. Windows color (decimal): -15660795 or 330001. OLE color: 330001.

HSL color Cylindrical-coordinate representation of color #110905: hue angle of 20º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #110905 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.93.

Color convert

RGB1795-
CMYK00.470.710.93
HSL20º54.55%4.31%-
HSV(B)20º70.59%6.67%-
XYZ0.360.330.19-
YUV10.94124.65132.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 54.84%
GREEN value IS 9 (3.91% from 255) = 29.03%
BLUE value IS 5 (2.34% from 255) = 16.13%
R=54.84%
G=29.03%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal179500.470.710.932054.554.31
Hex119502F475D14374
Octal2111505710713524674
Binary10001100110101011111000111101110110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110905; }

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

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

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

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

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

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

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

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