Shades of Black #130905
Tints of Black #130905
RGB
CMYK
RGB Variations
Color information
#130905 (or 0x130905) is known color: Black. HEX triplet: 13, 09 and 05. RGB value is (19,9,5). Sum of RGB (Red+Green+Blue) = 19+9+5=33 (4% of max value = 765). Red value is 19 (7.81% from 255 or 57.58% from 33); Green value is 9 (3.91% from 255 or 27.27% from 33); Blue value is 5 (2.34% from 255 or 15.15% from 33); Max value from RGB is 19 - color contains mainly: red. Hex color #130905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130905 is #ECF6FA. Grayscale: #0B0B0B. Windows color (decimal): -15529723 or 330003. OLE color: 330003.
HSL color Cylindrical-coordinate representation of color #130905: hue angle of 17.14º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #130905 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 9 | 5 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.93 |
| HSL | 17.14º | 0.58% | 0.05% | - |
| HSV(B) | 17.14º | 0.74% | 0.07% | - |
| XYZ | 0.39 | 0.34 | 0.19 | - |
| YUV | 11.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 9 | 5 | 0 | 0.53 | 0.74 | 0.93 | 17.14 | 0.58 | 0.05 |
| Hex | 13 | 9 | 5 | 0 | 35 | 4A | 5D | 11 | 3A | 5 |
| Octal | 23 | 11 | 5 | 0 | 65 | 112 | 135 | 21 | 72 | 5 |
| Binary | 10011 | 1001 | 101 | 0 | 110101 | 1001010 | 1011101 | 10001 | 111010 | 101 |
Color Harmonies of #130905
Complementary color
Monochromatic Colors of #130905
Black with #130905
Text Example
Text Example
White with #130905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130905; }
p { color: rgb(19,9,5); }
H1.HeaderClassName
{
color: #130905;
}
.AnyTagClassName
{
color: #130905;
}
</style>
background-color css
<style>
a { background-color: #130905; }
a { background-color: rgb(19,9,5); }
div.DivClassName
{
background-color: #130905;
}
.BgClassName
{
background-color: #130905;
}
</style>
border-color css
<style>
span { border-color: #130905; }
span { border-color: rgb(19,9,5); }
td.TdClassName
{
border-color: #130905;
}
.TagClassName
{
border-color: #130905;
}
</style>