Html Css Color HEX #120111 Mardi Gras

📋 copy color: '#120111'

red 18 ◦ green 1 ◦ blue 17

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

Shades of Mardi Gras #120111

Tints of Mardi Gras #120111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.78%

 BLUE value IS 17 (7.03% from 255) = 47.22%

R = 50%
G = 2.78%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#120111 (or 0x120111) is known color: Mardi Gras. HEX triplet: 12, 01 and 11. RGB value is (18,1,17). Sum of RGB (Red+Green+Blue) = 18+1+17=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 17 (7.03% from 255 or 47.22% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #120111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120111 is #EDFEEE. Grayscale: #070707. Windows color (decimal): -15597295 or 1114386. OLE color: 1114386.

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

Color convert

RGB 18 1 17 -
CMYK 0 0.94 0.06 0.93
HSL 303.53º 0.89% 0.04% -
HSV(B) 303.53º 0.94% 0.07% -
XYZ 0.36 0.19 0.55 -
YUV 7.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 18 1 17 0 0.94 0.06 0.93 303.53 0.89 0.04
Hex 12 1 11 0 5E 6 5D 130 59 4
Octal 22 1 21 0 136 6 135 460 131 4
Binary 10010 1 10001 0 1011110 110 1011101 100110000 1011001 100

Color Harmonies of #120111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120111

Black with #120111

Text Example


Text Example

White with #120111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120111; }

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

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

background-color css

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

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

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

border-color css

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

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

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