Shades of Black #0D0904
Tints of Black #0D0904
RGB
CMYK
RGB Variations
Color information
#0D0904 (or 0x0D0904) is known color: Black. HEX triplet: 0D, 09 and 04. RGB value is (13,9,4). Sum of RGB (Red+Green+Blue) = 13+9+4=26 (3% of max value = 765). Red value is 13 (5.47% from 255 or 50% from 26); Green value is 9 (3.91% from 255 or 34.62% from 26); Blue value is 4 (1.95% from 255 or 15.38% from 26); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0904 is #F2F6FB. Grayscale: #090909. Windows color (decimal): -15922940 or 264461. OLE color: 264461.
HSL color Cylindrical-coordinate representation of color #0D0904: hue angle of 33.33º degrees, saturation: 0.53, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0D0904 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 9 | 4 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.95 |
| HSL | 33.33º | 0.53% | 0.03% | - |
| HSV(B) | 33.33º | 0.69% | 0.05% | - |
| XYZ | 0.29 | 0.29 | 0.16 | - |
| YUV | 9.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 9 | 4 | 0 | 0.31 | 0.69 | 0.95 | 33.33 | 0.53 | 0.03 |
| Hex | D | 9 | 4 | 0 | 1F | 45 | 5F | 21 | 35 | 3 |
| Octal | 15 | 11 | 4 | 0 | 37 | 105 | 137 | 41 | 65 | 3 |
| Binary | 1101 | 1001 | 100 | 0 | 11111 | 1000101 | 1011111 | 100001 | 110101 | 11 |
Color Harmonies of #0D0904
Complementary color
Monochromatic Colors of #0D0904
Black with #0D0904
Text Example
Text Example
White with #0D0904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0904; }
p { color: rgb(13,9,4); }
H1.HeaderClassName
{
color: #0D0904;
}
.AnyTagClassName
{
color: #0D0904;
}
</style>
background-color css
<style>
a { background-color: #0D0904; }
a { background-color: rgb(13,9,4); }
div.DivClassName
{
background-color: #0D0904;
}
.BgClassName
{
background-color: #0D0904;
}
</style>
border-color css
<style>
span { border-color: #0D0904; }
span { border-color: rgb(13,9,4); }
td.TdClassName
{
border-color: #0D0904;
}
.TagClassName
{
border-color: #0D0904;
}
</style>