Shades of Black #130500
Tints of Black #130500
RGB
CMYK
RGB Variations
Color information
#130500 (or 0x130500) is known color: Black. HEX triplet: 13, 05 and 00. RGB value is (19,5,0). Sum of RGB (Red+Green+Blue) = 19+5+0=24 (3% of max value = 765). Red value is 19 (7.81% from 255 or 79.17% from 24); Green value is 5 (2.34% from 255 or 20.83% from 24); Blue value is 0 (0.39% from 255 or 0% from 24); Max value from RGB is 19 - color contains mainly: red. Hex color #130500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130500 is #ECFAFF. Grayscale: #080808. Windows color (decimal): -15530752 or 1299. OLE color: 1299.
HSL color Cylindrical-coordinate representation of color #130500: hue angle of 15.79º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130500 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 5 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.93 |
| HSL | 15.79º | 1% | 0.04% | - |
| HSV(B) | 15.79º | 1% | 0.07% | - |
| XYZ | 0.32 | 0.25 | 0.03 | - |
| YUV | 8.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 0 | 0 | 0.74 | 1 | 0.93 | 15.79 | 1 | 0.04 |
| Hex | 13 | 5 | 0 | 0 | 4A | 64 | 5D | 10 | 64 | 4 |
| Octal | 23 | 5 | 0 | 0 | 112 | 144 | 135 | 20 | 144 | 4 |
| Binary | 10011 | 101 | 0 | 0 | 1001010 | 1100100 | 1011101 | 10000 | 1100100 | 100 |
Color Harmonies of #130500
Complementary color
Monochromatic Colors of #130500
Black with #130500
Text Example
Text Example
White with #130500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130500; }
p { color: rgb(19,5,0); }
H1.HeaderClassName
{
color: #130500;
}
.AnyTagClassName
{
color: #130500;
}
</style>
background-color css
<style>
a { background-color: #130500; }
a { background-color: rgb(19,5,0); }
div.DivClassName
{
background-color: #130500;
}
.BgClassName
{
background-color: #130500;
}
</style>
border-color css
<style>
span { border-color: #130500; }
span { border-color: rgb(19,5,0); }
td.TdClassName
{
border-color: #130500;
}
.TagClassName
{
border-color: #130500;
}
</style>