#12110F

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

Shades of Maire #12110F

Tints of Maire #12110F

Color information

#12110F (or 0x12110F) is unknown color: approx Maire. HEX triplet: 12, 11 and 0F. RGB value is (18,17,15). Sum of RGB (Red+Green+Blue) = 18+17+15=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 17 (7.03% from 255 or 34% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 18 - color contains mainly: red. Hex color #12110F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12110F is #EDEEF0. Grayscale: #111111. Windows color (decimal): -15593201 or 987410. OLE color: 987410.

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

Color convert

RGB181715-
CMYK00.060.170.93
HSL40º9.09%6.47%-
HSV(B)40º16.67%7.06%-
XYZ0.540.560.53-
YUV17.07126.83128.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36%
GREEN value IS 17 (7.03% from 255) = 34%
BLUE value IS 15 (6.25% from 255) = 30%
R=36%
G=34%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18171500.060.170.93409.096.47
Hex1211F06115D2896
Octal222117062113550116
Binary1001010001111101101000110111011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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