Shades of Black #130E0C
Tints of Black #130E0C
RGB
CMYK
RGB Variations
Color information
#130E0C (or 0x130E0C) is known color: Black. HEX triplet: 13, 0E and 0C. RGB value is (19,14,12). Sum of RGB (Red+Green+Blue) = 19+14+12=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 19 - color contains mainly: red. Hex color #130E0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E0C is #ECF1F3. Grayscale: #0F0F0F. Windows color (decimal): -15528436 or 790035. OLE color: 790035.
HSL color Cylindrical-coordinate representation of color #130E0C: hue angle of 17.14º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #130E0C is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 14 | 12 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.93 |
| HSL | 17.14º | 0.23% | 0.06% | - |
| HSV(B) | 17.14º | 0.37% | 0.07% | - |
| XYZ | 0.49 | 0.48 | 0.41 | - |
| YUV | 15.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 12 | 0 | 0.26 | 0.37 | 0.93 | 17.14 | 0.23 | 0.06 |
| Hex | 13 | E | C | 0 | 1A | 25 | 5D | 11 | 17 | 6 |
| Octal | 23 | 16 | 14 | 0 | 32 | 45 | 135 | 21 | 27 | 6 |
| Binary | 10011 | 1110 | 1100 | 0 | 11010 | 100101 | 1011101 | 10001 | 10111 | 110 |
Color Harmonies of #130E0C
Complementary color
Monochromatic Colors of #130E0C
Black with #130E0C
Text Example
Text Example
White with #130E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E0C; }
p { color: rgb(19,14,12); }
H1.HeaderClassName
{
color: #130E0C;
}
.AnyTagClassName
{
color: #130E0C;
}
</style>
background-color css
<style>
a { background-color: #130E0C; }
a { background-color: rgb(19,14,12); }
div.DivClassName
{
background-color: #130E0C;
}
.BgClassName
{
background-color: #130E0C;
}
</style>
border-color css
<style>
span { border-color: #130E0C; }
span { border-color: rgb(19,14,12); }
td.TdClassName
{
border-color: #130E0C;
}
.TagClassName
{
border-color: #130E0C;
}
</style>