Html Css Color HEX #0F020C Melanzane

📋 copy color: '#0F020C'

red 15 ◦ green 2 ◦ blue 12

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

Shades of Melanzane #0F020C

Tints of Melanzane #0F020C

RGB

 RED value IS 15 (6.25% from 255) = 51.72%

 GREEN value IS 2 (1.17% from 255) = 6.9%

 BLUE value IS 12 (5.08% from 255) = 41.38%

R = 51.72%
G = 6.9%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.94

RGB Variations

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

Color information

#0F020C (or 0x0F020C) is known color: Melanzane. HEX triplet: 0F, 02 and 0C. RGB value is (15,2,12). Sum of RGB (Red+Green+Blue) = 15+2+12=29 (3% of max value = 765). Red value is 15 (6.25% from 255 or 51.72% from 29); Green value is 2 (1.17% from 255 or 6.90% from 29); Blue value is 12 (5.08% from 255 or 41.38% from 29); Max value from RGB is 15 - color contains mainly: red. Hex color #0F020C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F020C is #F0FDF3. Grayscale: #070707. Windows color (decimal): -15793652 or 786959. OLE color: 786959.

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

Color convert

RGB 15 2 12 -
CMYK 0 0.87 0.20 0.94
HSL 313.85º 0.76% 0.03% -
HSV(B) 313.85º 0.87% 0.06% -
XYZ 0.29 0.17 0.37 -
YUV 7.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 15 2 12 0 0.87 0.20 0.94 313.85 0.76 0.03
Hex F 2 C 0 57 14 5E 13A 4C 3
Octal 17 2 14 0 127 24 136 472 114 3
Binary 1111 10 1100 0 1010111 10100 1011110 100111010 1001100 11

Color Harmonies of #0F020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F020C

Black with #0F020C

Text Example


Text Example

White with #0F020C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F020C;
 }
 .AnyTagClassName
 {
   color: #0F020C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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