#121012

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

Shades of Mardi Gras #121012

Tints of Mardi Gras #121012

Color information

#121012 (or 0x121012) is unknown color: approx Mardi Gras. HEX triplet: 12, 10 and 12. RGB value is (18,16,18). Sum of RGB (Red+Green+Blue) = 18+16+18=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #121012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121012 is #EDEFED. Grayscale: #101010. Windows color (decimal): -15593454 or 1183762. OLE color: 1183762.

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

Color convert

RGB181618-
CMYK00.1100.93
HSL300º5.88%6.67%-
HSV(B)300º11.11%7.06%-
XYZ0.540.540.65-
YUV16.83128.66128.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 34.62%
GREEN value IS 16 (6.64% from 255) = 30.77%
BLUE value IS 18 (7.42% from 255) = 34.62%
R=34.62%
G=30.77%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18161800.1100.933005.886.67
Hex1210120B05D12c67
Octal222022013013545467
Binary1001010000100100101101011101100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121012; }

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

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

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

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

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

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

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

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