Html Css Color HEX #0F020B Melanzane

📋 copy color: '#0F020B'

red 15 ◦ green 2 ◦ blue 11

#0F020B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #0F020B

Tints of Melanzane #0F020B

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 value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.94

RGB Variations

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

Color information

#0F020B (or 0x0F020B) is known color: 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

RGB 15 2 11 -
CMYK 0 0.87 0.27 0.94
HSL 318.46º 0.76% 0.03% -
HSV(B) 318.46º 0.87% 0.06% -
XYZ 0.28 0.17 0.33 -
YUV 6.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 15 2 11 0 0.87 0.27 0.94 318.46 0.76 0.03
Hex F 2 B 0 57 1B 5E 13E 4C 3
Octal 17 2 13 0 127 33 136 476 114 3
Binary 1111 10 1011 0 1010111 11011 1011110 100111110 1001100 11

Color Harmonies of #0F020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F020B

Black with #0F020B

Text Example


Text Example

White with #0F020B

Text Example


Text Example

HTML Codes & Css Web 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>