#12110E

Color #12110E Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #12110E

Tints of Maire #12110E

Color information

#12110E (or 0x12110E) is unknown color: approx Maire. HEX triplet: 12, 11 and 0E. RGB value is (18,17,14). Sum of RGB (Red+Green+Blue) = 18+17+14=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 14 (5.86% from 255 or 28.57% from 49); Max value from RGB is 18 - color contains mainly: red. Hex color #12110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12110E is #EDEEF1. Grayscale: #101010. Windows color (decimal): -15593202 or 921874. OLE color: 921874.

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

Color convert

RGB181714-
CMYK00.060.220.93
HSL45º12.5%6.27%-
HSV(B)45º22.22%7.06%-
XYZ0.530.560.5-
YUV16.96126.33128.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36.73%
GREEN value IS 17 (7.03% from 255) = 34.69%
BLUE value IS 14 (5.86% from 255) = 28.57%
R=36.73%
G=34.69%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18171400.060.220.934512.56.27
Hex1211E06165D2dd6
Octal222116062613555156
Binary1001010001111001101011010111011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12110E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12110E;
 }
 .AnyTagClassName
 {
   color: #12110E;
 }
</style>
background-color css

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

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

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

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

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

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