#100011

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

Shades of Mardi Gras #100011

Tints of Mardi Gras #100011

Color information

#100011 (or 0x100011) is unknown color: approx Mardi Gras. HEX triplet: 10, 00 and 11. RGB value is (16,0,17). Sum of RGB (Red+Green+Blue) = 16+0+17=33 (4% of max value = 765). Red value is 16 (6.64% from 255 or 48.48% from 33); Green value is 0 (0.39% from 255 or 0% from 33); Blue value is 17 (7.03% from 255 or 51.52% from 33); Max value from RGB is 17 - color contains mainly: blue. Hex color #100011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100011 is #EFFFEE. Grayscale: #060606. Windows color (decimal): -15728623 or 1114128. OLE color: 1114128.

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

Color convert

RGB16017-
CMYK0.06100.93
HSL296.47º100%3.33%-
HSV(B)296.47º100%6.67%-
XYZ0.310.150.54-
YUV6.72133.8134.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 48.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 51.52%
R=48.48%
G=0%
B=51.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal160170.06100.93296.471003.33
Hex1001166405D128643
Octal20021614401354501443
Binary10000010001110110010001011101100101000110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100011; }

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

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

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

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

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

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

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

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