#0F010B

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

Shades of Melanzane #0F010B

Tints of Melanzane #0F010B

Color information

#0F010B (or 0x0F010B) is unknown color: approx Melanzane. HEX triplet: 0F, 01 and 0B. RGB value is (15,1,11). Sum of RGB (Red+Green+Blue) = 15+1+11=27 (3% of max value = 765). Red value is 15 (6.25% from 255 or 55.56% from 27); Green value is 1 (0.78% from 255 or 3.70% from 27); Blue value is 11 (4.69% from 255 or 40.74% from 27); Max value from RGB is 15 - color contains mainly: red. Hex color #0F010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F010B is #F0FEF4. Grayscale: #060606. Windows color (decimal): -15793909 or 721167. OLE color: 721167.

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

Color convert

RGB15111-
CMYK00.930.270.94
HSL317.14º87.5%3.14%-
HSV(B)317.14º93.33%5.88%-
XYZ0.270.150.33-
YUV6.33130.64134.19-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 55.56%
GREEN value IS 1 (0.78% from 255) = 3.70%
BLUE value IS 11 (4.69% from 255) = 40.74%
R=55.56%
G=3.70%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1511100.930.270.94317.1487.53.14
HexF1B05D1B5E13d583
Octal171130135331364751303
Binary11111101101011101110111011110100111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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