Html Css Color HEX #0E040E Mardi Gras

📋 copy color: '#0E040E'

red 14 ◦ green 4 ◦ blue 14

#0E040E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #0E040E

Tints of Mardi Gras #0E040E

RGB

 RED value IS 14 (5.86% from 255) = 43.75%

 GREEN value IS 4 (1.95% from 255) = 12.5%

 BLUE value IS 14 (5.86% from 255) = 43.75%

R = 43.75%
G = 12.5%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0E040E (or 0x0E040E) is known color: Mardi Gras. HEX triplet: 0E, 04 and 0E. RGB value is (14,4,14). Sum of RGB (Red+Green+Blue) = 14+4+14=32 (4% of max value = 765). Red value is 14 (5.86% from 255 or 43.75% from 32); Green value is 4 (1.95% from 255 or 12.5% from 32); Blue value is 14 (5.86% from 255 or 43.75% from 32); Max value from RGB is 14 - color contains mainly: red, blue. Hex color #0E040E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E040E is #F1FBF1. Grayscale: #080808. Windows color (decimal): -15858674 or 918542. OLE color: 918542.

HSL color Cylindrical-coordinate representation of color #0E040E: hue angle of 300º degrees, saturation: 0.56, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E040E is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 14 4 14 -
CMYK 0 0.71 0 0.95
HSL 300º 0.56% 0.04% -
HSV(B) 300º 0.71% 0.05% -
XYZ 0.3 0.21 0.44 -
YUV 8.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 14 4 14 0 0.71 0 0.95 300 0.56 0.04
Hex E 4 E 0 47 0 5F 12C 38 4
Octal 16 4 16 0 107 0 137 454 70 4
Binary 1110 100 1110 0 1000111 0 1011111 100101100 111000 100

Color Harmonies of #0E040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E040E

Black with #0E040E

Text Example


Text Example

White with #0E040E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E040E;
 }
 .AnyTagClassName
 {
   color: #0E040E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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