Shades of Black #130D0B
Tints of Black #130D0B
RGB
CMYK
RGB Variations
Color information
#130D0B (or 0x130D0B) is known color: Black. HEX triplet: 13, 0D and 0B. RGB value is (19,13,11). Sum of RGB (Red+Green+Blue) = 19+13+11=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 13 (5.47% from 255 or 30.23% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 19 - color contains mainly: red. Hex color #130D0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D0B is #ECF2F4. Grayscale: #0E0E0E. Windows color (decimal): -15528693 or 724243. OLE color: 724243.
HSL color Cylindrical-coordinate representation of color #130D0B: hue angle of 15º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #130D0B is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 13 | 11 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.93 |
| HSL | 15º | 0.27% | 0.06% | - |
| HSV(B) | 15º | 0.42% | 0.07% | - |
| XYZ | 0.47 | 0.45 | 0.38 | - |
| YUV | 14.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 11 | 0 | 0.32 | 0.42 | 0.93 | 15 | 0.27 | 0.06 |
| Hex | 13 | D | B | 0 | 20 | 2A | 5D | F | 1B | 6 |
| Octal | 23 | 15 | 13 | 0 | 40 | 52 | 135 | 17 | 33 | 6 |
| Binary | 10011 | 1101 | 1011 | 0 | 100000 | 101010 | 1011101 | 1111 | 11011 | 110 |
Color Harmonies of #130D0B
Complementary color
Monochromatic Colors of #130D0B
Black with #130D0B
Text Example
Text Example
White with #130D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D0B; }
p { color: rgb(19,13,11); }
H1.HeaderClassName
{
color: #130D0B;
}
.AnyTagClassName
{
color: #130D0B;
}
</style>
background-color css
<style>
a { background-color: #130D0B; }
a { background-color: rgb(19,13,11); }
div.DivClassName
{
background-color: #130D0B;
}
.BgClassName
{
background-color: #130D0B;
}
</style>
border-color css
<style>
span { border-color: #130D0B; }
span { border-color: rgb(19,13,11); }
td.TdClassName
{
border-color: #130D0B;
}
.TagClassName
{
border-color: #130D0B;
}
</style>