Shades of Black #0D0808
Tints of Black #0D0808
RGB
CMYK
RGB Variations
Color information
#0D0808 (or 0x0D0808) is known color: Black. HEX triplet: 0D, 08 and 08. RGB value is (13,8,8). Sum of RGB (Red+Green+Blue) = 13+8+8=29 (3% of max value = 765). Red value is 13 (5.47% from 255 or 44.83% from 29); Green value is 8 (3.52% from 255 or 27.59% from 29); Blue value is 8 (3.52% from 255 or 27.59% from 29); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0808 is #F2F7F7. Grayscale: #090909. Windows color (decimal): -15923192 or 526349. OLE color: 526349.
HSL color Cylindrical-coordinate representation of color #0D0808: hue angle of 0º degrees, saturation: 0.24, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0D0808 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 8 | 8 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.95 |
| HSL | 0º | 0.24% | 0.04% | - |
| HSV(B) | 0º | 0.38% | 0.05% | - |
| XYZ | 0.3 | 0.28 | 0.27 | - |
| YUV | 9.5 | 127.16 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 8 | 8 | 0 | 0.38 | 0.38 | 0.95 | 0 | 0.24 | 0.04 |
| Hex | D | 8 | 8 | 0 | 26 | 26 | 5F | 0 | 18 | 4 |
| Octal | 15 | 10 | 10 | 0 | 46 | 46 | 137 | 0 | 30 | 4 |
| Binary | 1101 | 1000 | 1000 | 0 | 100110 | 100110 | 1011111 | 0 | 11000 | 100 |
Color Harmonies of #0D0808
Complementary color
Monochromatic Colors of #0D0808
Black with #0D0808
Text Example
Text Example
White with #0D0808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0808; }
p { color: rgb(13,8,8); }
H1.HeaderClassName
{
color: #0D0808;
}
.AnyTagClassName
{
color: #0D0808;
}
</style>
background-color css
<style>
a { background-color: #0D0808; }
a { background-color: rgb(13,8,8); }
div.DivClassName
{
background-color: #0D0808;
}
.BgClassName
{
background-color: #0D0808;
}
</style>
border-color css
<style>
span { border-color: #0D0808; }
span { border-color: rgb(13,8,8); }
td.TdClassName
{
border-color: #0D0808;
}
.TagClassName
{
border-color: #0D0808;
}
</style>