#0F080C

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

Shades of Melanzane #0F080C

Tints of Melanzane #0F080C

Color information

#0F080C (or 0x0F080C) is unknown color: approx Melanzane. HEX triplet: 0F, 08 and 0C. RGB value is (15,8,12). Sum of RGB (Red+Green+Blue) = 15+8+12=35 (4% of max value = 765). Red value is 15 (6.25% from 255 or 42.86% from 35); Green value is 8 (3.52% from 255 or 22.86% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 15 - color contains mainly: red. Hex color #0F080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F080C is #F0F7F3. Grayscale: #0A0A0A. Windows color (decimal): -15792116 or 788495. OLE color: 788495.

HSL color Cylindrical-coordinate representation of color #0F080C: hue angle of 325.71º degrees, saturation: 0.3, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0F080C is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.94.

Color convert

RGB15812-
CMYK00.470.200.94
HSL325.71º30.43%4.51%-
HSV(B)325.71º46.67%5.88%-
XYZ0.350.30.39-
YUV10.55128.82131.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 42.86%
GREEN value IS 8 (3.52% from 255) = 22.86%
BLUE value IS 12 (5.08% from 255) = 34.29%
R=42.86%
G=22.86%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1581200.470.200.94325.7130.434.51
HexF8C02F145E1461e5
Octal17101405724136506365
Binary111110001100010111110100101111010100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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