#0F090D

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

Shades of Melanzane #0F090D

Tints of Melanzane #0F090D

Color information

#0F090D (or 0x0F090D) is unknown color: approx Melanzane. HEX triplet: 0F, 09 and 0D. RGB value is (15,9,13). Sum of RGB (Red+Green+Blue) = 15+9+13=37 (4% of max value = 765). Red value is 15 (6.25% from 255 or 40.54% from 37); Green value is 9 (3.91% from 255 or 24.32% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 15 - color contains mainly: red. Hex color #0F090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F090D is #F0F6F2. Grayscale: #0B0B0B. Windows color (decimal): -15791859 or 854287. OLE color: 854287.

HSL color Cylindrical-coordinate representation of color #0F090D: hue angle of 320º degrees, saturation: 0.25, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0F090D is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.94.

Color convert

RGB15913-
CMYK00.400.130.94
HSL320º25%4.71%-
HSV(B)320º40%5.88%-
XYZ0.370.330.42-
YUV11.25128.99130.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 40.54%
GREEN value IS 9 (3.91% from 255) = 24.32%
BLUE value IS 13 (5.47% from 255) = 35.14%
R=40.54%
G=24.32%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1591300.400.130.94320254.71
HexF9D028D5E140195
Octal17111505015136500315
Binary11111001110101010001101101111010100000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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