#120712

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

Shades of Mardi Gras #120712

Tints of Mardi Gras #120712

Color information

#120712 (or 0x120712) is unknown color: approx Mardi Gras. HEX triplet: 12, 07 and 12. RGB value is (18,7,18). Sum of RGB (Red+Green+Blue) = 18+7+18=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #120712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120712 is #EDF8ED. Grayscale: #0B0B0B. Windows color (decimal): -15595758 or 1181458. OLE color: 1181458.

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

Color convert

RGB18718-
CMYK00.6100.93
HSL300º44%4.9%-
HSV(B)300º61.11%7.06%-
XYZ0.430.320.61-
YUV11.54131.64132.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 41.86%
GREEN value IS 7 (3.12% from 255) = 16.28%
BLUE value IS 18 (7.42% from 255) = 41.86%
R=41.86%
G=16.28%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1871800.6100.93300444.9
Hex1271203D05D12c2c5
Octal227220750135454545
Binary1001011110010011110101011101100101100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120712; }

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

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

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

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

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

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

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

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