#0F0C04

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

Shades of Maire #0F0C04

Tints of Maire #0F0C04

Color information

#0F0C04 (or 0x0F0C04) is unknown color: approx Maire. HEX triplet: 0F, 0C and 04. RGB value is (15,12,4). Sum of RGB (Red+Green+Blue) = 15+12+4=31 (4% of max value = 765). Red value is 15 (6.25% from 255 or 48.39% from 31); Green value is 12 (5.08% from 255 or 38.71% from 31); Blue value is 4 (1.95% from 255 or 12.90% from 31); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0C04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0C04 is #F0F3FB. Grayscale: #0C0C0C. Windows color (decimal): -15791100 or 265231. OLE color: 265231.

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

Color convert

RGB15124-
CMYK00.200.730.94
HSL43.64º57.89%3.73%-
HSV(B)43.64º73.33%5.88%-
XYZ0.350.370.17-
YUV11.98123.49130.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 48.39%
GREEN value IS 12 (5.08% from 255) = 38.71%
BLUE value IS 4 (1.95% from 255) = 12.90%
R=48.39%
G=38.71%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1512400.200.730.9443.6457.893.73
HexFC4014495E2c3a4
Octal1714402411113654724
Binary1111110010001010010010011011110101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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