Html Css Color HEX #110D00 Maire

📋 copy color: '#110D00'

red 17 ◦ green 13 ◦ blue 0

#110D00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #110D00

Tints of Maire #110D00

RGB

 RED value IS 17 (7.03% from 255) = 56.67%

 GREEN value IS 13 (5.47% from 255) = 43.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.67%
G = 43.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#110D00 (or 0x110D00) is known color: Maire. HEX triplet: 11, 0D and 00. RGB value is (17,13,0). Sum of RGB (Red+Green+Blue) = 17+13+0=30 (3% of max value = 765). Red value is 17 (7.03% from 255 or 56.67% from 30); Green value is 13 (5.47% from 255 or 43.33% from 30); Blue value is 0 (0.39% from 255 or 0% from 30); Max value from RGB is 17 - color contains mainly: red. Hex color #110D00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D00 is #EEF2FF. Grayscale: #0C0C0C. Windows color (decimal): -15659776 or 3345. OLE color: 3345.

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

Color convert

RGB 17 13 0 -
CMYK 0 0.24 1 0.93
HSL 45.88º 1% 0.03% -
HSV(B) 45.88º 1% 0.07% -
XYZ 0.38 0.41 0.06 -
YUV 12.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 17 13 0 0 0.24 1 0.93 45.88 1 0.03
Hex 11 D 0 0 18 64 5D 2E 64 3
Octal 21 15 0 0 30 144 135 56 144 3
Binary 10001 1101 0 0 11000 1100100 1011101 101110 1100100 11

Color Harmonies of #110D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110D00

Black with #110D00

Text Example


Text Example

White with #110D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #110D00;
 }
 .AnyTagClassName
 {
   color: #110D00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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