Html Css Color HEX #0E000F Mardi Gras

📋 copy color: '#0E000F'

red 14 ◦ green 0 ◦ blue 15

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

Shades of Mardi Gras #0E000F

Tints of Mardi Gras #0E000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 15 (6.25% from 255) = 51.72%

R = 48.28%
G = 0%
B = 51.72%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0E000F (or 0x0E000F) is known color: Mardi Gras. HEX triplet: 0E, 00 and 0F. RGB value is (14,0,15). Sum of RGB (Red+Green+Blue) = 14+0+15=29 (3% of max value = 765). Red value is 14 (5.86% from 255 or 48.28% from 29); Green value is 0 (0.39% from 255 or 0% from 29); Blue value is 15 (6.25% from 255 or 51.72% from 29); Max value from RGB is 15 - color contains mainly: blue. Hex color #0E000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E000F is #F1FFF0. Grayscale: #050505. Windows color (decimal): -15859697 or 983054. OLE color: 983054.

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

Color convert

RGB 14 0 15 -
CMYK 0.07 1 0 0.94
HSL 296º 1% 0.03% -
HSV(B) 296º 1% 0.06% -
XYZ 0.27 0.13 0.46 -
YUV 5.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 14 0 15 0.07 1 0 0.94 296 1 0.03
Hex E 0 F 7 64 0 5E 128 64 3
Octal 16 0 17 7 144 0 136 450 144 3
Binary 1110 0 1111 111 1100100 0 1011110 100101000 1100100 11

Color Harmonies of #0E000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E000F

Black with #0E000F

Text Example


Text Example

White with #0E000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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