#120F05

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

Shades of Maire #120F05

Tints of Maire #120F05

Color information

#120F05 (or 0x120F05) is unknown color: approx Maire. HEX triplet: 12, 0F and 05. RGB value is (18,15,5). Sum of RGB (Red+Green+Blue) = 18+15+5=38 (5% of max value = 765). Red value is 18 (7.42% from 255 or 47.37% from 38); Green value is 15 (6.25% from 255 or 39.47% from 38); Blue value is 5 (2.34% from 255 or 13.16% from 38); Max value from RGB is 18 - color contains mainly: red. Hex color #120F05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F05 is #EDF0FA. Grayscale: #0E0E0E. Windows color (decimal): -15593723 or 331538. OLE color: 331538.

HSL color Cylindrical-coordinate representation of color #120F05: hue angle of 46.15º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #120F05 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.93.

Color convert

RGB18155-
CMYK00.170.720.93
HSL46.15º56.52%4.51%-
HSV(B)46.15º72.22%7.06%-
XYZ0.450.480.21-
YUV14.76122.49130.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 47.37%
GREEN value IS 15 (6.25% from 255) = 39.47%
BLUE value IS 5 (2.34% from 255) = 13.16%
R=47.37%
G=39.47%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1815500.170.720.9346.1556.524.51
Hex12F5011485D2e395
Octal2217502111013556715
Binary10010111110101000110010001011101101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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