#0E010C

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

Shades of Mardi Gras #0E010C

Tints of Mardi Gras #0E010C

Color information

#0E010C (or 0x0E010C) is unknown color: approx Mardi Gras. HEX triplet: 0E, 01 and 0C. RGB value is (14,1,12). Sum of RGB (Red+Green+Blue) = 14+1+12=27 (3% of max value = 765). Red value is 14 (5.86% from 255 or 51.85% from 27); Green value is 1 (0.78% from 255 or 3.70% from 27); Blue value is 12 (5.08% from 255 or 44.44% from 27); Max value from RGB is 14 - color contains mainly: red. Hex color #0E010C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E010C is #F1FEF3. Grayscale: #060606. Windows color (decimal): -15859444 or 786702. OLE color: 786702.

HSL color Cylindrical-coordinate representation of color #0E010C: hue angle of 309.23º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E010C is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.95.

Color convert

RGB14112-
CMYK00.930.140.95
HSL309.23º86.67%2.94%-
HSV(B)309.23º92.86%5.49%-
XYZ0.260.140.36-
YUV6.14131.31133.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 51.85%
GREEN value IS 1 (0.78% from 255) = 3.70%
BLUE value IS 12 (5.08% from 255) = 44.44%
R=51.85%
G=3.70%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1411200.930.140.95309.2386.672.94
HexE1C05DE5F135573
Octal161140135161374651273
Binary1110111000101110111101011111100110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,1,12); }

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

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

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

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

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

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

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