#0F030E

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

Shades of Mardi Gras #0F030E

Tints of Mardi Gras #0F030E

Color information

#0F030E (or 0x0F030E) is unknown color: approx Mardi Gras. HEX triplet: 0F, 03 and 0E. RGB value is (15,3,14). Sum of RGB (Red+Green+Blue) = 15+3+14=32 (4% of max value = 765). Red value is 15 (6.25% from 255 or 46.88% from 32); Green value is 3 (1.56% from 255 or 9.38% from 32); Blue value is 14 (5.86% from 255 or 43.75% from 32); Max value from RGB is 15 - color contains mainly: red. Hex color #0F030E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F030E is #F0FCF1. Grayscale: #070707. Windows color (decimal): -15793394 or 918287. OLE color: 918287.

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

Color convert

RGB15314-
CMYK00.800.070.94
HSL305º66.67%3.53%-
HSV(B)305º80%5.88%-
XYZ0.310.20.44-
YUV7.84131.48133.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 46.88%
GREEN value IS 3 (1.56% from 255) = 9.38%
BLUE value IS 14 (5.86% from 255) = 43.75%
R=46.88%
G=9.38%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1531400.800.070.9430566.673.53
HexF3E05075E131434
Octal17316012071364611034
Binary11111111100101000011110111101001100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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