Shades of Black #0D0200
Tints of Black #0D0200
RGB
CMYK
RGB Variations
Color information
#0D0200 (or 0x0D0200) is known color: Black. HEX triplet: 0D, 02 and 00. RGB value is (13,2,0). Sum of RGB (Red+Green+Blue) = 13+2+0=15 (1% of max value = 765). Red value is 13 (5.47% from 255 or 86.67% from 15); Green value is 2 (1.17% from 255 or 13.33% from 15); Blue value is 0 (0.39% from 255 or 0% from 15); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0200 is #F2FDFF. Grayscale: #050505. Windows color (decimal): -15924736 or 525. OLE color: 525.
HSL color Cylindrical-coordinate representation of color #0D0200: hue angle of 9.23º 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 #0D0200 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 2 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.95 |
| HSL | 9.23º | 1% | 0.03% | - |
| HSV(B) | 9.23º | 1% | 0.05% | - |
| XYZ | 0.19 | 0.13 | 0.02 | - |
| YUV | 5.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 0 | 0 | 0.85 | 1 | 0.95 | 9.23 | 1 | 0.03 |
| Hex | D | 2 | 0 | 0 | 55 | 64 | 5F | 9 | 64 | 3 |
| Octal | 15 | 2 | 0 | 0 | 125 | 144 | 137 | 11 | 144 | 3 |
| Binary | 1101 | 10 | 0 | 0 | 1010101 | 1100100 | 1011111 | 1001 | 1100100 | 11 |
Color Harmonies of #0D0200
Complementary color
Monochromatic Colors of #0D0200
Black with #0D0200
Text Example
Text Example
White with #0D0200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0200; }
p { color: rgb(13,2,0); }
H1.HeaderClassName
{
color: #0D0200;
}
.AnyTagClassName
{
color: #0D0200;
}
</style>
background-color css
<style>
a { background-color: #0D0200; }
a { background-color: rgb(13,2,0); }
div.DivClassName
{
background-color: #0D0200;
}
.BgClassName
{
background-color: #0D0200;
}
</style>
border-color css
<style>
span { border-color: #0D0200; }
span { border-color: rgb(13,2,0); }
td.TdClassName
{
border-color: #0D0200;
}
.TagClassName
{
border-color: #0D0200;
}
</style>