Shades of Black #130D0D
Tints of Black #130D0D
RGB
CMYK
RGB Variations
Color information
#130D0D (or 0x130D0D) is known color: Black. HEX triplet: 13, 0D and 0D. RGB value is (19,13,13). Sum of RGB (Red+Green+Blue) = 19+13+13=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 13 (5.47% from 255 or 28.89% from 45); Blue value is 13 (5.47% from 255 or 28.89% from 45); Max value from RGB is 19 - color contains mainly: red. Hex color #130D0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D0D is #ECF2F2. Grayscale: #0E0E0E. Windows color (decimal): -15528691 or 855315. OLE color: 855315.
HSL color Cylindrical-coordinate representation of color #130D0D: hue angle of 0º degrees, saturation: 0.19, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #130D0D is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 13 | 13 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.93 |
| HSL | 0º | 0.19% | 0.06% | - |
| HSV(B) | 0º | 0.32% | 0.07% | - |
| XYZ | 0.49 | 0.46 | 0.44 | - |
| YUV | 14.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 13 | 0 | 0.32 | 0.32 | 0.93 | 0 | 0.19 | 0.06 |
| Hex | 13 | D | D | 0 | 20 | 20 | 5D | 0 | 13 | 6 |
| Octal | 23 | 15 | 15 | 0 | 40 | 40 | 135 | 0 | 23 | 6 |
| Binary | 10011 | 1101 | 1101 | 0 | 100000 | 100000 | 1011101 | 0 | 10011 | 110 |
Color Harmonies of #130D0D
Complementary color
Monochromatic Colors of #130D0D
Black with #130D0D
Text Example
Text Example
White with #130D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D0D; }
p { color: rgb(19,13,13); }
H1.HeaderClassName
{
color: #130D0D;
}
.AnyTagClassName
{
color: #130D0D;
}
</style>
background-color css
<style>
a { background-color: #130D0D; }
a { background-color: rgb(19,13,13); }
div.DivClassName
{
background-color: #130D0D;
}
.BgClassName
{
background-color: #130D0D;
}
</style>
border-color css
<style>
span { border-color: #130D0D; }
span { border-color: rgb(19,13,13); }
td.TdClassName
{
border-color: #130D0D;
}
.TagClassName
{
border-color: #130D0D;
}
</style>