Shades of Black #130B01
Tints of Black #130B01
RGB
CMYK
RGB Variations
Color information
#130B01 (or 0x130B01) is known color: Black. HEX triplet: 13, 0B and 01. RGB value is (19,11,1). Sum of RGB (Red+Green+Blue) = 19+11+1=31 (4% of max value = 765). Red value is 19 (7.81% from 255 or 61.29% from 31); Green value is 11 (4.69% from 255 or 35.48% from 31); Blue value is 1 (0.78% from 255 or 3.23% from 31); Max value from RGB is 19 - color contains mainly: red. Hex color #130B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B01 is #ECF4FE. Grayscale: #0C0C0C. Windows color (decimal): -15529215 or 68371. OLE color: 68371.
HSL color Cylindrical-coordinate representation of color #130B01: hue angle of 33.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 #130B01 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 11 | 1 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.93 |
| HSL | 33.33º | 0.9% | 0.04% | - |
| HSV(B) | 33.33º | 0.95% | 0.07% | - |
| XYZ | 0.39 | 0.38 | 0.08 | - |
| YUV | 12.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 1 | 0 | 0.42 | 0.95 | 0.93 | 33.33 | 0.9 | 0.04 |
| Hex | 13 | B | 1 | 0 | 2A | 5F | 5D | 21 | 5A | 4 |
| Octal | 23 | 13 | 1 | 0 | 52 | 137 | 135 | 41 | 132 | 4 |
| Binary | 10011 | 1011 | 1 | 0 | 101010 | 1011111 | 1011101 | 100001 | 1011010 | 100 |
Color Harmonies of #130B01
Complementary color
Monochromatic Colors of #130B01
Black with #130B01
Text Example
Text Example
White with #130B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B01; }
p { color: rgb(19,11,1); }
H1.HeaderClassName
{
color: #130B01;
}
.AnyTagClassName
{
color: #130B01;
}
</style>
background-color css
<style>
a { background-color: #130B01; }
a { background-color: rgb(19,11,1); }
div.DivClassName
{
background-color: #130B01;
}
.BgClassName
{
background-color: #130B01;
}
</style>
border-color css
<style>
span { border-color: #130B01; }
span { border-color: rgb(19,11,1); }
td.TdClassName
{
border-color: #130B01;
}
.TagClassName
{
border-color: #130B01;
}
</style>