#120311

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

Shades of Mardi Gras #120311

Tints of Mardi Gras #120311

Color information

#120311 (or 0x120311) is unknown color: approx Mardi Gras. HEX triplet: 12, 03 and 11. RGB value is (18,3,17). Sum of RGB (Red+Green+Blue) = 18+3+17=38 (5% of max value = 765). Red value is 18 (7.42% from 255 or 47.37% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 17 (7.03% from 255 or 44.74% from 38); Max value from RGB is 18 - color contains mainly: red. Hex color #120311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120311 is #EDFCEE. Grayscale: #090909. Windows color (decimal): -15596783 or 1114898. OLE color: 1114898.

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

Color convert

RGB18317-
CMYK00.830.060.93
HSL304º71.43%4.12%-
HSV(B)304º83.33%7.06%-
XYZ0.380.230.56-
YUV9.08132.47134.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 47.37%
GREEN value IS 3 (1.56% from 255) = 7.89%
BLUE value IS 17 (7.03% from 255) = 44.74%
R=47.37%
G=7.89%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1831700.830.060.9330471.434.12
Hex1231105365D130474
Octal22321012361354601074
Binary1001011100010101001111010111011001100001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120311; }

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

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

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

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

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

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

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

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