#0F020B

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

Shades of Melanzane #0F020B

Tints of Melanzane #0F020B

Color information

#0F020B (or 0x0F020B) is unknown color: approx Melanzane. HEX triplet: 0F, 02 and 0B. RGB value is (15,2,11). Sum of RGB (Red+Green+Blue) = 15+2+11=28 (3% of max value = 765). Red value is 15 (6.25% from 255 or 53.57% from 28); Green value is 2 (1.17% from 255 or 7.14% from 28); Blue value is 11 (4.69% from 255 or 39.29% from 28); Max value from RGB is 15 - color contains mainly: red. Hex color #0F020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F020B is #F0FDF4. Grayscale: #060606. Windows color (decimal): -15793653 or 721423. OLE color: 721423.

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

Color convert

RGB15211-
CMYK00.870.270.94
HSL318.46º76.47%3.33%-
HSV(B)318.46º86.67%5.88%-
XYZ0.280.170.33-
YUV6.91130.31133.77-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 53.57%
GREEN value IS 2 (1.17% from 255) = 7.14%
BLUE value IS 11 (4.69% from 255) = 39.29%
R=53.57%
G=7.14%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1521100.870.270.94318.4676.473.33
HexF2B0571B5E13e4c3
Octal172130127331364761143
Binary111110101101010111110111011110100111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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