#120F04

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

Shades of Maire #120F04

Tints of Maire #120F04

Color information

#120F04 (or 0x120F04) is unknown color: approx Maire. HEX triplet: 12, 0F and 04. RGB value is (18,15,4). Sum of RGB (Red+Green+Blue) = 18+15+4=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 15 (6.25% from 255 or 40.54% from 37); Blue value is 4 (1.95% from 255 or 10.81% from 37); Max value from RGB is 18 - color contains mainly: red. Hex color #120F04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F04 is #EDF0FB. Grayscale: #0E0E0E. Windows color (decimal): -15593724 or 266002. OLE color: 266002.

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

Color convert

RGB18154-
CMYK00.170.780.93
HSL47.14º63.64%4.31%-
HSV(B)47.14º77.78%7.06%-
XYZ0.440.480.18-
YUV14.64121.99130.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 48.65%
GREEN value IS 15 (6.25% from 255) = 40.54%
BLUE value IS 4 (1.95% from 255) = 10.81%
R=48.65%
G=40.54%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1815400.170.780.9347.1463.644.31
Hex12F40114E5D2f404
Octal22174021116135571004
Binary100101111100010001100111010111011011111000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120F04; }

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

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

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

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

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

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

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

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