Html Css Color HEX #110211 Mardi Gras

📋 copy color: '#110211'

red 17 ◦ green 2 ◦ blue 17

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

Shades of Mardi Gras #110211

Tints of Mardi Gras #110211

RGB

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

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

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

R = 47.22%
G = 5.56%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#110211 (or 0x110211) is known color: Mardi Gras. HEX triplet: 11, 02 and 11. RGB value is (17,2,17). Sum of RGB (Red+Green+Blue) = 17+2+17=36 (4% of max value = 765). Red value is 17 (7.03% from 255 or 47.22% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 17 (7.03% from 255 or 47.22% from 36); Max value from RGB is 17 - color contains mainly: red, blue. Hex color #110211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110211 is #EEFDEE. Grayscale: #080808. Windows color (decimal): -15662575 or 1114641. OLE color: 1114641.

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

Color convert

RGB 17 2 17 -
CMYK 0 0.88 0 0.93
HSL 300º 0.79% 0.04% -
HSV(B) 300º 0.88% 0.07% -
XYZ 0.35 0.2 0.55 -
YUV 8.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 17 2 17 0 0.88 0 0.93 300 0.79 0.04
Hex 11 2 11 0 58 0 5D 12C 4F 4
Octal 21 2 21 0 130 0 135 454 117 4
Binary 10001 10 10001 0 1011000 0 1011101 100101100 1001111 100

Color Harmonies of #110211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110211

Black with #110211

Text Example


Text Example

White with #110211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110211; }

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

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

background-color css

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

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

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

border-color css

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

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

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