#120812

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

Shades of Mardi Gras #120812

Tints of Mardi Gras #120812

Color information

#120812 (or 0x120812) is unknown color: approx Mardi Gras. HEX triplet: 12, 08 and 12. RGB value is (18,8,18). Sum of RGB (Red+Green+Blue) = 18+8+18=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #120812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120812 is #EDF7ED. Grayscale: #0C0C0C. Windows color (decimal): -15595502 or 1181714. OLE color: 1181714.

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

Color convert

RGB18818-
CMYK00.5600.93
HSL300º38.46%5.1%-
HSV(B)300º55.56%7.06%-
XYZ0.450.350.62-
YUV12.13131.31132.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40.91%
GREEN value IS 8 (3.52% from 255) = 18.18%
BLUE value IS 18 (7.42% from 255) = 40.91%
R=40.91%
G=18.18%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1881800.5600.9330038.465.1
Hex1281203805D12c265
Octal2210220700135454465
Binary10010100010010011100001011101100101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120812; }

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

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

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

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

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

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

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

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