#120912

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

Shades of Mardi Gras #120912

Tints of Mardi Gras #120912

Color information

#120912 (or 0x120912) is unknown color: approx Mardi Gras. HEX triplet: 12, 09 and 12. RGB value is (18,9,18). Sum of RGB (Red+Green+Blue) = 18+9+18=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 9 (3.91% from 255 or 20% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #120912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120912 is #EDF6ED. Grayscale: #0C0C0C. Windows color (decimal): -15595246 or 1181970. OLE color: 1181970.

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

Color convert

RGB18918-
CMYK00.500.93
HSL300º33.33%5.29%-
HSV(B)300º50%7.06%-
XYZ0.460.370.62-
YUV12.72130.98131.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40%
GREEN value IS 9 (3.91% from 255) = 20%
BLUE value IS 18 (7.42% from 255) = 40%
R=40%
G=20%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1891800.500.9330033.335.29
Hex1291203205D12c215
Octal2211220620135454415
Binary10010100110010011001001011101100101100100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120912; }

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

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

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

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

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

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

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

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