#0F020A

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

Shades of Melanzane #0F020A

Tints of Melanzane #0F020A

Color information

#0F020A (or 0x0F020A) is unknown color: approx Melanzane. HEX triplet: 0F, 02 and 0A. RGB value is (15,2,10). Sum of RGB (Red+Green+Blue) = 15+2+10=27 (3% of max value = 765). Red value is 15 (6.25% from 255 or 55.56% from 27); Green value is 2 (1.17% from 255 or 7.41% from 27); Blue value is 10 (4.30% from 255 or 37.04% from 27); Max value from RGB is 15 - color contains mainly: red. Hex color #0F020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F020A is #F0FDF5. Grayscale: #060606. Windows color (decimal): -15793654 or 655887. OLE color: 655887.

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

Color convert

RGB15210-
CMYK00.870.330.94
HSL323.08º76.47%3.33%-
HSV(B)323.08º86.67%5.88%-
XYZ0.270.170.3-
YUV6.8129.81133.85-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 55.56%
GREEN value IS 2 (1.17% from 255) = 7.41%
BLUE value IS 10 (4.30% from 255) = 37.04%
R=55.56%
G=7.41%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.33
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1521000.870.330.94323.0876.473.33
HexF2A057215E1434c3
Octal172120127411365031143
Binary1111101010010101111000011011110101000011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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