#120C12

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

Shades of Mardi Gras #120C12

Tints of Mardi Gras #120C12

Color information

#120C12 (or 0x120C12) is unknown color: approx Mardi Gras. HEX triplet: 12, 0C and 12. RGB value is (18,12,18). Sum of RGB (Red+Green+Blue) = 18+12+18=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #120C12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C12 is #EDF3ED. Grayscale: #0E0E0E. Windows color (decimal): -15594478 or 1182738. OLE color: 1182738.

HSL color Cylindrical-coordinate representation of color #120C12: hue angle of 300º degrees, saturation: 0.2, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #120C12 is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB181218-
CMYK00.3300.93
HSL300º20%5.88%-
HSV(B)300º33.33%7.06%-
XYZ0.490.440.63-
YUV14.48129.99130.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 37.5%
GREEN value IS 12 (5.08% from 255) = 25%
BLUE value IS 18 (7.42% from 255) = 37.5%
R=37.5%
G=25%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18121800.3300.93300205.88
Hex12C1202105D12c146
Octal2214220410135454246
Binary1001011001001001000010101110110010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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