Shades of Black #130502
Tints of Black #130502
RGB
CMYK
RGB Variations
Color information
#130502 (or 0x130502) is known color: Black. HEX triplet: 13, 05 and 02. RGB value is (19,5,2). Sum of RGB (Red+Green+Blue) = 19+5+2=26 (3% of max value = 765). Red value is 19 (7.81% from 255 or 73.08% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 19 - color contains mainly: red. Hex color #130502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130502 is #ECFAFD. Grayscale: #080808. Windows color (decimal): -15530750 or 132371. OLE color: 132371.
HSL color Cylindrical-coordinate representation of color #130502: hue angle of 10.59º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130502 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 5 | 2 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.93 |
| HSL | 10.59º | 0.81% | 0.04% | - |
| HSV(B) | 10.59º | 0.89% | 0.07% | - |
| XYZ | 0.33 | 0.25 | 0.09 | - |
| YUV | 8.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 2 | 0 | 0.74 | 0.89 | 0.93 | 10.59 | 0.81 | 0.04 |
| Hex | 13 | 5 | 2 | 0 | 4A | 59 | 5D | B | 51 | 4 |
| Octal | 23 | 5 | 2 | 0 | 112 | 131 | 135 | 13 | 121 | 4 |
| Binary | 10011 | 101 | 10 | 0 | 1001010 | 1011001 | 1011101 | 1011 | 1010001 | 100 |
Color Harmonies of #130502
Complementary color
Monochromatic Colors of #130502
Black with #130502
Text Example
Text Example
White with #130502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130502; }
p { color: rgb(19,5,2); }
H1.HeaderClassName
{
color: #130502;
}
.AnyTagClassName
{
color: #130502;
}
</style>
background-color css
<style>
a { background-color: #130502; }
a { background-color: rgb(19,5,2); }
div.DivClassName
{
background-color: #130502;
}
.BgClassName
{
background-color: #130502;
}
</style>
border-color css
<style>
span { border-color: #130502; }
span { border-color: rgb(19,5,2); }
td.TdClassName
{
border-color: #130502;
}
.TagClassName
{
border-color: #130502;
}
</style>