Shades of Black #0D0B09
Tints of Black #0D0B09
RGB
CMYK
RGB Variations
Color information
#0D0B09 (or 0x0D0B09) is known color: Black. HEX triplet: 0D, 0B and 09. RGB value is (13,11,9). Sum of RGB (Red+Green+Blue) = 13+11+9=33 (4% of max value = 765). Red value is 13 (5.47% from 255 or 39.39% from 33); Green value is 11 (4.69% from 255 or 33.33% from 33); Blue value is 9 (3.91% from 255 or 27.27% from 33); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0B09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0B09 is #F2F4F6. Grayscale: #0B0B0B. Windows color (decimal): -15922423 or 592653. OLE color: 592653.
HSL color Cylindrical-coordinate representation of color #0D0B09: hue angle of 30º degrees, saturation: 0.18, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #0D0B09 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 11 | 9 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.95 |
| HSL | 30º | 0.18% | 0.04% | - |
| HSV(B) | 30º | 0.31% | 0.05% | - |
| XYZ | 0.33 | 0.34 | 0.31 | - |
| YUV | 11.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 11 | 9 | 0 | 0.15 | 0.31 | 0.95 | 30 | 0.18 | 0.04 |
| Hex | D | B | 9 | 0 | F | 1F | 5F | 1E | 12 | 4 |
| Octal | 15 | 13 | 11 | 0 | 17 | 37 | 137 | 36 | 22 | 4 |
| Binary | 1101 | 1011 | 1001 | 0 | 1111 | 11111 | 1011111 | 11110 | 10010 | 100 |
Color Harmonies of #0D0B09
Complementary color
Monochromatic Colors of #0D0B09
Black with #0D0B09
Text Example
Text Example
White with #0D0B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0B09; }
p { color: rgb(13,11,9); }
H1.HeaderClassName
{
color: #0D0B09;
}
.AnyTagClassName
{
color: #0D0B09;
}
</style>
background-color css
<style>
a { background-color: #0D0B09; }
a { background-color: rgb(13,11,9); }
div.DivClassName
{
background-color: #0D0B09;
}
.BgClassName
{
background-color: #0D0B09;
}
</style>
border-color css
<style>
span { border-color: #0D0B09; }
span { border-color: rgb(13,11,9); }
td.TdClassName
{
border-color: #0D0B09;
}
.TagClassName
{
border-color: #0D0B09;
}
</style>