Html Css Color HEX #110D06 Maire

📋 copy color: '#110D06'

red 17 ◦ green 13 ◦ blue 6

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

Shades of Maire #110D06

Tints of Maire #110D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 16.67%

R = 47.22%
G = 36.11%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.93

RGB Variations

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

Color information

#110D06 (or 0x110D06) is known color: Maire. HEX triplet: 11, 0D and 06. RGB value is (17,13,6). Sum of RGB (Red+Green+Blue) = 17+13+6=36 (4% of max value = 765). Red value is 17 (7.03% from 255 or 47.22% from 36); Green value is 13 (5.47% from 255 or 36.11% from 36); Blue value is 6 (2.73% from 255 or 16.67% from 36); Max value from RGB is 17 - color contains mainly: red. Hex color #110D06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D06 is #EEF2F9. Grayscale: #0D0D0D. Windows color (decimal): -15659770 or 396561. OLE color: 396561.

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

Color convert

RGB 17 13 6 -
CMYK 0 0.24 0.65 0.93
HSL 38.18º 0.48% 0.05% -
HSV(B) 38.18º 0.65% 0.07% -
XYZ 0.41 0.42 0.23 -
YUV 13.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 17 13 6 0 0.24 0.65 0.93 38.18 0.48 0.05
Hex 11 D 6 0 18 41 5D 26 30 5
Octal 21 15 6 0 30 101 135 46 60 5
Binary 10001 1101 110 0 11000 1000001 1011101 100110 110000 101

Color Harmonies of #110D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110D06

Black with #110D06

Text Example


Text Example

White with #110D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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