#121106

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

Shades of Maire #121106

Tints of Maire #121106

Color information

#121106 (or 0x121106) is unknown color: approx Maire. HEX triplet: 12, 11 and 06. RGB value is (18,17,6). Sum of RGB (Red+Green+Blue) = 18+17+6=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 17 (7.03% from 255 or 41.46% from 41); Blue value is 6 (2.73% from 255 or 14.63% from 41); Max value from RGB is 18 - color contains mainly: red. Hex color #121106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121106 is #EDEEF9. Grayscale: #101010. Windows color (decimal): -15593210 or 397586. OLE color: 397586.

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

Color convert

RGB18176-
CMYK00.060.670.93
HSL55º50%4.71%-
HSV(B)55º66.67%7.06%-
XYZ0.480.540.25-
YUV16.04122.33129.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 43.90%
GREEN value IS 17 (7.03% from 255) = 41.46%
BLUE value IS 6 (2.73% from 255) = 14.63%
R=43.90%
G=41.46%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1817600.060.670.9355504.71
Hex1211606435D37325
Octal222160610313567625
Binary1001010001110011010000111011101110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121106; }

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

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

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

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

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

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

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

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