Shades of Black #130901
Tints of Black #130901
RGB
CMYK
RGB Variations
Color information
#130901 (or 0x130901) is known color: Black. HEX triplet: 13, 09 and 01. RGB value is (19,9,1). Sum of RGB (Red+Green+Blue) = 19+9+1=29 (3% of max value = 765). Red value is 19 (7.81% from 255 or 65.52% from 29); Green value is 9 (3.91% from 255 or 31.03% from 29); Blue value is 1 (0.78% from 255 or 3.45% from 29); Max value from RGB is 19 - color contains mainly: red. Hex color #130901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130901 is #ECF6FE. Grayscale: #0B0B0B. Windows color (decimal): -15529727 or 67859. OLE color: 67859.
HSL color Cylindrical-coordinate representation of color #130901: hue angle of 26.67º 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 #130901 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 9 | 1 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.93 |
| HSL | 26.67º | 0.9% | 0.04% | - |
| HSV(B) | 26.67º | 0.95% | 0.07% | - |
| XYZ | 0.37 | 0.34 | 0.07 | - |
| YUV | 11.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 9 | 1 | 0 | 0.53 | 0.95 | 0.93 | 26.67 | 0.9 | 0.04 |
| Hex | 13 | 9 | 1 | 0 | 35 | 5F | 5D | 1B | 5A | 4 |
| Octal | 23 | 11 | 1 | 0 | 65 | 137 | 135 | 33 | 132 | 4 |
| Binary | 10011 | 1001 | 1 | 0 | 110101 | 1011111 | 1011101 | 11011 | 1011010 | 100 |
Color Harmonies of #130901
Complementary color
Monochromatic Colors of #130901
Black with #130901
Text Example
Text Example
White with #130901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130901; }
p { color: rgb(19,9,1); }
H1.HeaderClassName
{
color: #130901;
}
.AnyTagClassName
{
color: #130901;
}
</style>
background-color css
<style>
a { background-color: #130901; }
a { background-color: rgb(19,9,1); }
div.DivClassName
{
background-color: #130901;
}
.BgClassName
{
background-color: #130901;
}
</style>
border-color css
<style>
span { border-color: #130901; }
span { border-color: rgb(19,9,1); }
td.TdClassName
{
border-color: #130901;
}
.TagClassName
{
border-color: #130901;
}
</style>