#120D00

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

Shades of Maire #120D00

Tints of Maire #120D00

Color information

#120D00 (or 0x120D00) is unknown color: approx Maire. HEX triplet: 12, 0D and 00. RGB value is (18,13,0). Sum of RGB (Red+Green+Blue) = 18+13+0=31 (4% of max value = 765). Red value is 18 (7.42% from 255 or 58.06% from 31); Green value is 13 (5.47% from 255 or 41.94% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 18 - color contains mainly: red. Hex color #120D00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D00 is #EDF2FF. Grayscale: #0D0D0D. Windows color (decimal): -15594240 or 3346. OLE color: 3346.

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

Color convert

RGB18130-
CMYK00.2810.93
HSL43.33º100%3.53%-
HSV(B)43.33º100%7.06%-
XYZ0.390.420.06-
YUV13.01120.66131.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 58.06%
GREEN value IS 13 (5.47% from 255) = 41.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.06%
G=41.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1813000.2810.9343.331003.53
Hex12D001C645D2b644
Octal22150034144135531444
Binary1001011010011100110010010111011010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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