#120A12

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

Shades of Mardi Gras #120A12

Tints of Mardi Gras #120A12

Color information

#120A12 (or 0x120A12) is unknown color: approx Mardi Gras. HEX triplet: 12, 0A and 12. RGB value is (18,10,18). Sum of RGB (Red+Green+Blue) = 18+10+18=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 10 (4.30% from 255 or 21.74% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #120A12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A12 is #EDF5ED. Grayscale: #0D0D0D. Windows color (decimal): -15594990 or 1182226. OLE color: 1182226.

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

Color convert

RGB181018-
CMYK00.4400.93
HSL300º28.57%5.49%-
HSV(B)300º44.44%7.06%-
XYZ0.470.390.62-
YUV13.3130.65131.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 39.13%
GREEN value IS 10 (4.30% from 255) = 21.74%
BLUE value IS 18 (7.42% from 255) = 39.13%
R=39.13%
G=21.74%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18101800.4400.9330028.575.49
Hex12A1202C05D12c1d5
Octal2212220540135454355
Binary1001010101001001011000101110110010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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