Shades of Black #0D0403
Tints of Black #0D0403
RGB
CMYK
RGB Variations
Color information
#0D0403 (or 0x0D0403) is known color: Black. HEX triplet: 0D, 04 and 03. RGB value is (13,4,3). Sum of RGB (Red+Green+Blue) = 13+4+3=20 (2% of max value = 765). Red value is 13 (5.47% from 255 or 65% from 20); Green value is 4 (1.95% from 255 or 20% from 20); Blue value is 3 (1.56% from 255 or 15% from 20); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0403 is #F2FBFC. Grayscale: #060606. Windows color (decimal): -15924221 or 197645. OLE color: 197645.
HSL color Cylindrical-coordinate representation of color #0D0403: hue angle of 6º degrees, saturation: 0.62, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D0403 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 4 | 3 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.95 |
| HSL | 6º | 0.63% | 0.03% | - |
| HSV(B) | 6º | 0.77% | 0.05% | - |
| XYZ | 0.23 | 0.18 | 0.11 | - |
| YUV | 6.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 4 | 3 | 0 | 0.69 | 0.77 | 0.95 | 6 | 0.63 | 0.03 |
| Hex | D | 4 | 3 | 0 | 45 | 4D | 5F | 6 | 3E | 3 |
| Octal | 15 | 4 | 3 | 0 | 105 | 115 | 137 | 6 | 76 | 3 |
| Binary | 1101 | 100 | 11 | 0 | 1000101 | 1001101 | 1011111 | 110 | 111110 | 11 |
Color Harmonies of #0D0403
Complementary color
Monochromatic Colors of #0D0403
Black with #0D0403
Text Example
Text Example
White with #0D0403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0403; }
p { color: rgb(13,4,3); }
H1.HeaderClassName
{
color: #0D0403;
}
.AnyTagClassName
{
color: #0D0403;
}
</style>
background-color css
<style>
a { background-color: #0D0403; }
a { background-color: rgb(13,4,3); }
div.DivClassName
{
background-color: #0D0403;
}
.BgClassName
{
background-color: #0D0403;
}
</style>
border-color css
<style>
span { border-color: #0D0403; }
span { border-color: rgb(13,4,3); }
td.TdClassName
{
border-color: #0D0403;
}
.TagClassName
{
border-color: #0D0403;
}
</style>