Shades of Black #0D0300
Tints of Black #0D0300
RGB
CMYK
RGB Variations
Color information
#0D0300 (or 0x0D0300) is known color: Black. HEX triplet: 0D, 03 and 00. RGB value is (13,3,0). Sum of RGB (Red+Green+Blue) = 13+3+0=16 (2% of max value = 765). Red value is 13 (5.47% from 255 or 81.25% from 16); Green value is 3 (1.56% from 255 or 18.75% from 16); Blue value is 0 (0.39% from 255 or 0% from 16); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0300 is #F2FCFF. Grayscale: #050505. Windows color (decimal): -15924480 or 781. OLE color: 781.
HSL color Cylindrical-coordinate representation of color #0D0300: hue angle of 13.85º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D0300 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 3 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.95 |
| HSL | 13.85º | 1% | 0.03% | - |
| HSV(B) | 13.85º | 1% | 0.05% | - |
| XYZ | 0.2 | 0.15 | 0.02 | - |
| YUV | 5.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 0 | 0 | 0.77 | 1 | 0.95 | 13.85 | 1 | 0.03 |
| Hex | D | 3 | 0 | 0 | 4D | 64 | 5F | E | 64 | 3 |
| Octal | 15 | 3 | 0 | 0 | 115 | 144 | 137 | 16 | 144 | 3 |
| Binary | 1101 | 11 | 0 | 0 | 1001101 | 1100100 | 1011111 | 1110 | 1100100 | 11 |
Color Harmonies of #0D0300
Complementary color
Monochromatic Colors of #0D0300
Black with #0D0300
Text Example
Text Example
White with #0D0300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0300; }
p { color: rgb(13,3,0); }
H1.HeaderClassName
{
color: #0D0300;
}
.AnyTagClassName
{
color: #0D0300;
}
</style>
background-color css
<style>
a { background-color: #0D0300; }
a { background-color: rgb(13,3,0); }
div.DivClassName
{
background-color: #0D0300;
}
.BgClassName
{
background-color: #0D0300;
}
</style>
border-color css
<style>
span { border-color: #0D0300; }
span { border-color: rgb(13,3,0); }
td.TdClassName
{
border-color: #0D0300;
}
.TagClassName
{
border-color: #0D0300;
}
</style>