#0F040B

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

Shades of Melanzane #0F040B

Tints of Melanzane #0F040B

Color information

#0F040B (or 0x0F040B) is unknown color: approx Melanzane. HEX triplet: 0F, 04 and 0B. RGB value is (15,4,11). Sum of RGB (Red+Green+Blue) = 15+4+11=30 (3% of max value = 765). Red value is 15 (6.25% from 255 or 50% from 30); Green value is 4 (1.95% from 255 or 13.33% from 30); Blue value is 11 (4.69% from 255 or 36.67% from 30); Max value from RGB is 15 - color contains mainly: red. Hex color #0F040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F040B is #F0FBF4. Grayscale: #080808. Windows color (decimal): -15793141 or 721935. OLE color: 721935.

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

Color convert

RGB15411-
CMYK00.730.270.94
HSL321.82º57.89%3.73%-
HSV(B)321.82º73.33%5.88%-
XYZ0.30.210.34-
YUV8.09129.64132.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 13.33%
BLUE value IS 11 (4.69% from 255) = 36.67%
R=50%
G=13.33%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1541100.730.270.94321.8257.893.73
HexF4B0491B5E1423a4
Octal17413011133136502724
Binary1111100101101001001110111011110101000010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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