Shades of Black #130B06
Tints of Black #130B06
RGB
CMYK
RGB Variations
Color information
#130B06 (or 0x130B06) is known color: Black. HEX triplet: 13, 0B and 06. RGB value is (19,11,6). Sum of RGB (Red+Green+Blue) = 19+11+6=36 (4% of max value = 765). Red value is 19 (7.81% from 255 or 52.78% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 6 (2.73% from 255 or 16.67% from 36); Max value from RGB is 19 - color contains mainly: red. Hex color #130B06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B06 is #ECF4F9. Grayscale: #0C0C0C. Windows color (decimal): -15529210 or 396051. OLE color: 396051.
HSL color Cylindrical-coordinate representation of color #130B06: hue angle of 23.08º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #130B06 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 11 | 6 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.93 |
| HSL | 23.08º | 0.52% | 0.05% | - |
| HSV(B) | 23.08º | 0.68% | 0.07% | - |
| XYZ | 0.42 | 0.39 | 0.23 | - |
| YUV | 12.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 6 | 0 | 0.42 | 0.68 | 0.93 | 23.08 | 0.52 | 0.05 |
| Hex | 13 | B | 6 | 0 | 2A | 44 | 5D | 17 | 34 | 5 |
| Octal | 23 | 13 | 6 | 0 | 52 | 104 | 135 | 27 | 64 | 5 |
| Binary | 10011 | 1011 | 110 | 0 | 101010 | 1000100 | 1011101 | 10111 | 110100 | 101 |
Color Harmonies of #130B06
Complementary color
Monochromatic Colors of #130B06
Black with #130B06
Text Example
Text Example
White with #130B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B06; }
p { color: rgb(19,11,6); }
H1.HeaderClassName
{
color: #130B06;
}
.AnyTagClassName
{
color: #130B06;
}
</style>
background-color css
<style>
a { background-color: #130B06; }
a { background-color: rgb(19,11,6); }
div.DivClassName
{
background-color: #130B06;
}
.BgClassName
{
background-color: #130B06;
}
</style>
border-color css
<style>
span { border-color: #130B06; }
span { border-color: rgb(19,11,6); }
td.TdClassName
{
border-color: #130B06;
}
.TagClassName
{
border-color: #130B06;
}
</style>