#110909

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

Shades of Black #110909

Tints of Black #110909

Color information

#110909 (or 0x110909) is unknown color: approx Black. HEX triplet: 11, 09 and 09. RGB value is (17,9,9). Sum of RGB (Red+Green+Blue) = 17+9+9=35 (4% of max value = 765). Red value is 17 (7.03% from 255 or 48.57% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 9 (3.91% from 255 or 25.71% from 35); Max value from RGB is 17 - color contains mainly: red. Hex color #110909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110909 is #EEF6F6. Grayscale: #0B0B0B. Windows color (decimal): -15660791 or 592145. OLE color: 592145.

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

Color convert

RGB1799-
CMYK00.470.470.93
HSL30.77%5.1%-
HSV(B)47.06%6.67%-
XYZ0.380.330.3-
YUV11.39126.65132-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 48.57%
GREEN value IS 9 (3.91% from 255) = 25.71%
BLUE value IS 9 (3.91% from 255) = 25.71%
R=48.57%
G=25.71%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal179900.470.470.93030.775.1
Hex119902F2F5D01f5
Octal211111057571350375
Binary100011001100101011111011111011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110909; }

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

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

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

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

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

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

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

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