#100111

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

Shades of Mardi Gras #100111

Tints of Mardi Gras #100111

Color information

#100111 (or 0x100111) is unknown color: approx Mardi Gras. HEX triplet: 10, 01 and 11. RGB value is (16,1,17). Sum of RGB (Red+Green+Blue) = 16+1+17=34 (4% of max value = 765). Red value is 16 (6.64% from 255 or 47.06% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 17 (7.03% from 255 or 50% from 34); Max value from RGB is 17 - color contains mainly: blue. Hex color #100111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100111 is #EFFEEE. Grayscale: #070707. Windows color (decimal): -15728367 or 1114384. OLE color: 1114384.

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

Color convert

RGB16117-
CMYK0.060.9400.93
HSL296.25º88.89%3.53%-
HSV(B)296.25º94.12%6.67%-
XYZ0.330.170.55-
YUV7.31133.47134.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 47.06%
GREEN value IS 1 (0.78% from 255) = 2.94%
BLUE value IS 17 (7.03% from 255) = 50%
R=47.06%
G=2.94%
B=50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal161170.060.9400.93296.2588.893.53
Hex1011165E05D128594
Octal20121613601354501314
Binary100001100011101011110010111011001010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100111; }

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

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

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

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

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

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

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

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