#120411

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

Shades of Mardi Gras #120411

Tints of Mardi Gras #120411

Color information

#120411 (or 0x120411) is unknown color: approx Mardi Gras. HEX triplet: 12, 04 and 11. RGB value is (18,4,17). Sum of RGB (Red+Green+Blue) = 18+4+17=39 (5% of max value = 765). Red value is 18 (7.42% from 255 or 46.15% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 17 (7.03% from 255 or 43.59% from 39); Max value from RGB is 18 - color contains mainly: red. Hex color #120411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120411 is #EDFBEE. Grayscale: #090909. Windows color (decimal): -15596527 or 1115154. OLE color: 1115154.

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

Color convert

RGB18417-
CMYK00.780.060.93
HSL304.29º63.64%4.31%-
HSV(B)304.29º77.78%7.06%-
XYZ0.390.260.56-
YUV9.67132.14133.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 46.15%
GREEN value IS 4 (1.95% from 255) = 10.26%
BLUE value IS 17 (7.03% from 255) = 43.59%
R=46.15%
G=10.26%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1841700.780.060.93304.2963.644.31
Hex1241104E65D130404
Octal22421011661354601004
Binary10010100100010100111011010111011001100001000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120411; }

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

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

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

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

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

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

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

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