#0E040F

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

Shades of Mardi Gras #0E040F

Tints of Mardi Gras #0E040F

Color information

#0E040F (or 0x0E040F) is unknown color: approx Mardi Gras. HEX triplet: 0E, 04 and 0F. RGB value is (14,4,15). Sum of RGB (Red+Green+Blue) = 14+4+15=33 (4% of max value = 765). Red value is 14 (5.86% from 255 or 42.42% from 33); Green value is 4 (1.95% from 255 or 12.12% from 33); Blue value is 15 (6.25% from 255 or 45.45% from 33); Max value from RGB is 15 - color contains mainly: blue. Hex color #0E040F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E040F is #F1FBF0. Grayscale: #080808. Windows color (decimal): -15858673 or 984078. OLE color: 984078.

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

Color convert

RGB14415-
CMYK0.070.7300.94
HSL294.55º57.89%3.73%-
HSV(B)294.55º73.33%5.88%-
XYZ0.310.210.48-
YUV8.24131.81132.11-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 42.42%
GREEN value IS 4 (1.95% from 255) = 12.12%
BLUE value IS 15 (6.25% from 255) = 45.45%
R=42.42%
G=12.12%
B=45.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal144150.070.7300.94294.5557.893.73
HexE4F74905E1273a4
Octal1641771110136447724
Binary11101001111111100100101011110100100111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E040F; }

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

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

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

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

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

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

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

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