#120F03

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

Shades of Maire #120F03

Tints of Maire #120F03

Color information

#120F03 (or 0x120F03) is unknown color: approx Maire. HEX triplet: 12, 0F and 03. RGB value is (18,15,3). Sum of RGB (Red+Green+Blue) = 18+15+3=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 15 (6.25% from 255 or 41.67% from 36); Blue value is 3 (1.56% from 255 or 8.33% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #120F03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F03 is #EDF0FC. Grayscale: #0E0E0E. Windows color (decimal): -15593725 or 200466. OLE color: 200466.

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

Color convert

RGB18153-
CMYK00.170.830.93
HSL48º71.43%4.12%-
HSV(B)48º83.33%7.06%-
XYZ0.440.480.16-
YUV14.53121.49130.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 41.67%
BLUE value IS 3 (1.56% from 255) = 8.33%
R=50%
G=41.67%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1815300.170.830.934871.434.12
Hex12F3011535D30474
Octal22173021123135601074
Binary10010111111010001101001110111011100001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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