#110B09

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

Shades of Black #110B09

Tints of Black #110B09

Color information

#110B09 (or 0x110B09) is unknown color: approx Black. HEX triplet: 11, 0B and 09. RGB value is (17,11,9). Sum of RGB (Red+Green+Blue) = 17+11+9=37 (4% of max value = 765). Red value is 17 (7.03% from 255 or 45.95% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 9 (3.91% from 255 or 24.32% from 37); Max value from RGB is 17 - color contains mainly: red. Hex color #110B09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B09 is #EEF4F6. Grayscale: #0C0C0C. Windows color (decimal): -15660279 or 592657. OLE color: 592657.

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

Color convert

RGB17119-
CMYK00.350.470.93
HSL15º30.77%5.1%-
HSV(B)15º47.06%6.67%-
XYZ0.40.380.31-
YUV12.57125.99131.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 45.95%
GREEN value IS 11 (4.69% from 255) = 29.73%
BLUE value IS 9 (3.91% from 255) = 24.32%
R=45.95%
G=29.73%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1711900.350.470.931530.775.1
Hex11B90232F5Df1f5
Octal2113110435713517375
Binary100011011100101000111011111011101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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