Html Css Color HEX #0F070C Melanzane

📋 copy color: '#0F070C'

red 15 ◦ green 7 ◦ blue 12

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

Shades of Melanzane #0F070C

Tints of Melanzane #0F070C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 20.59%

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

R = 44.12%
G = 20.59%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.94

RGB Variations

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

Color information

#0F070C (or 0x0F070C) is known color: Melanzane. HEX triplet: 0F, 07 and 0C. RGB value is (15,7,12). Sum of RGB (Red+Green+Blue) = 15+7+12=34 (4% of max value = 765). Red value is 15 (6.25% from 255 or 44.12% from 34); Green value is 7 (3.12% from 255 or 20.59% from 34); Blue value is 12 (5.08% from 255 or 35.29% from 34); Max value from RGB is 15 - color contains mainly: red. Hex color #0F070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F070C is #F0F8F3. Grayscale: #090909. Windows color (decimal): -15792372 or 788239. OLE color: 788239.

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

Color convert

RGB 15 7 12 -
CMYK 0 0.53 0.20 0.94
HSL 322.5º 0.36% 0.04% -
HSV(B) 322.5º 0.53% 0.06% -
XYZ 0.34 0.28 0.38 -
YUV 9.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 15 7 12 0 0.53 0.20 0.94 322.5 0.36 0.04
Hex F 7 C 0 35 14 5E 142 24 4
Octal 17 7 14 0 65 24 136 502 44 4
Binary 1111 111 1100 0 110101 10100 1011110 101000010 100100 100

Color Harmonies of #0F070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F070C

Black with #0F070C

Text Example


Text Example

White with #0F070C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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