#110B00

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

Shades of Maire #110B00

Tints of Maire #110B00

Color information

#110B00 (or 0x110B00) is unknown color: approx Maire. HEX triplet: 11, 0B and 00. RGB value is (17,11,0). Sum of RGB (Red+Green+Blue) = 17+11+0=28 (3% of max value = 765). Red value is 17 (7.03% from 255 or 60.71% from 28); Green value is 11 (4.69% from 255 or 39.29% from 28); Blue value is 0 (0.39% from 255 or 0% from 28); Max value from RGB is 17 - color contains mainly: red. Hex color #110B00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B00 is #EEF4FF. Grayscale: #0B0B0B. Windows color (decimal): -15660288 or 2833. OLE color: 2833.

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

Color convert

RGB17110-
CMYK00.3510.93
HSL38.82º100%3.33%-
HSV(B)38.82º100%6.67%-
XYZ0.350.360.05-
YUV11.54121.49131.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 60.71%
GREEN value IS 11 (4.69% from 255) = 39.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.71%
G=39.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1711000.3510.9338.821003.33
Hex11B0023645D27643
Octal21130043144135471443
Binary1000110110010001111001001011101100111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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