#100211

Color #100211 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #100211

Tints of Mardi Gras #100211

Color information

#100211 (or 0x100211) is unknown color: approx 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

RGB16217-
CMYK0.060.8800.93
HSL296º78.95%3.73%-
HSV(B)296º88.24%6.67%-
XYZ0.340.190.55-
YUV7.9133.14133.78-

RGB Variations

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

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 (Cyan) values IS 0.06
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal162170.060.8800.9329678.953.73
Hex1021165805D1284f4
Octal20221613001354501174
Binary1000010100011101011000010111011001010001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>