#0F050B

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

Shades of Melanzane #0F050B

Tints of Melanzane #0F050B

Color information

#0F050B (or 0x0F050B) is unknown color: approx Melanzane. HEX triplet: 0F, 05 and 0B. RGB value is (15,5,11). Sum of RGB (Red+Green+Blue) = 15+5+11=31 (4% of max value = 765). Red value is 15 (6.25% from 255 or 48.39% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 11 (4.69% from 255 or 35.48% from 31); Max value from RGB is 15 - color contains mainly: red. Hex color #0F050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F050B is #F0FAF4. Grayscale: #080808. Windows color (decimal): -15792885 or 722191. OLE color: 722191.

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

Color convert

RGB15511-
CMYK00.670.270.94
HSL324º50%3.92%-
HSV(B)324º66.67%5.88%-
XYZ0.310.230.35-
YUV8.67129.31132.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 48.39%
GREEN value IS 5 (2.34% from 255) = 16.13%
BLUE value IS 11 (4.69% from 255) = 35.48%
R=48.39%
G=16.13%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1551100.670.270.94324503.92
HexF5B0431B5E144324
Octal17513010333136504624
Binary1111101101101000011110111011110101000100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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