Shades of Black #130D0A
Tints of Black #130D0A
RGB
CMYK
RGB Variations
Color information
#130D0A (or 0x130D0A) is known color: Black. HEX triplet: 13, 0D and 0A. RGB value is (19,13,10). Sum of RGB (Red+Green+Blue) = 19+13+10=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 13 (5.47% from 255 or 30.95% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 19 - color contains mainly: red. Hex color #130D0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D0A is #ECF2F5. Grayscale: #0E0E0E. Windows color (decimal): -15528694 or 658707. OLE color: 658707.
HSL color Cylindrical-coordinate representation of color #130D0A: hue angle of 20º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #130D0A is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 13 | 10 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.93 |
| HSL | 20º | 0.31% | 0.06% | - |
| HSV(B) | 20º | 0.47% | 0.07% | - |
| XYZ | 0.47 | 0.45 | 0.35 | - |
| YUV | 14.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 10 | 0 | 0.32 | 0.47 | 0.93 | 20 | 0.31 | 0.06 |
| Hex | 13 | D | A | 0 | 20 | 2F | 5D | 14 | 1F | 6 |
| Octal | 23 | 15 | 12 | 0 | 40 | 57 | 135 | 24 | 37 | 6 |
| Binary | 10011 | 1101 | 1010 | 0 | 100000 | 101111 | 1011101 | 10100 | 11111 | 110 |
Color Harmonies of #130D0A
Complementary color
Monochromatic Colors of #130D0A
Black with #130D0A
Text Example
Text Example
White with #130D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D0A; }
p { color: rgb(19,13,10); }
H1.HeaderClassName
{
color: #130D0A;
}
.AnyTagClassName
{
color: #130D0A;
}
</style>
background-color css
<style>
a { background-color: #130D0A; }
a { background-color: rgb(19,13,10); }
div.DivClassName
{
background-color: #130D0A;
}
.BgClassName
{
background-color: #130D0A;
}
</style>
border-color css
<style>
span { border-color: #130D0A; }
span { border-color: rgb(19,13,10); }
td.TdClassName
{
border-color: #130D0A;
}
.TagClassName
{
border-color: #130D0A;
}
</style>