#10040F

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

Shades of Mardi Gras #10040F

Tints of Mardi Gras #10040F

Color information

#10040F (or 0x10040F) is unknown color: approx Mardi Gras. HEX triplet: 10, 04 and 0F. RGB value is (16,4,15). Sum of RGB (Red+Green+Blue) = 16+4+15=35 (4% of max value = 765). Red value is 16 (6.64% from 255 or 45.71% from 35); Green value is 4 (1.95% from 255 or 11.43% from 35); Blue value is 15 (6.25% from 255 or 42.86% from 35); Max value from RGB is 16 - color contains mainly: red. Hex color #10040F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10040F is #EFFBF0. Grayscale: #080808. Windows color (decimal): -15727601 or 984080. OLE color: 984080.

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

Color convert

RGB16415-
CMYK00.750.060.94
HSL305º60%3.92%-
HSV(B)305º75%6.27%-
XYZ0.340.230.48-
YUV8.84131.48133.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 45.71%
GREEN value IS 4 (1.95% from 255) = 11.43%
BLUE value IS 15 (6.25% from 255) = 42.86%
R=45.71%
G=11.43%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1641500.750.060.94305603.92
Hex104F04B65E1313c4
Octal2041701136136461744
Binary100001001111010010111101011110100110001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10040F; }

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

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

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

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

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

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

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

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