Html Css Color HEX #100211 Mardi Gras

📋 copy color: '#100211'

red 16 ◦ green 2 ◦ blue 17

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

Shades of Mardi Gras #100211

Tints of Mardi Gras #100211

RGB

 RED value IS 16 (6.64% from 255) = 45.71%

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

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

R = 45.71%
G = 5.71%
B = 48.57%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#100211 (or 0x100211) is known color: Mardi Gras. HEX triplet: 10, 02 and 11. RGB value is (16,2,17). Sum of RGB (Red+Green+Blue) = 16+2+17=35 (4% of max value = 765). Red value is 16 (6.64% from 255 or 45.71% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 17 (7.03% from 255 or 48.57% from 35); Max value from RGB is 17 - color contains mainly: blue. Hex color #100211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100211 is #EFFDEE. Grayscale: #070707. Windows color (decimal): -15728111 or 1114640. OLE color: 1114640.

HSL color Cylindrical-coordinate representation of color #100211: hue angle of 296º 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 #100211 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 16 2 17 -
CMYK 0.06 0.88 0 0.93
HSL 296º 0.79% 0.04% -
HSV(B) 296º 0.88% 0.07% -
XYZ 0.34 0.19 0.55 -
YUV 7.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 16 2 17 0.06 0.88 0 0.93 296 0.79 0.04
Hex 10 2 11 6 58 0 5D 128 4F 4
Octal 20 2 21 6 130 0 135 450 117 4
Binary 10000 10 10001 110 1011000 0 1011101 100101000 1001111 100

Color Harmonies of #100211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100211

Black with #100211

Text Example


Text Example

White with #100211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100211; }

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

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

background-color css

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

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

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

border-color css

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

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

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