Shades of Black #130C0B
Tints of Black #130C0B
RGB
CMYK
RGB Variations
Color information
#130C0B (or 0x130C0B) is known color: Black. HEX triplet: 13, 0C and 0B. RGB value is (19,12,11). Sum of RGB (Red+Green+Blue) = 19+12+11=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 12 (5.08% from 255 or 28.57% from 42); Blue value is 11 (4.69% from 255 or 26.19% from 42); Max value from RGB is 19 - color contains mainly: red. Hex color #130C0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C0B is #ECF3F4. Grayscale: #0D0D0D. Windows color (decimal): -15528949 or 723987. OLE color: 723987.
HSL color Cylindrical-coordinate representation of color #130C0B: hue angle of 7.5º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #130C0B is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 12 | 11 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.93 |
| HSL | 7.5º | 0.27% | 0.06% | - |
| HSV(B) | 7.5º | 0.42% | 0.07% | - |
| XYZ | 0.46 | 0.43 | 0.37 | - |
| YUV | 13.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 11 | 0 | 0.37 | 0.42 | 0.93 | 7.5 | 0.27 | 0.06 |
| Hex | 13 | C | B | 0 | 25 | 2A | 5D | 8 | 1B | 6 |
| Octal | 23 | 14 | 13 | 0 | 45 | 52 | 135 | 10 | 33 | 6 |
| Binary | 10011 | 1100 | 1011 | 0 | 100101 | 101010 | 1011101 | 1000 | 11011 | 110 |
Color Harmonies of #130C0B
Complementary color
Monochromatic Colors of #130C0B
Black with #130C0B
Text Example
Text Example
White with #130C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C0B; }
p { color: rgb(19,12,11); }
H1.HeaderClassName
{
color: #130C0B;
}
.AnyTagClassName
{
color: #130C0B;
}
</style>
background-color css
<style>
a { background-color: #130C0B; }
a { background-color: rgb(19,12,11); }
div.DivClassName
{
background-color: #130C0B;
}
.BgClassName
{
background-color: #130C0B;
}
</style>
border-color css
<style>
span { border-color: #130C0B; }
span { border-color: rgb(19,12,11); }
td.TdClassName
{
border-color: #130C0B;
}
.TagClassName
{
border-color: #130C0B;
}
</style>