Shades of Black #130806
Tints of Black #130806
RGB
CMYK
RGB Variations
Color information
#130806 (or 0x130806) is known color: Black. HEX triplet: 13, 08 and 06. RGB value is (19,8,6). Sum of RGB (Red+Green+Blue) = 19+8+6=33 (4% of max value = 765). Red value is 19 (7.81% from 255 or 57.58% from 33); Green value is 8 (3.52% from 255 or 24.24% from 33); Blue value is 6 (2.73% from 255 or 18.18% from 33); Max value from RGB is 19 - color contains mainly: red. Hex color #130806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130806 is #ECF7F9. Grayscale: #0B0B0B. Windows color (decimal): -15529978 or 395283. OLE color: 395283.
HSL color Cylindrical-coordinate representation of color #130806: hue angle of 9.23º 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 #130806 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 8 | 6 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.93 |
| HSL | 9.23º | 0.52% | 0.05% | - |
| HSV(B) | 9.23º | 0.68% | 0.07% | - |
| XYZ | 0.39 | 0.33 | 0.21 | - |
| YUV | 11.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 6 | 0 | 0.58 | 0.68 | 0.93 | 9.23 | 0.52 | 0.05 |
| Hex | 13 | 8 | 6 | 0 | 3A | 44 | 5D | 9 | 34 | 5 |
| Octal | 23 | 10 | 6 | 0 | 72 | 104 | 135 | 11 | 64 | 5 |
| Binary | 10011 | 1000 | 110 | 0 | 111010 | 1000100 | 1011101 | 1001 | 110100 | 101 |
Color Harmonies of #130806
Complementary color
Monochromatic Colors of #130806
Black with #130806
Text Example
Text Example
White with #130806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130806; }
p { color: rgb(19,8,6); }
H1.HeaderClassName
{
color: #130806;
}
.AnyTagClassName
{
color: #130806;
}
</style>
background-color css
<style>
a { background-color: #130806; }
a { background-color: rgb(19,8,6); }
div.DivClassName
{
background-color: #130806;
}
.BgClassName
{
background-color: #130806;
}
</style>
border-color css
<style>
span { border-color: #130806; }
span { border-color: rgb(19,8,6); }
td.TdClassName
{
border-color: #130806;
}
.TagClassName
{
border-color: #130806;
}
</style>