#0F040C

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

Shades of Melanzane #0F040C

Tints of Melanzane #0F040C

Color information

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

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

Color convert

RGB15412-
CMYK00.730.200.94
HSL316.36º57.89%3.73%-
HSV(B)316.36º73.33%5.88%-
XYZ0.310.210.37-
YUV8.2130.14132.85-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.20
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1541200.730.200.94316.3657.893.73
HexF4C049145E13c3a4
Octal17414011124136474724
Binary1111100110001001001101001011110100111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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