Html Css Color HEX #0F050E Mardi Gras

📋 copy color: '#0F050E'

red 15 ◦ green 5 ◦ blue 14

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

Shades of Mardi Gras #0F050E

Tints of Mardi Gras #0F050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 14.71%

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

R = 44.12%
G = 14.71%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.94

RGB Variations

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

Color information

#0F050E (or 0x0F050E) is known color: Mardi Gras. HEX triplet: 0F, 05 and 0E. RGB value is (15,5,14). Sum of RGB (Red+Green+Blue) = 15+5+14=34 (4% of max value = 765). Red value is 15 (6.25% from 255 or 44.12% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 14 (5.86% from 255 or 41.18% from 34); Max value from RGB is 15 - color contains mainly: red. Hex color #0F050E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F050E is #F0FAF1. Grayscale: #080808. Windows color (decimal): -15792882 or 918799. OLE color: 918799.

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

Color convert

RGB 15 5 14 -
CMYK 0 0.67 0.07 0.94
HSL 306º 0.5% 0.04% -
HSV(B) 306º 0.67% 0.06% -
XYZ 0.33 0.24 0.44 -
YUV 9.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 15 5 14 0 0.67 0.07 0.94 306 0.5 0.04
Hex F 5 E 0 43 7 5E 132 32 4
Octal 17 5 16 0 103 7 136 462 62 4
Binary 1111 101 1110 0 1000011 111 1011110 100110010 110010 100

Color Harmonies of #0F050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F050E

Black with #0F050E

Text Example


Text Example

White with #0F050E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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