#0F010A

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

Shades of Melanzane #0F010A

Tints of Melanzane #0F010A

Color information

#0F010A (or 0x0F010A) is unknown color: approx Melanzane. HEX triplet: 0F, 01 and 0A. RGB value is (15,1,10). Sum of RGB (Red+Green+Blue) = 15+1+10=26 (3% of max value = 765). Red value is 15 (6.25% from 255 or 57.69% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 10 (4.30% from 255 or 38.46% from 26); Max value from RGB is 15 - color contains mainly: red. Hex color #0F010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F010A is #F0FEF5. Grayscale: #060606. Windows color (decimal): -15793910 or 655631. OLE color: 655631.

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

Color convert

RGB15110-
CMYK00.930.330.94
HSL321.43º87.5%3.14%-
HSV(B)321.43º93.33%5.88%-
XYZ0.260.150.3-
YUV6.21130.14134.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 57.69%
GREEN value IS 1 (0.78% from 255) = 3.85%
BLUE value IS 10 (4.30% from 255) = 38.46%
R=57.69%
G=3.85%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.33
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1511000.930.330.94321.4387.53.14
HexF1A05D215E141583
Octal171120135411365011303
Binary111111010010111011000011011110101000001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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