#120312

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

Shades of Mardi Gras #120312

Tints of Mardi Gras #120312

Color information

#120312 (or 0x120312) is unknown color: approx Mardi Gras. HEX triplet: 12, 03 and 12. RGB value is (18,3,18). Sum of RGB (Red+Green+Blue) = 18+3+18=39 (5% of max value = 765). Red value is 18 (7.42% from 255 or 46.15% from 39); Green value is 3 (1.56% from 255 or 7.69% from 39); Blue value is 18 (7.42% from 255 or 46.15% from 39); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #120312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120312 is #EDFCED. Grayscale: #090909. Windows color (decimal): -15596782 or 1180434. OLE color: 1180434.

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

Color convert

RGB18318-
CMYK00.8300.93
HSL300º71.43%4.12%-
HSV(B)300º83.33%7.06%-
XYZ0.390.240.6-
YUV9.2132.97134.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 46.15%
GREEN value IS 3 (1.56% from 255) = 7.69%
BLUE value IS 18 (7.42% from 255) = 46.15%
R=46.15%
G=7.69%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1831800.8300.9330071.434.12
Hex1231205305D12c474
Octal22322012301354541074
Binary10010111001001010011010111011001011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120312; }

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

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

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

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

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

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

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

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