Shades of Black #130A09
Tints of Black #130A09
RGB
CMYK
RGB Variations
Color information
#130A09 (or 0x130A09) is known color: Black. HEX triplet: 13, 0A and 09. RGB value is (19,10,9). Sum of RGB (Red+Green+Blue) = 19+10+9=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 10 (4.30% from 255 or 26.32% from 38); Blue value is 9 (3.91% from 255 or 23.68% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #130A09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A09 is #ECF5F6. Grayscale: #0C0C0C. Windows color (decimal): -15529463 or 592403. OLE color: 592403.
HSL color Cylindrical-coordinate representation of color #130A09: hue angle of 6º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #130A09 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 10 | 9 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.93 |
| HSL | 6º | 0.36% | 0.05% | - |
| HSV(B) | 6º | 0.53% | 0.07% | - |
| XYZ | 0.43 | 0.38 | 0.31 | - |
| YUV | 12.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 9 | 0 | 0.47 | 0.53 | 0.93 | 6 | 0.36 | 0.05 |
| Hex | 13 | A | 9 | 0 | 2F | 35 | 5D | 6 | 24 | 5 |
| Octal | 23 | 12 | 11 | 0 | 57 | 65 | 135 | 6 | 44 | 5 |
| Binary | 10011 | 1010 | 1001 | 0 | 101111 | 110101 | 1011101 | 110 | 100100 | 101 |
Color Harmonies of #130A09
Complementary color
Monochromatic Colors of #130A09
Black with #130A09
Text Example
Text Example
White with #130A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130A09; }
p { color: rgb(19,10,9); }
H1.HeaderClassName
{
color: #130A09;
}
.AnyTagClassName
{
color: #130A09;
}
</style>
background-color css
<style>
a { background-color: #130A09; }
a { background-color: rgb(19,10,9); }
div.DivClassName
{
background-color: #130A09;
}
.BgClassName
{
background-color: #130A09;
}
</style>
border-color css
<style>
span { border-color: #130A09; }
span { border-color: rgb(19,10,9); }
td.TdClassName
{
border-color: #130A09;
}
.TagClassName
{
border-color: #130A09;
}
</style>