#100411

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

Shades of Mardi Gras #100411

Tints of Mardi Gras #100411

Color information

#100411 (or 0x100411) is unknown color: approx Mardi Gras. HEX triplet: 10, 04 and 11. RGB value is (16,4,17). Sum of RGB (Red+Green+Blue) = 16+4+17=37 (4% of max value = 765). Red value is 16 (6.64% from 255 or 43.24% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 17 - color contains mainly: blue. Hex color #100411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100411 is #EFFBEE. Grayscale: #090909. Windows color (decimal): -15727599 or 1115152. OLE color: 1115152.

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

Color convert

RGB16417-
CMYK0.060.7600.93
HSL295.38º61.9%4.12%-
HSV(B)295.38º76.47%6.67%-
XYZ0.360.240.56-
YUV9.07132.48132.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 43.24%
GREEN value IS 4 (1.95% from 255) = 10.81%
BLUE value IS 17 (7.03% from 255) = 45.95%
R=43.24%
G=10.81%
B=45.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal164170.060.7600.93295.3861.94.12
Hex1041164C05D1273e4
Octal2042161140135447764
Binary1000010010001110100110001011101100100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100411; }

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

 H1.HeaderClassName
 {
   color: #100411;
 }
 .AnyTagClassName
 {
   color: #100411;
 }
</style>
background-color css

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

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

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

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

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

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