#120D03

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

Shades of Maire #120D03

Tints of Maire #120D03

Color information

#120D03 (or 0x120D03) is unknown color: approx Maire. HEX triplet: 12, 0D and 03. RGB value is (18,13,3). Sum of RGB (Red+Green+Blue) = 18+13+3=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 13 (5.47% from 255 or 38.24% from 34); Blue value is 3 (1.56% from 255 or 8.82% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #120D03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D03 is #EDF2FC. Grayscale: #0D0D0D. Windows color (decimal): -15594237 or 199954. OLE color: 199954.

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

Color convert

RGB18133-
CMYK00.280.830.93
HSL40º71.43%4.12%-
HSV(B)40º83.33%7.06%-
XYZ0.410.420.15-
YUV13.35122.16131.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 52.94%
GREEN value IS 13 (5.47% from 255) = 38.24%
BLUE value IS 3 (1.56% from 255) = 8.82%
R=52.94%
G=38.24%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1813300.280.830.934071.434.12
Hex12D301C535D28474
Octal22153034123135501074
Binary10010110111011100101001110111011010001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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