Shades of Black #130501
Tints of Black #130501
RGB
CMYK
RGB Variations
Color information
#130501 (or 0x130501) is known color: Black. HEX triplet: 13, 05 and 01. RGB value is (19,5,1). Sum of RGB (Red+Green+Blue) = 19+5+1=25 (3% of max value = 765). Red value is 19 (7.81% from 255 or 76% from 25); Green value is 5 (2.34% from 255 or 20% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 19 - color contains mainly: red. Hex color #130501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130501 is #ECFAFE. Grayscale: #080808. Windows color (decimal): -15530751 or 66835. OLE color: 66835.
HSL color Cylindrical-coordinate representation of color #130501: hue angle of 13.33º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130501 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 5 | 1 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.93 |
| HSL | 13.33º | 0.9% | 0.04% | - |
| HSV(B) | 13.33º | 0.95% | 0.07% | - |
| XYZ | 0.33 | 0.25 | 0.06 | - |
| YUV | 8.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 1 | 0 | 0.74 | 0.95 | 0.93 | 13.33 | 0.9 | 0.04 |
| Hex | 13 | 5 | 1 | 0 | 4A | 5F | 5D | D | 5A | 4 |
| Octal | 23 | 5 | 1 | 0 | 112 | 137 | 135 | 15 | 132 | 4 |
| Binary | 10011 | 101 | 1 | 0 | 1001010 | 1011111 | 1011101 | 1101 | 1011010 | 100 |
Color Harmonies of #130501
Complementary color
Monochromatic Colors of #130501
Black with #130501
Text Example
Text Example
White with #130501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130501; }
p { color: rgb(19,5,1); }
H1.HeaderClassName
{
color: #130501;
}
.AnyTagClassName
{
color: #130501;
}
</style>
background-color css
<style>
a { background-color: #130501; }
a { background-color: rgb(19,5,1); }
div.DivClassName
{
background-color: #130501;
}
.BgClassName
{
background-color: #130501;
}
</style>
border-color css
<style>
span { border-color: #130501; }
span { border-color: rgb(19,5,1); }
td.TdClassName
{
border-color: #130501;
}
.TagClassName
{
border-color: #130501;
}
</style>