Shades of Black #130701
Tints of Black #130701
RGB
CMYK
RGB Variations
Color information
#130701 (or 0x130701) is known color: Black. HEX triplet: 13, 07 and 01. RGB value is (19,7,1). Sum of RGB (Red+Green+Blue) = 19+7+1=27 (3% of max value = 765). Red value is 19 (7.81% from 255 or 70.37% from 27); Green value is 7 (3.12% from 255 or 25.93% from 27); Blue value is 1 (0.78% from 255 or 3.70% from 27); Max value from RGB is 19 - color contains mainly: red. Hex color #130701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130701 is #ECF8FE. Grayscale: #090909. Windows color (decimal): -15530239 or 67347. OLE color: 67347.
HSL color Cylindrical-coordinate representation of color #130701: hue angle of 20º 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 #130701 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 7 | 1 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.93 |
| HSL | 20º | 0.9% | 0.04% | - |
| HSV(B) | 20º | 0.95% | 0.07% | - |
| XYZ | 0.35 | 0.29 | 0.07 | - |
| YUV | 9.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 7 | 1 | 0 | 0.63 | 0.95 | 0.93 | 20 | 0.9 | 0.04 |
| Hex | 13 | 7 | 1 | 0 | 3F | 5F | 5D | 14 | 5A | 4 |
| Octal | 23 | 7 | 1 | 0 | 77 | 137 | 135 | 24 | 132 | 4 |
| Binary | 10011 | 111 | 1 | 0 | 111111 | 1011111 | 1011101 | 10100 | 1011010 | 100 |
Color Harmonies of #130701
Complementary color
Monochromatic Colors of #130701
Black with #130701
Text Example
Text Example
White with #130701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130701; }
p { color: rgb(19,7,1); }
H1.HeaderClassName
{
color: #130701;
}
.AnyTagClassName
{
color: #130701;
}
</style>
background-color css
<style>
a { background-color: #130701; }
a { background-color: rgb(19,7,1); }
div.DivClassName
{
background-color: #130701;
}
.BgClassName
{
background-color: #130701;
}
</style>
border-color css
<style>
span { border-color: #130701; }
span { border-color: rgb(19,7,1); }
td.TdClassName
{
border-color: #130701;
}
.TagClassName
{
border-color: #130701;
}
</style>