Html Css Color HEX #0F000C Melanzane

📋 copy color: '#0F000C'

red 15 ◦ green 0 ◦ blue 12

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

Shades of Melanzane #0F000C

Tints of Melanzane #0F000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.56%
G = 0%
B = 44.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.94

RGB Variations

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

Color information

#0F000C (or 0x0F000C) is known color: Melanzane. HEX triplet: 0F, 00 and 0C. RGB value is (15,0,12). Sum of RGB (Red+Green+Blue) = 15+0+12=27 (3% of max value = 765). Red value is 15 (6.25% from 255 or 55.56% from 27); Green value is 0 (0.39% from 255 or 0% from 27); Blue value is 12 (5.08% from 255 or 44.44% from 27); Max value from RGB is 15 - color contains mainly: red. Hex color #0F000C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F000C is #F0FFF3. Grayscale: #050505. Windows color (decimal): -15794164 or 786447. OLE color: 786447.

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

Color convert

RGB 15 0 12 -
CMYK 0 1 0.20 0.94
HSL 312º 1% 0.03% -
HSV(B) 312º 1% 0.06% -
XYZ 0.26 0.13 0.36 -
YUV 5.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 15 0 12 0 1 0.20 0.94 312 1 0.03
Hex F 0 C 0 64 14 5E 138 64 3
Octal 17 0 14 0 144 24 136 470 144 3
Binary 1111 0 1100 0 1100100 10100 1011110 100111000 1100100 11

Color Harmonies of #0F000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F000C

Black with #0F000C

Text Example


Text Example

White with #0F000C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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