#11110B

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

Shades of Maire #11110B

Tints of Maire #11110B

Color information

#11110B (or 0x11110B) is unknown color: approx Maire. HEX triplet: 11, 11 and 0B. RGB value is (17,17,11). Sum of RGB (Red+Green+Blue) = 17+17+11=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 17 - color contains mainly: red, green. Hex color #11110B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11110B is #EEEEF4. Grayscale: #101010. Windows color (decimal): -15658741 or 725265. OLE color: 725265.

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

Color convert

RGB171711-
CMYK000.350.93
HSL60º21.43%5.49%-
HSV(B)60º35.29%6.67%-
XYZ0.490.540.4-
YUV16.32125128.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 37.78%
GREEN value IS 17 (7.03% from 255) = 37.78%
BLUE value IS 11 (4.69% from 255) = 24.44%
R=37.78%
G=37.78%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal171711000.350.936021.435.49
Hex1111B00235D3c155
Octal212113004313574255
Binary1000110001101100100011101110111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11110B; }

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

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

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

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

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

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

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

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