Html Css Color HEX #11110D Maire

📋 copy color: '#11110D'

red 17 ◦ green 17 ◦ blue 13

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

Shades of Maire #11110D

Tints of Maire #11110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 36.17%

 BLUE value IS 13 (5.47% from 255) = 27.66%

R = 36.17%
G = 36.17%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.24

 K value IS 0.93

RGB Variations

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

Color information

#11110D (or 0x11110D) is known color: Maire. HEX triplet: 11, 11 and 0D. RGB value is (17,17,13). Sum of RGB (Red+Green+Blue) = 17+17+13=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 17 - color contains mainly: red, green. Hex color #11110D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11110D is #EEEEF2. Grayscale: #101010. Windows color (decimal): -15658739 or 856337. OLE color: 856337.

HSL color Cylindrical-coordinate representation of color #11110D: hue angle of 60º degrees, saturation: 0.13, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #11110D is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 17 13 -
CMYK 0 0 0.24 0.93
HSL 60º 0.13% 0.06% -
HSV(B) 60º 0.24% 0.07% -
XYZ 0.5 0.55 0.46 -
YUV 16.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 17 17 13 0 0 0.24 0.93 60 0.13 0.06
Hex 11 11 D 0 0 18 5D 3C D 6
Octal 21 21 15 0 0 30 135 74 15 6
Binary 10001 10001 1101 0 0 11000 1011101 111100 1101 110

Color Harmonies of #11110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11110D

Black with #11110D

Text Example


Text Example

White with #11110D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11110D;
 }
 .AnyTagClassName
 {
   color: #11110D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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