Shades of Black #130B07
Tints of Black #130B07
RGB
CMYK
RGB Variations
Color information
#130B07 (or 0x130B07) is known color: Black. HEX triplet: 13, 0B and 07. RGB value is (19,11,7). Sum of RGB (Red+Green+Blue) = 19+11+7=37 (4% of max value = 765). Red value is 19 (7.81% from 255 or 51.35% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 7 (3.12% from 255 or 18.92% from 37); Max value from RGB is 19 - color contains mainly: red. Hex color #130B07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B07 is #ECF4F8. Grayscale: #0C0C0C. Windows color (decimal): -15529209 or 461587. OLE color: 461587.
HSL color Cylindrical-coordinate representation of color #130B07: hue angle of 20º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #130B07 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 11 | 7 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.93 |
| HSL | 20º | 0.46% | 0.05% | - |
| HSV(B) | 20º | 0.63% | 0.07% | - |
| XYZ | 0.43 | 0.39 | 0.25 | - |
| YUV | 12.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 7 | 0 | 0.42 | 0.63 | 0.93 | 20 | 0.46 | 0.05 |
| Hex | 13 | B | 7 | 0 | 2A | 3F | 5D | 14 | 2E | 5 |
| Octal | 23 | 13 | 7 | 0 | 52 | 77 | 135 | 24 | 56 | 5 |
| Binary | 10011 | 1011 | 111 | 0 | 101010 | 111111 | 1011101 | 10100 | 101110 | 101 |
Color Harmonies of #130B07
Complementary color
Monochromatic Colors of #130B07
Black with #130B07
Text Example
Text Example
White with #130B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B07; }
p { color: rgb(19,11,7); }
H1.HeaderClassName
{
color: #130B07;
}
.AnyTagClassName
{
color: #130B07;
}
</style>
background-color css
<style>
a { background-color: #130B07; }
a { background-color: rgb(19,11,7); }
div.DivClassName
{
background-color: #130B07;
}
.BgClassName
{
background-color: #130B07;
}
</style>
border-color css
<style>
span { border-color: #130B07; }
span { border-color: rgb(19,11,7); }
td.TdClassName
{
border-color: #130B07;
}
.TagClassName
{
border-color: #130B07;
}
</style>