Shades of Black #130201
Tints of Black #130201
RGB
CMYK
RGB Variations
Color information
#130201 (or 0x130201) is known color: Black. HEX triplet: 13, 02 and 01. RGB value is (19,2,1). Sum of RGB (Red+Green+Blue) = 19+2+1=22 (2% of max value = 765). Red value is 19 (7.81% from 255 or 86.36% from 22); Green value is 2 (1.17% from 255 or 9.09% from 22); Blue value is 1 (0.78% from 255 or 4.55% from 22); Max value from RGB is 19 - color contains mainly: red. Hex color #130201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130201 is #ECFDFE. Grayscale: #060606. Windows color (decimal): -15531519 or 66067. OLE color: 66067.
HSL color Cylindrical-coordinate representation of color #130201: hue angle of 3.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 #130201 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 2 | 1 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.93 |
| HSL | 3.33º | 0.9% | 0.04% | - |
| HSV(B) | 3.33º | 0.95% | 0.07% | - |
| XYZ | 0.3 | 0.18 | 0.05 | - |
| YUV | 6.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 1 | 0 | 0.89 | 0.95 | 0.93 | 3.33 | 0.9 | 0.04 |
| Hex | 13 | 2 | 1 | 0 | 59 | 5F | 5D | 3 | 5A | 4 |
| Octal | 23 | 2 | 1 | 0 | 131 | 137 | 135 | 3 | 132 | 4 |
| Binary | 10011 | 10 | 1 | 0 | 1011001 | 1011111 | 1011101 | 11 | 1011010 | 100 |
Color Harmonies of #130201
Complementary color
Monochromatic Colors of #130201
Black with #130201
Text Example
Text Example
White with #130201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130201; }
p { color: rgb(19,2,1); }
H1.HeaderClassName
{
color: #130201;
}
.AnyTagClassName
{
color: #130201;
}
</style>
background-color css
<style>
a { background-color: #130201; }
a { background-color: rgb(19,2,1); }
div.DivClassName
{
background-color: #130201;
}
.BgClassName
{
background-color: #130201;
}
</style>
border-color css
<style>
span { border-color: #130201; }
span { border-color: rgb(19,2,1); }
td.TdClassName
{
border-color: #130201;
}
.TagClassName
{
border-color: #130201;
}
</style>