#121004

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

Shades of Maire #121004

Tints of Maire #121004

Color information

#121004 (or 0x121004) is unknown color: approx Maire. HEX triplet: 12, 10 and 04. RGB value is (18,16,4). Sum of RGB (Red+Green+Blue) = 18+16+4=38 (5% of max value = 765). Red value is 18 (7.42% from 255 or 47.37% from 38); Green value is 16 (6.64% from 255 or 42.11% from 38); Blue value is 4 (1.95% from 255 or 10.53% from 38); Max value from RGB is 18 - color contains mainly: red. Hex color #121004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121004 is #EDEFFB. Grayscale: #0F0F0F. Windows color (decimal): -15593468 or 266258. OLE color: 266258.

HSL color Cylindrical-coordinate representation of color #121004: hue angle of 51.43º 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 #121004 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.93.

Color convert

RGB18164-
CMYK00.110.780.93
HSL51.43º63.64%4.31%-
HSV(B)51.43º77.78%7.06%-
XYZ0.460.510.19-
YUV15.23121.66129.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 47.37%
GREEN value IS 16 (6.64% from 255) = 42.11%
BLUE value IS 4 (1.95% from 255) = 10.53%
R=47.37%
G=42.11%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1816400.110.780.9351.4363.644.31
Hex121040B4E5D33404
Octal22204013116135631004
Binary100101000010001011100111010111011100111000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121004; }

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

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

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

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

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

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

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

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