Shades of Black #130C07
Tints of Black #130C07
RGB
CMYK
RGB Variations
Color information
#130C07 (or 0x130C07) is known color: Black. HEX triplet: 13, 0C and 07. RGB value is (19,12,7). Sum of RGB (Red+Green+Blue) = 19+12+7=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 12 (5.08% from 255 or 31.58% from 38); Blue value is 7 (3.12% from 255 or 18.42% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #130C07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C07 is #ECF3F8. Grayscale: #0D0D0D. Windows color (decimal): -15528953 or 461843. OLE color: 461843.
HSL color Cylindrical-coordinate representation of color #130C07: hue angle of 25º 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 #130C07 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 12 | 7 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.93 |
| HSL | 25º | 0.46% | 0.05% | - |
| HSV(B) | 25º | 0.63% | 0.07% | - |
| XYZ | 0.44 | 0.42 | 0.26 | - |
| YUV | 13.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 7 | 0 | 0.37 | 0.63 | 0.93 | 25 | 0.46 | 0.05 |
| Hex | 13 | C | 7 | 0 | 25 | 3F | 5D | 19 | 2E | 5 |
| Octal | 23 | 14 | 7 | 0 | 45 | 77 | 135 | 31 | 56 | 5 |
| Binary | 10011 | 1100 | 111 | 0 | 100101 | 111111 | 1011101 | 11001 | 101110 | 101 |
Color Harmonies of #130C07
Complementary color
Monochromatic Colors of #130C07
Black with #130C07
Text Example
Text Example
White with #130C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C07; }
p { color: rgb(19,12,7); }
H1.HeaderClassName
{
color: #130C07;
}
.AnyTagClassName
{
color: #130C07;
}
</style>
background-color css
<style>
a { background-color: #130C07; }
a { background-color: rgb(19,12,7); }
div.DivClassName
{
background-color: #130C07;
}
.BgClassName
{
background-color: #130C07;
}
</style>
border-color css
<style>
span { border-color: #130C07; }
span { border-color: rgb(19,12,7); }
td.TdClassName
{
border-color: #130C07;
}
.TagClassName
{
border-color: #130C07;
}
</style>