#110F0B

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

Shades of Maire #110F0B

Tints of Maire #110F0B

Color information

#110F0B (or 0x110F0B) is unknown color: approx Maire. HEX triplet: 11, 0F and 0B. RGB value is (17,15,11). Sum of RGB (Red+Green+Blue) = 17+15+11=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 15 (6.25% from 255 or 34.88% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 17 - color contains mainly: red. Hex color #110F0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F0B is #EEF0F4. Grayscale: #0F0F0F. Windows color (decimal): -15659253 or 724753. OLE color: 724753.

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

Color convert

RGB171511-
CMYK00.120.350.93
HSL40º21.43%5.49%-
HSV(B)40º35.29%6.67%-
XYZ0.460.480.39-
YUV15.14125.66129.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 39.53%
GREEN value IS 15 (6.25% from 255) = 34.88%
BLUE value IS 11 (4.69% from 255) = 25.58%
R=39.53%
G=34.88%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17151100.120.350.934021.435.49
Hex11FB0C235D28155
Octal2117130144313550255
Binary100011111101101100100011101110110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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