Html Css Color HEX #0E070D Mardi Gras

📋 copy color: '#0E070D'

red 14 ◦ green 7 ◦ blue 13

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

Shades of Mardi Gras #0E070D

Tints of Mardi Gras #0E070D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 20.59%

 BLUE value IS 13 (5.47% from 255) = 38.24%

R = 41.18%
G = 20.59%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.07

 K value IS 0.95

RGB Variations

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

Color information

#0E070D (or 0x0E070D) is known color: Mardi Gras. HEX triplet: 0E, 07 and 0D. RGB value is (14,7,13). Sum of RGB (Red+Green+Blue) = 14+7+13=34 (4% of max value = 765). Red value is 14 (5.86% from 255 or 41.18% from 34); Green value is 7 (3.12% from 255 or 20.59% from 34); Blue value is 13 (5.47% from 255 or 38.24% from 34); Max value from RGB is 14 - color contains mainly: red. Hex color #0E070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E070D is #F1F8F2. Grayscale: #090909. Windows color (decimal): -15857907 or 853774. OLE color: 853774.

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

Color convert

RGB 14 7 13 -
CMYK 0 0.5 0.07 0.95
HSL 308.57º 0.33% 0.04% -
HSV(B) 308.57º 0.5% 0.05% -
XYZ 0.33 0.27 0.42 -
YUV 9.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 14 7 13 0 0.5 0.07 0.95 308.57 0.33 0.04
Hex E 7 D 0 32 7 5F 135 21 4
Octal 16 7 15 0 62 7 137 465 41 4
Binary 1110 111 1101 0 110010 111 1011111 100110101 100001 100

Color Harmonies of #0E070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E070D

Black with #0E070D

Text Example


Text Example

White with #0E070D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,7,13); }

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

background-color css

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

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

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

border-color css

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

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

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