Html Css Color HEX #121112 Mardi Gras

📋 copy color: '#121112'

red 18 ◦ green 17 ◦ blue 18

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

Shades of Mardi Gras #121112

Tints of Mardi Gras #121112

RGB

 RED value IS 18 (7.42% from 255) = 33.96%

 GREEN value IS 17 (7.03% from 255) = 32.08%

 BLUE value IS 18 (7.42% from 255) = 33.96%

R = 33.96%
G = 32.08%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#121112 (or 0x121112) is known color: Mardi Gras. HEX triplet: 12, 11 and 12. RGB value is (18,17,18). Sum of RGB (Red+Green+Blue) = 18+17+18=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #121112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121112 is #EDEEED. Grayscale: #111111. Windows color (decimal): -15593198 or 1184018. OLE color: 1184018.

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

Color convert

RGB 18 17 18 -
CMYK 0 0.06 0 0.93
HSL 300º 0.03% 0.07% -
HSV(B) 300º 0.06% 0.07% -
XYZ 0.56 0.57 0.65 -
YUV 17.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 18 17 18 0 0.06 0 0.93 300 0.03 0.07
Hex 12 11 12 0 6 0 5D 12C 3 7
Octal 22 21 22 0 6 0 135 454 3 7
Binary 10010 10001 10010 0 110 0 1011101 100101100 11 111

Color Harmonies of #121112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121112

Black with #121112

Text Example


Text Example

White with #121112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121112; }

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

 H1.HeaderClassName
 {
   color: #121112;
 }
 .AnyTagClassName
 {
   color: #121112;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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