Shades of Black #130A08
Tints of Black #130A08
RGB
CMYK
RGB Variations
Color information
#130A08 (or 0x130A08) is known color: Black. HEX triplet: 13, 0A and 08. RGB value is (19,10,8). Sum of RGB (Red+Green+Blue) = 19+10+8=37 (4% of max value = 765). Red value is 19 (7.81% from 255 or 51.35% from 37); Green value is 10 (4.30% from 255 or 27.03% from 37); Blue value is 8 (3.52% from 255 or 21.62% from 37); Max value from RGB is 19 - color contains mainly: red. Hex color #130A08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A08 is #ECF5F7. Grayscale: #0C0C0C. Windows color (decimal): -15529464 or 526867. OLE color: 526867.
HSL color Cylindrical-coordinate representation of color #130A08: hue angle of 10.91º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #130A08 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 10 | 8 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.93 |
| HSL | 10.91º | 0.41% | 0.05% | - |
| HSV(B) | 10.91º | 0.58% | 0.07% | - |
| XYZ | 0.42 | 0.37 | 0.28 | - |
| YUV | 12.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 8 | 0 | 0.47 | 0.58 | 0.93 | 10.91 | 0.41 | 0.05 |
| Hex | 13 | A | 8 | 0 | 2F | 3A | 5D | B | 29 | 5 |
| Octal | 23 | 12 | 10 | 0 | 57 | 72 | 135 | 13 | 51 | 5 |
| Binary | 10011 | 1010 | 1000 | 0 | 101111 | 111010 | 1011101 | 1011 | 101001 | 101 |
Color Harmonies of #130A08
Complementary color
Monochromatic Colors of #130A08
Black with #130A08
Text Example
Text Example
White with #130A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130A08; }
p { color: rgb(19,10,8); }
H1.HeaderClassName
{
color: #130A08;
}
.AnyTagClassName
{
color: #130A08;
}
</style>
background-color css
<style>
a { background-color: #130A08; }
a { background-color: rgb(19,10,8); }
div.DivClassName
{
background-color: #130A08;
}
.BgClassName
{
background-color: #130A08;
}
</style>
border-color css
<style>
span { border-color: #130A08; }
span { border-color: rgb(19,10,8); }
td.TdClassName
{
border-color: #130A08;
}
.TagClassName
{
border-color: #130A08;
}
</style>