#120412

Color #120412 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #120412

Tints of Mardi Gras #120412

Color information

#120412 (or 0x120412) is unknown color: approx Mardi Gras. HEX triplet: 12, 04 and 12. RGB value is (18,4,18). Sum of RGB (Red+Green+Blue) = 18+4+18=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #120412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120412 is #EDFBED. Grayscale: #090909. Windows color (decimal): -15596526 or 1180690. OLE color: 1180690.

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

Color convert

RGB18418-
CMYK00.7800.93
HSL300º63.64%4.31%-
HSV(B)300º77.78%7.06%-
XYZ0.40.260.6-
YUV9.78132.64133.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 45%
GREEN value IS 4 (1.95% from 255) = 10%
BLUE value IS 18 (7.42% from 255) = 45%
R=45%
G=10%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1841800.7800.9330063.644.31
Hex1241204E05D12c404
Octal22422011601354541004
Binary100101001001001001110010111011001011001000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120412; }

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

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

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

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

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

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

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

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