Html Css Color HEX #0F000E Mardi Gras

📋 copy color: '#0F000E'

red 15 ◦ green 0 ◦ blue 14

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

Shades of Mardi Gras #0F000E

Tints of Mardi Gras #0F000E

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.94

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #0F000E: hue angle of 304º 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 #0F000E is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.94.

Color convert

RGB 15 0 14 -
CMYK 0 1 0.07 0.94
HSL 304º 1% 0.03% -
HSV(B) 304º 1% 0.06% -
XYZ 0.28 0.13 0.43 -
YUV 6.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 15 0 14 0 1 0.07 0.94 304 1 0.03
Hex F 0 E 0 64 7 5E 130 64 3
Octal 17 0 16 0 144 7 136 460 144 3
Binary 1111 0 1110 0 1100100 111 1011110 100110000 1100100 11

Color Harmonies of #0F000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F000E

Black with #0F000E

Text Example


Text Example

White with #0F000E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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