#100511

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

Shades of Mardi Gras #100511

Tints of Mardi Gras #100511

Color information

#100511 (or 0x100511) is unknown color: approx Mardi Gras. HEX triplet: 10, 05 and 11. RGB value is (16,5,17). Sum of RGB (Red+Green+Blue) = 16+5+17=38 (5% of max value = 765). Red value is 16 (6.64% from 255 or 42.11% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 17 (7.03% from 255 or 44.74% from 38); Max value from RGB is 17 - color contains mainly: blue. Hex color #100511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100511 is #EFFAEE. Grayscale: #090909. Windows color (decimal): -15727343 or 1115408. OLE color: 1115408.

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

Color convert

RGB16517-
CMYK0.060.7100.93
HSL295º54.55%4.31%-
HSV(B)295º70.59%6.67%-
XYZ0.370.260.56-
YUV9.66132.14132.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 42.11%
GREEN value IS 5 (2.34% from 255) = 13.16%
BLUE value IS 17 (7.03% from 255) = 44.74%
R=42.11%
G=13.16%
B=44.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal165170.060.7100.9329554.554.31
Hex1051164705D127374
Octal2052161070135447674
Binary1000010110001110100011101011101100100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100511; }

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

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

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

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

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

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

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

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