Shades of Black #130A07
Tints of Black #130A07
RGB
CMYK
RGB Variations
Color information
#130A07 (or 0x130A07) is known color: Black. HEX triplet: 13, 0A and 07. RGB value is (19,10,7). Sum of RGB (Red+Green+Blue) = 19+10+7=36 (4% of max value = 765). Red value is 19 (7.81% from 255 or 52.78% from 36); Green value is 10 (4.30% from 255 or 27.78% from 36); Blue value is 7 (3.12% from 255 or 19.44% from 36); Max value from RGB is 19 - color contains mainly: red. Hex color #130A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A07 is #ECF5F8. Grayscale: #0C0C0C. Windows color (decimal): -15529465 or 461331. OLE color: 461331.
HSL color Cylindrical-coordinate representation of color #130A07: hue angle of 15º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #130A07 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 10 | 7 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.93 |
| HSL | 15º | 0.46% | 0.05% | - |
| HSV(B) | 15º | 0.63% | 0.07% | - |
| XYZ | 0.42 | 0.37 | 0.25 | - |
| YUV | 12.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 7 | 0 | 0.47 | 0.63 | 0.93 | 15 | 0.46 | 0.05 |
| Hex | 13 | A | 7 | 0 | 2F | 3F | 5D | F | 2E | 5 |
| Octal | 23 | 12 | 7 | 0 | 57 | 77 | 135 | 17 | 56 | 5 |
| Binary | 10011 | 1010 | 111 | 0 | 101111 | 111111 | 1011101 | 1111 | 101110 | 101 |
Color Harmonies of #130A07
Complementary color
Monochromatic Colors of #130A07
Black with #130A07
Text Example
Text Example
White with #130A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130A07; }
p { color: rgb(19,10,7); }
H1.HeaderClassName
{
color: #130A07;
}
.AnyTagClassName
{
color: #130A07;
}
</style>
background-color css
<style>
a { background-color: #130A07; }
a { background-color: rgb(19,10,7); }
div.DivClassName
{
background-color: #130A07;
}
.BgClassName
{
background-color: #130A07;
}
</style>
border-color css
<style>
span { border-color: #130A07; }
span { border-color: rgb(19,10,7); }
td.TdClassName
{
border-color: #130A07;
}
.TagClassName
{
border-color: #130A07;
}
</style>