#0F000B

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

Shades of Melanzane #0F000B

Tints of Melanzane #0F000B

Color information

#0F000B (or 0x0F000B) is unknown color: approx Melanzane. HEX triplet: 0F, 00 and 0B. RGB value is (15,0,11). Sum of RGB (Red+Green+Blue) = 15+0+11=26 (3% of max value = 765). Red value is 15 (6.25% from 255 or 57.69% from 26); Green value is 0 (0.39% from 255 or 0% from 26); Blue value is 11 (4.69% from 255 or 42.31% from 26); Max value from RGB is 15 - color contains mainly: red. Hex color #0F000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F000B is #F0FFF4. Grayscale: #050505. Windows color (decimal): -15794165 or 720911. OLE color: 720911.

HSL color Cylindrical-coordinate representation of color #0F000B: hue angle of 316º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F000B is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.94.

Color convert

RGB15011-
CMYK010.270.94
HSL316º100%2.94%-
HSV(B)316º100%5.88%-
XYZ0.260.130.33-
YUV5.74130.97134.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 57.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 42.31%
R=57.69%
G=0%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.27
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal15011010.270.943161002.94
HexF0B0641B5E13c643
Octal170130144331364741443
Binary11110101101100100110111011110100111100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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