Shades of Dark Green #090B0B
Tints of Dark Green #090B0B
RGB
CMYK
RGB Variations
Color information
#090B0B (or 0x090B0B) is known color: Dark Green. HEX triplet: 09, 0B and 0B. RGB value is (9,11,11). Sum of RGB (Red+Green+Blue) = 9+11+11=31 (4% of max value = 765). Red value is 9 (3.91% from 255 or 29.03% from 31); Green value is 11 (4.69% from 255 or 35.48% from 31); Blue value is 11 (4.69% from 255 or 35.48% from 31); Max value from RGB is 11 - color contains mainly: green, blue. Hex color #090B0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090B0B is #F6F4F4. Grayscale: #0A0A0A. Windows color (decimal): -16184565 or 723721. OLE color: 723721.
HSL color Cylindrical-coordinate representation of color #090B0B: hue angle of 180º degrees, saturation: 0.1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #090B0B is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 9 | 11 | 11 | - |
| CMYK | 0.18 | 0 | 0 | 0.96 |
| HSL | 180º | 0.1% | 0.04% | - |
| HSV(B) | 180º | 0.18% | 0.04% | - |
| XYZ | 0.29 | 0.32 | 0.36 | - |
| YUV | 10.4 | 128.34 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 11 | 0.18 | 0 | 0 | 0.96 | 180 | 0.1 | 0.04 |
| Hex | 9 | B | B | 12 | 0 | 0 | 60 | B4 | A | 4 |
| Octal | 11 | 13 | 13 | 22 | 0 | 0 | 140 | 264 | 12 | 4 |
| Binary | 1001 | 1011 | 1011 | 10010 | 0 | 0 | 1100000 | 10110100 | 1010 | 100 |
Color Harmonies of #090B0B
Complementary color
Monochromatic Colors of #090B0B
Black with #090B0B
Text Example
Text Example
White with #090B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B0B; }
p { color: rgb(9,11,11); }
H1.HeaderClassName
{
color: #090B0B;
}
.AnyTagClassName
{
color: #090B0B;
}
</style>
background-color css
<style>
a { background-color: #090B0B; }
a { background-color: rgb(9,11,11); }
div.DivClassName
{
background-color: #090B0B;
}
.BgClassName
{
background-color: #090B0B;
}
</style>
border-color css
<style>
span { border-color: #090B0B; }
span { border-color: rgb(9,11,11); }
td.TdClassName
{
border-color: #090B0B;
}
.TagClassName
{
border-color: #090B0B;
}
</style>