Html Css Color HEX #0F090D Melanzane

📋 copy color: '#0F090D'

red 15 ◦ green 9 ◦ blue 13

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

Shades of Melanzane #0F090D

Tints of Melanzane #0F090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 24.32%

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

R = 40.54%
G = 24.32%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.94

RGB Variations

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

Color information

#0F090D (or 0x0F090D) is known color: Melanzane. HEX triplet: 0F, 09 and 0D. RGB value is (15,9,13). Sum of RGB (Red+Green+Blue) = 15+9+13=37 (4% of max value = 765). Red value is 15 (6.25% from 255 or 40.54% from 37); Green value is 9 (3.91% from 255 or 24.32% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 15 - color contains mainly: red. Hex color #0F090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F090D is #F0F6F2. Grayscale: #0B0B0B. Windows color (decimal): -15791859 or 854287. OLE color: 854287.

HSL color Cylindrical-coordinate representation of color #0F090D: hue angle of 320º degrees, saturation: 0.25, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0F090D is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.94.

Color convert

RGB 15 9 13 -
CMYK 0 0.40 0.13 0.94
HSL 320º 0.25% 0.05% -
HSV(B) 320º 0.4% 0.06% -
XYZ 0.37 0.33 0.42 -
YUV 11.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 15 9 13 0 0.40 0.13 0.94 320 0.25 0.05
Hex F 9 D 0 28 D 5E 140 19 5
Octal 17 11 15 0 50 15 136 500 31 5
Binary 1111 1001 1101 0 101000 1101 1011110 101000000 11001 101

Color Harmonies of #0F090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F090D

Black with #0F090D

Text Example


Text Example

White with #0F090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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