#121104

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

Shades of Maire #121104

Tints of Maire #121104

Color information

#121104 (or 0x121104) is unknown color: approx Maire. HEX triplet: 12, 11 and 04. RGB value is (18,17,4). Sum of RGB (Red+Green+Blue) = 18+17+4=39 (5% of max value = 765). Red value is 18 (7.42% from 255 or 46.15% from 39); Green value is 17 (7.03% from 255 or 43.59% from 39); Blue value is 4 (1.95% from 255 or 10.26% from 39); Max value from RGB is 18 - color contains mainly: red. Hex color #121104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121104 is #EDEEFB. Grayscale: #0F0F0F. Windows color (decimal): -15593212 or 266514. OLE color: 266514.

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

Color convert

RGB18174-
CMYK00.060.780.93
HSL55.71º63.64%4.31%-
HSV(B)55.71º77.78%7.06%-
XYZ0.470.540.19-
YUV15.82121.33129.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 46.15%
GREEN value IS 17 (7.03% from 255) = 43.59%
BLUE value IS 4 (1.95% from 255) = 10.26%
R=46.15%
G=43.59%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1817400.060.780.9355.7163.644.31
Hex12114064E5D38404
Octal2221406116135701004
Binary10010100011000110100111010111011110001000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121104; }

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

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

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

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

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

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

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

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