#0F060E

Color #0F060E Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #0F060E

Tints of Mardi Gras #0F060E

Color information

#0F060E (or 0x0F060E) is unknown color: approx Mardi Gras. HEX triplet: 0F, 06 and 0E. RGB value is (15,6,14). Sum of RGB (Red+Green+Blue) = 15+6+14=35 (4% of max value = 765). Red value is 15 (6.25% from 255 or 42.86% from 35); Green value is 6 (2.73% from 255 or 17.14% from 35); Blue value is 14 (5.86% from 255 or 40% from 35); Max value from RGB is 15 - color contains mainly: red. Hex color #0F060E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F060E is #F0F9F1. Grayscale: #090909. Windows color (decimal): -15792626 or 919055. OLE color: 919055.

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

Color convert

RGB15614-
CMYK00.600.070.94
HSL306.67º42.86%4.12%-
HSV(B)306.67º60%5.88%-
XYZ0.340.260.45-
YUV9.6130.48131.85-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 42.86%
GREEN value IS 6 (2.73% from 255) = 17.14%
BLUE value IS 14 (5.86% from 255) = 40%
R=42.86%
G=17.14%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1561400.600.070.94306.6742.864.12
HexF6E03C75E1332b4
Octal176160747136463534
Binary1111110111001111001111011110100110011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F060E;
 }
 .AnyTagClassName
 {
   color: #0F060E;
 }
</style>
background-color css

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

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

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

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

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

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