Shades of Black #130F0F
Tints of Black #130F0F
RGB
CMYK
RGB Variations
Color information
#130F0F (or 0x130F0F) is known color: Black. HEX triplet: 13, 0F and 0F. RGB value is (19,15,15). Sum of RGB (Red+Green+Blue) = 19+15+15=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 15 (6.25% from 255 or 30.61% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 19 - color contains mainly: red. Hex color #130F0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F0F is #ECF0F0. Grayscale: #101010. Windows color (decimal): -15528177 or 986899. OLE color: 986899.
HSL color Cylindrical-coordinate representation of color #130F0F: hue angle of 0º degrees, saturation: 0.12, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #130F0F is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 15 | 15 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.93 |
| HSL | 0º | 0.12% | 0.07% | - |
| HSV(B) | 0º | 0.21% | 0.07% | - |
| XYZ | 0.53 | 0.51 | 0.52 | - |
| YUV | 16.2 | 127.33 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 15 | 0 | 0.21 | 0.21 | 0.93 | 0 | 0.12 | 0.07 |
| Hex | 13 | F | F | 0 | 15 | 15 | 5D | 0 | C | 7 |
| Octal | 23 | 17 | 17 | 0 | 25 | 25 | 135 | 0 | 14 | 7 |
| Binary | 10011 | 1111 | 1111 | 0 | 10101 | 10101 | 1011101 | 0 | 1100 | 111 |
Color Harmonies of #130F0F
Complementary color
Monochromatic Colors of #130F0F
Black with #130F0F
Text Example
Text Example
White with #130F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130F0F; }
p { color: rgb(19,15,15); }
H1.HeaderClassName
{
color: #130F0F;
}
.AnyTagClassName
{
color: #130F0F;
}
</style>
background-color css
<style>
a { background-color: #130F0F; }
a { background-color: rgb(19,15,15); }
div.DivClassName
{
background-color: #130F0F;
}
.BgClassName
{
background-color: #130F0F;
}
</style>
border-color css
<style>
span { border-color: #130F0F; }
span { border-color: rgb(19,15,15); }
td.TdClassName
{
border-color: #130F0F;
}
.TagClassName
{
border-color: #130F0F;
}
</style>