#12110C

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

Shades of Maire #12110C

Tints of Maire #12110C

Color information

#12110C (or 0x12110C) is unknown color: approx Maire. HEX triplet: 12, 11 and 0C. RGB value is (18,17,12). Sum of RGB (Red+Green+Blue) = 18+17+12=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 18 - color contains mainly: red. Hex color #12110C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12110C is #EDEEF3. Grayscale: #101010. Windows color (decimal): -15593204 or 790802. OLE color: 790802.

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

Color convert

RGB181712-
CMYK00.060.330.93
HSL50º20%5.88%-
HSV(B)50º33.33%7.06%-
XYZ0.520.560.43-
YUV16.73125.33128.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 38.30%
GREEN value IS 17 (7.03% from 255) = 36.17%
BLUE value IS 12 (5.08% from 255) = 25.53%
R=38.30%
G=36.17%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18171200.060.330.9350205.88
Hex1211C06215D32146
Octal222114064113562246
Binary100101000111000110100001101110111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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