Shades of Black #0D0705
Tints of Black #0D0705
RGB
CMYK
RGB Variations
Color information
#0D0705 (or 0x0D0705) is known color: Black. HEX triplet: 0D, 07 and 05. RGB value is (13,7,5). Sum of RGB (Red+Green+Blue) = 13+7+5=25 (3% of max value = 765). Red value is 13 (5.47% from 255 or 52% from 25); Green value is 7 (3.12% from 255 or 28% from 25); Blue value is 5 (2.34% from 255 or 20% from 25); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0705 is #F2F8FA. Grayscale: #080808. Windows color (decimal): -15923451 or 329485. OLE color: 329485.
HSL color Cylindrical-coordinate representation of color #0D0705: hue angle of 15º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0D0705 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 7 | 5 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.95 |
| HSL | 15º | 0.44% | 0.04% | - |
| HSV(B) | 15º | 0.62% | 0.05% | - |
| XYZ | 0.27 | 0.25 | 0.18 | - |
| YUV | 8.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 5 | 0 | 0.46 | 0.62 | 0.95 | 15 | 0.44 | 0.04 |
| Hex | D | 7 | 5 | 0 | 2E | 3E | 5F | F | 2C | 4 |
| Octal | 15 | 7 | 5 | 0 | 56 | 76 | 137 | 17 | 54 | 4 |
| Binary | 1101 | 111 | 101 | 0 | 101110 | 111110 | 1011111 | 1111 | 101100 | 100 |
Color Harmonies of #0D0705
Complementary color
Monochromatic Colors of #0D0705
Black with #0D0705
Text Example
Text Example
White with #0D0705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0705; }
p { color: rgb(13,7,5); }
H1.HeaderClassName
{
color: #0D0705;
}
.AnyTagClassName
{
color: #0D0705;
}
</style>
background-color css
<style>
a { background-color: #0D0705; }
a { background-color: rgb(13,7,5); }
div.DivClassName
{
background-color: #0D0705;
}
.BgClassName
{
background-color: #0D0705;
}
</style>
border-color css
<style>
span { border-color: #0D0705; }
span { border-color: rgb(13,7,5); }
td.TdClassName
{
border-color: #0D0705;
}
.TagClassName
{
border-color: #0D0705;
}
</style>