Html Css Color HEX #11100C Maire

📋 copy color: '#11100C'

red 17 ◦ green 16 ◦ blue 12

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

Shades of Maire #11100C

Tints of Maire #11100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 35.56%

 BLUE value IS 12 (5.08% from 255) = 26.67%

R = 37.78%
G = 35.56%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.93

RGB Variations

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

Color information

#11100C (or 0x11100C) is known color: Maire. HEX triplet: 11, 10 and 0C. RGB value is (17,16,12). Sum of RGB (Red+Green+Blue) = 17+16+12=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 17 - color contains mainly: red. Hex color #11100C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11100C is #EEEFF3. Grayscale: #0F0F0F. Windows color (decimal): -15658996 or 790545. OLE color: 790545.

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

Color convert

RGB 17 16 12 -
CMYK 0 0.06 0.29 0.93
HSL 48º 0.17% 0.06% -
HSV(B) 48º 0.29% 0.07% -
XYZ 0.48 0.52 0.42 -
YUV 15.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 17 16 12 0 0.06 0.29 0.93 48 0.17 0.06
Hex 11 10 C 0 6 1D 5D 30 11 6
Octal 21 20 14 0 6 35 135 60 21 6
Binary 10001 10000 1100 0 110 11101 1011101 110000 10001 110

Color Harmonies of #11100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11100C

Black with #11100C

Text Example


Text Example

White with #11100C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11100C; }

 p { color: rgb(17,16,12); }

 H1.HeaderClassName
 {
   color: #11100C;
 }
 .AnyTagClassName
 {
   color: #11100C;
 }
</style>

background-color css

<style>
 a { background-color: #11100C; }

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

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

border-color css

<style>
 span { border-color: #11100C; }

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

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