#0F050D

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

Shades of Melanzane #0F050D

Tints of Melanzane #0F050D

Color information

#0F050D (or 0x0F050D) is unknown color: approx Melanzane. HEX triplet: 0F, 05 and 0D. RGB value is (15,5,13). Sum of RGB (Red+Green+Blue) = 15+5+13=33 (4% of max value = 765). Red value is 15 (6.25% from 255 or 45.45% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 13 (5.47% from 255 or 39.39% from 33); Max value from RGB is 15 - color contains mainly: red. Hex color #0F050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F050D is #F0FAF2. Grayscale: #080808. Windows color (decimal): -15792883 or 853263. OLE color: 853263.

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

Color convert

RGB15513-
CMYK00.670.130.94
HSL312º50%3.92%-
HSV(B)312º66.67%5.88%-
XYZ0.320.240.41-
YUV8.9130.31132.35-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 45.45%
GREEN value IS 5 (2.34% from 255) = 15.15%
BLUE value IS 13 (5.47% from 255) = 39.39%
R=45.45%
G=15.15%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1551300.670.130.94312503.92
HexF5D043D5E138324
Octal17515010315136470624
Binary111110111010100001111011011110100111000110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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