Html Css Color HEX #0F040C Melanzane

📋 copy color: '#0F040C'

red 15 ◦ green 4 ◦ blue 12

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

Shades of Melanzane #0F040C

Tints of Melanzane #0F040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 12.9%

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

R = 48.39%
G = 12.9%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.94

RGB Variations

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

Color information

#0F040C (or 0x0F040C) is known color: Melanzane. HEX triplet: 0F, 04 and 0C. RGB value is (15,4,12). Sum of RGB (Red+Green+Blue) = 15+4+12=31 (4% of max value = 765). Red value is 15 (6.25% from 255 or 48.39% from 31); Green value is 4 (1.95% from 255 or 12.90% from 31); Blue value is 12 (5.08% from 255 or 38.71% from 31); Max value from RGB is 15 - color contains mainly: red. Hex color #0F040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F040C is #F0FBF3. Grayscale: #080808. Windows color (decimal): -15793140 or 787471. OLE color: 787471.

HSL color Cylindrical-coordinate representation of color #0F040C: hue angle of 316.36º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F040C is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.94.

Color convert

RGB 15 4 12 -
CMYK 0 0.73 0.20 0.94
HSL 316.36º 0.58% 0.04% -
HSV(B) 316.36º 0.73% 0.06% -
XYZ 0.31 0.21 0.37 -
YUV 8.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 15 4 12 0 0.73 0.20 0.94 316.36 0.58 0.04
Hex F 4 C 0 49 14 5E 13C 3A 4
Octal 17 4 14 0 111 24 136 474 72 4
Binary 1111 100 1100 0 1001001 10100 1011110 100111100 111010 100

Color Harmonies of #0F040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F040C

Black with #0F040C

Text Example


Text Example

White with #0F040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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