Html Css Color HEX #120211 Mardi Gras

📋 copy color: '#120211'

red 18 ◦ green 2 ◦ blue 17

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

Shades of Mardi Gras #120211

Tints of Mardi Gras #120211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 5.41%

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

R = 48.65%
G = 5.41%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#120211 (or 0x120211) is known color: Mardi Gras. HEX triplet: 12, 02 and 11. RGB value is (18,2,17). Sum of RGB (Red+Green+Blue) = 18+2+17=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 2 (1.17% from 255 or 5.41% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 18 - color contains mainly: red. Hex color #120211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120211 is #EDFDEE. Grayscale: #080808. Windows color (decimal): -15597039 or 1114642. OLE color: 1114642.

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

Color convert

RGB 18 2 17 -
CMYK 0 0.89 0.06 0.93
HSL 303.75º 0.8% 0.04% -
HSV(B) 303.75º 0.89% 0.07% -
XYZ 0.37 0.21 0.55 -
YUV 8.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 18 2 17 0 0.89 0.06 0.93 303.75 0.8 0.04
Hex 12 2 11 0 59 6 5D 130 50 4
Octal 22 2 21 0 131 6 135 460 120 4
Binary 10010 10 10001 0 1011001 110 1011101 100110000 1010000 100

Color Harmonies of #120211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120211

Black with #120211

Text Example


Text Example

White with #120211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120211; }

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

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

background-color css

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

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

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

border-color css

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

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

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