Shades of Black #0D0807
Tints of Black #0D0807
RGB
CMYK
RGB Variations
Color information
#0D0807 (or 0x0D0807) is known color: Black. HEX triplet: 0D, 08 and 07. RGB value is (13,8,7). Sum of RGB (Red+Green+Blue) = 13+8+7=28 (3% of max value = 765). Red value is 13 (5.47% from 255 or 46.43% from 28); Green value is 8 (3.52% from 255 or 28.57% from 28); Blue value is 7 (3.12% from 255 or 25% from 28); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0807 is #F2F7F8. Grayscale: #090909. Windows color (decimal): -15923193 or 460813. OLE color: 460813.
HSL color Cylindrical-coordinate representation of color #0D0807: hue angle of 10º degrees, saturation: 0.3, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0D0807 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 8 | 7 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.95 |
| HSL | 10º | 0.3% | 0.04% | - |
| HSV(B) | 10º | 0.46% | 0.05% | - |
| XYZ | 0.29 | 0.27 | 0.24 | - |
| YUV | 9.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 8 | 7 | 0 | 0.38 | 0.46 | 0.95 | 10 | 0.3 | 0.04 |
| Hex | D | 8 | 7 | 0 | 26 | 2E | 5F | A | 1E | 4 |
| Octal | 15 | 10 | 7 | 0 | 46 | 56 | 137 | 12 | 36 | 4 |
| Binary | 1101 | 1000 | 111 | 0 | 100110 | 101110 | 1011111 | 1010 | 11110 | 100 |
Color Harmonies of #0D0807
Complementary color
Monochromatic Colors of #0D0807
Black with #0D0807
Text Example
Text Example
White with #0D0807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0807; }
p { color: rgb(13,8,7); }
H1.HeaderClassName
{
color: #0D0807;
}
.AnyTagClassName
{
color: #0D0807;
}
</style>
background-color css
<style>
a { background-color: #0D0807; }
a { background-color: rgb(13,8,7); }
div.DivClassName
{
background-color: #0D0807;
}
.BgClassName
{
background-color: #0D0807;
}
</style>
border-color css
<style>
span { border-color: #0D0807; }
span { border-color: rgb(13,8,7); }
td.TdClassName
{
border-color: #0D0807;
}
.TagClassName
{
border-color: #0D0807;
}
</style>