Html Css Color HEX #0F080C Melanzane

📋 copy color: '#0F080C'

red 15 ◦ green 8 ◦ blue 12

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

Shades of Melanzane #0F080C

Tints of Melanzane #0F080C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 22.86%

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

R = 42.86%
G = 22.86%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.94

RGB Variations

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

Color information

#0F080C (or 0x0F080C) is known color: Melanzane. HEX triplet: 0F, 08 and 0C. RGB value is (15,8,12). Sum of RGB (Red+Green+Blue) = 15+8+12=35 (4% of max value = 765). Red value is 15 (6.25% from 255 or 42.86% from 35); Green value is 8 (3.52% from 255 or 22.86% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 15 - color contains mainly: red. Hex color #0F080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F080C is #F0F7F3. Grayscale: #0A0A0A. Windows color (decimal): -15792116 or 788495. OLE color: 788495.

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

Color convert

RGB 15 8 12 -
CMYK 0 0.47 0.20 0.94
HSL 325.71º 0.3% 0.05% -
HSV(B) 325.71º 0.47% 0.06% -
XYZ 0.35 0.3 0.39 -
YUV 10.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 15 8 12 0 0.47 0.20 0.94 325.71 0.3 0.05
Hex F 8 C 0 2F 14 5E 146 1E 5
Octal 17 10 14 0 57 24 136 506 36 5
Binary 1111 1000 1100 0 101111 10100 1011110 101000110 11110 101

Color Harmonies of #0F080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F080C

Black with #0F080C

Text Example


Text Example

White with #0F080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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