#100C10

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

Shades of Mardi Gras #100C10

Tints of Mardi Gras #100C10

Color information

#100C10 (or 0x100C10) is unknown color: approx Mardi Gras. HEX triplet: 10, 0C and 10. RGB value is (16,12,16). Sum of RGB (Red+Green+Blue) = 16+12+16=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 16 - color contains mainly: red, blue. Hex color #100C10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100C10 is #EFF3EF. Grayscale: #0D0D0D. Windows color (decimal): -15725552 or 1051664. OLE color: 1051664.

HSL color Cylindrical-coordinate representation of color #100C10: hue angle of 300º degrees, saturation: 0.14, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #100C10 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB161216-
CMYK00.2500.94
HSL300º14.29%5.49%-
HSV(B)300º25%6.27%-
XYZ0.440.410.55-
YUV13.65129.33129.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 36.36%
GREEN value IS 12 (5.08% from 255) = 27.27%
BLUE value IS 16 (6.64% from 255) = 36.36%
R=36.36%
G=27.27%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal16121600.2500.9430014.295.49
Hex10C1001905E12ce5
Octal2014200310136454165
Binary10000110010000011001010111101001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100C10; }

 p { color: rgb(16,12,16); }

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

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

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

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

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

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

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