#120D04

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

Shades of Maire #120D04

Tints of Maire #120D04

Color information

#120D04 (or 0x120D04) is unknown color: approx Maire. HEX triplet: 12, 0D and 04. RGB value is (18,13,4). Sum of RGB (Red+Green+Blue) = 18+13+4=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 13 (5.47% from 255 or 37.14% from 35); Blue value is 4 (1.95% from 255 or 11.43% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #120D04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D04 is #EDF2FB. Grayscale: #0D0D0D. Windows color (decimal): -15594236 or 265490. OLE color: 265490.

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

Color convert

RGB18134-
CMYK00.280.780.93
HSL38.57º63.64%4.31%-
HSV(B)38.57º77.78%7.06%-
XYZ0.420.430.18-
YUV13.47122.66131.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 51.43%
GREEN value IS 13 (5.47% from 255) = 37.14%
BLUE value IS 4 (1.95% from 255) = 11.43%
R=51.43%
G=37.14%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.78
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1813400.280.780.9338.5763.644.31
Hex12D401C4E5D27404
Octal22154034116135471004
Binary100101101100011100100111010111011001111000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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