#12110D

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

Shades of Maire #12110D

Tints of Maire #12110D

Color information

#12110D (or 0x12110D) is unknown color: approx Maire. HEX triplet: 12, 11 and 0D. RGB value is (18,17,13). Sum of RGB (Red+Green+Blue) = 18+17+13=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 18 - color contains mainly: red. Hex color #12110D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12110D is #EDEEF2. Grayscale: #101010. Windows color (decimal): -15593203 or 856338. OLE color: 856338.

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

Color convert

RGB181713-
CMYK00.060.280.93
HSL48º16.13%6.08%-
HSV(B)48º27.78%7.06%-
XYZ0.520.560.46-
YUV16.84125.83128.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 37.5%
GREEN value IS 17 (7.03% from 255) = 35.42%
BLUE value IS 13 (5.47% from 255) = 27.08%
R=37.5%
G=35.42%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18171300.060.280.934816.136.08
Hex1211D061C5D30106
Octal222115063413560206
Binary10010100011101011011100101110111000010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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