Shades of Melanzane #090308
Tints of Melanzane #090308
RGB
CMYK
RGB Variations
Color information
#090308 (or 0x090308) is known color: Melanzane. HEX triplet: 09, 03 and 08. RGB value is (9,3,8). Sum of RGB (Red+Green+Blue) = 9+3+8=20 (2% of max value = 765). Red value is 9 (3.91% from 255 or 45% from 20); Green value is 3 (1.56% from 255 or 15% from 20); Blue value is 8 (3.52% from 255 or 40% from 20); Max value from RGB is 9 - color contains mainly: red. Hex color #090308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090308 is #F6FCF7. Grayscale: #050505. Windows color (decimal): -16186616 or 525065. OLE color: 525065.
HSL color Cylindrical-coordinate representation of color #090308: hue angle of 310º degrees, saturation: 0.5, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #090308 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 9 | 3 | 8 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.96 |
| HSL | 310º | 0.5% | 0.02% | - |
| HSV(B) | 310º | 0.67% | 0.04% | - |
| XYZ | 0.19 | 0.14 | 0.25 | - |
| YUV | 5.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 3 | 8 | 0 | 0.67 | 0.11 | 0.96 | 310 | 0.5 | 0.02 |
| Hex | 9 | 3 | 8 | 0 | 43 | B | 60 | 136 | 32 | 2 |
| Octal | 11 | 3 | 10 | 0 | 103 | 13 | 140 | 466 | 62 | 2 |
| Binary | 1001 | 11 | 1000 | 0 | 1000011 | 1011 | 1100000 | 100110110 | 110010 | 10 |
Color Harmonies of #090308
Complementary color
Monochromatic Colors of #090308
Black with #090308
Text Example
Text Example
White with #090308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090308; }
p { color: rgb(9,3,8); }
H1.HeaderClassName
{
color: #090308;
}
.AnyTagClassName
{
color: #090308;
}
</style>
background-color css
<style>
a { background-color: #090308; }
a { background-color: rgb(9,3,8); }
div.DivClassName
{
background-color: #090308;
}
.BgClassName
{
background-color: #090308;
}
</style>
border-color css
<style>
span { border-color: #090308; }
span { border-color: rgb(9,3,8); }
td.TdClassName
{
border-color: #090308;
}
.TagClassName
{
border-color: #090308;
}
</style>