#100F10

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

Shades of Mardi Gras #100F10

Tints of Mardi Gras #100F10

Color information

#100F10 (or 0x100F10) is unknown color: approx Mardi Gras. HEX triplet: 10, 0F and 10. RGB value is (16,15,16). Sum of RGB (Red+Green+Blue) = 16+15+16=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 15 (6.25% from 255 or 31.91% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 16 - color contains mainly: red, blue. Hex color #100F10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F10 is #EFF0EF. Grayscale: #0F0F0F. Windows color (decimal): -15724784 or 1052432. OLE color: 1052432.

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

Color convert

RGB161516-
CMYK00.0600.94
HSL300º3.23%6.08%-
HSV(B)300º6.25%6.27%-
XYZ0.480.490.56-
YUV15.41128.33128.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.04%
GREEN value IS 15 (6.25% from 255) = 31.91%
BLUE value IS 16 (6.64% from 255) = 34.04%
R=34.04%
G=31.91%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal16151600.0600.943003.236.08
Hex10F100605E12c36
Octal20172006013645436
Binary1000011111000001100101111010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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