#110900

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

Shades of Black #110900

Tints of Black #110900

Color information

#110900 (or 0x110900) is unknown color: approx Black. HEX triplet: 11, 09 and 00. RGB value is (17,9,0). Sum of RGB (Red+Green+Blue) = 17+9+0=26 (3% of max value = 765). Red value is 17 (7.03% from 255 or 65.38% from 26); Green value is 9 (3.91% from 255 or 34.62% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 17 - color contains mainly: red. Hex color #110900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110900 is #EEF6FF. Grayscale: #0A0A0A. Windows color (decimal): -15660800 or 2321. OLE color: 2321.

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

Color convert

RGB1790-
CMYK00.4710.93
HSL31.76º100%3.33%-
HSV(B)31.76º100%6.67%-
XYZ0.330.310.04-
YUV10.37122.15132.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 65.38%
GREEN value IS 9 (3.91% from 255) = 34.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.38%
G=34.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal179000.4710.9331.761003.33
Hex119002F645D20643
Octal21110057144135401443
Binary1000110010010111111001001011101100000110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110900; }

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

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

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

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

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

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

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

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