#0F0D04

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

Shades of Maire #0F0D04

Tints of Maire #0F0D04

Color information

#0F0D04 (or 0x0F0D04) is unknown color: approx Maire. HEX triplet: 0F, 0D and 04. RGB value is (15,13,4). Sum of RGB (Red+Green+Blue) = 15+13+4=32 (4% of max value = 765). Red value is 15 (6.25% from 255 or 46.88% from 32); Green value is 13 (5.47% from 255 or 40.62% from 32); Blue value is 4 (1.95% from 255 or 12.5% from 32); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0D04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0D04 is #F0F2FB. Grayscale: #0C0C0C. Windows color (decimal): -15790844 or 265487. OLE color: 265487.

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

Color convert

RGB15134-
CMYK00.130.730.94
HSL49.09º57.89%3.73%-
HSV(B)49.09º73.33%5.88%-
XYZ0.360.40.17-
YUV12.57123.16129.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 46.88%
GREEN value IS 13 (5.47% from 255) = 40.62%
BLUE value IS 4 (1.95% from 255) = 12.5%
R=46.88%
G=40.62%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1513400.130.730.9449.0957.893.73
HexFD40D495E313a4
Octal1715401511113661724
Binary111111011000110110010011011110110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,13,4); }

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

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

 a { background-color: rgb(15,13,4); }

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

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

 span { border-color: rgb(15,13,4); }

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