Html Css Color HEX #121012 Mardi Gras

📋 copy color: '#121012'

red 18 ◦ green 16 ◦ blue 18

#121012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #121012

Tints of Mardi Gras #121012

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 value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#121012 (or 0x121012) is known color: 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

RGB 18 16 18 -
CMYK 0 0.11 0 0.93
HSL 300º 0.06% 0.07% -
HSV(B) 300º 0.11% 0.07% -
XYZ 0.54 0.54 0.65 -
YUV 16.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 18 16 18 0 0.11 0 0.93 300 0.06 0.07
Hex 12 10 12 0 B 0 5D 12C 6 7
Octal 22 20 22 0 13 0 135 454 6 7
Binary 10010 10000 10010 0 1011 0 1011101 100101100 110 111

Color Harmonies of #121012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121012

Black with #121012

Text Example


Text Example

White with #121012

Text Example


Text Example

HTML Codes & Css Web 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>