Html Css Color HEX #11110E Maire

📋 copy color: '#11110E'

red 17 ◦ green 17 ◦ blue 14

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

Shades of Maire #11110E

Tints of Maire #11110E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 29.17%

R = 35.42%
G = 35.42%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0.93

RGB Variations

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

Color information

#11110E (or 0x11110E) is known color: Maire. HEX triplet: 11, 11 and 0E. RGB value is (17,17,14). Sum of RGB (Red+Green+Blue) = 17+17+14=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 17 - color contains mainly: red, green. Hex color #11110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11110E is #EEEEF1. Grayscale: #101010. Windows color (decimal): -15658738 or 921873. OLE color: 921873.

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

Color convert

RGB 17 17 14 -
CMYK 0 0 0.18 0.93
HSL 60º 0.1% 0.06% -
HSV(B) 60º 0.18% 0.07% -
XYZ 0.51 0.55 0.5 -
YUV 16.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 17 17 14 0 0 0.18 0.93 60 0.1 0.06
Hex 11 11 E 0 0 12 5D 3C A 6
Octal 21 21 16 0 0 22 135 74 12 6
Binary 10001 10001 1110 0 0 10010 1011101 111100 1010 110

Color Harmonies of #11110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11110E

Black with #11110E

Text Example


Text Example

White with #11110E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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