#110C09

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

Shades of Black #110C09

Tints of Black #110C09

Color information

#110C09 (or 0x110C09) is unknown color: approx Black. HEX triplet: 11, 0C and 09. RGB value is (17,12,9). Sum of RGB (Red+Green+Blue) = 17+12+9=38 (5% of max value = 765). Red value is 17 (7.03% from 255 or 44.74% from 38); Green value is 12 (5.08% from 255 or 31.58% from 38); Blue value is 9 (3.91% from 255 or 23.68% from 38); Max value from RGB is 17 - color contains mainly: red. Hex color #110C09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C09 is #EEF3F6. Grayscale: #0D0D0D. Windows color (decimal): -15660023 or 592913. OLE color: 592913.

HSL color Cylindrical-coordinate representation of color #110C09: hue angle of 22.5º 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 #110C09 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.93.

Color convert

RGB17129-
CMYK00.290.470.93
HSL22.5º30.77%5.1%-
HSV(B)22.5º47.06%6.67%-
XYZ0.410.40.31-
YUV13.15125.66130.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 44.74%
GREEN value IS 12 (5.08% from 255) = 31.58%
BLUE value IS 9 (3.91% from 255) = 23.68%
R=44.74%
G=31.58%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1712900.290.470.9322.530.775.1
Hex11C901D2F5D161f5
Octal2114110355713526375
Binary100011100100101110110111110111011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110C09; }

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

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

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

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

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

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

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

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