Html Css Color HEX #0F080D Melanzane

📋 copy color: '#0F080D'

red 15 ◦ green 8 ◦ blue 13

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

Shades of Melanzane #0F080D

Tints of Melanzane #0F080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 36.11%

R = 41.67%
G = 22.22%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.94

RGB Variations

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

Color information

#0F080D (or 0x0F080D) is known color: Melanzane. HEX triplet: 0F, 08 and 0D. RGB value is (15,8,13). Sum of RGB (Red+Green+Blue) = 15+8+13=36 (4% of max value = 765). Red value is 15 (6.25% from 255 or 41.67% from 36); Green value is 8 (3.52% from 255 or 22.22% from 36); Blue value is 13 (5.47% from 255 or 36.11% from 36); Max value from RGB is 15 - color contains mainly: red. Hex color #0F080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F080D is #F0F7F2. Grayscale: #0A0A0A. Windows color (decimal): -15792115 or 854031. OLE color: 854031.

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

Color convert

RGB 15 8 13 -
CMYK 0 0.47 0.13 0.94
HSL 317.14º 0.3% 0.05% -
HSV(B) 317.14º 0.47% 0.06% -
XYZ 0.36 0.3 0.42 -
YUV 10.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 15 8 13 0 0.47 0.13 0.94 317.14 0.3 0.05
Hex F 8 D 0 2F D 5E 13D 1E 5
Octal 17 10 15 0 57 15 136 475 36 5
Binary 1111 1000 1101 0 101111 1101 1011110 100111101 11110 101

Color Harmonies of #0F080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F080D

Black with #0F080D

Text Example


Text Example

White with #0F080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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