Shades of Black #13100F
Tints of Black #13100F
RGB
CMYK
RGB Variations
Color information
#13100F (or 0x13100F) is known color: Black. HEX triplet: 13, 10 and 0F. RGB value is (19,16,15). Sum of RGB (Red+Green+Blue) = 19+16+15=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 16 (6.64% from 255 or 32% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 19 - color contains mainly: red. Hex color #13100F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13100F is #ECEFF0. Grayscale: #101010. Windows color (decimal): -15527921 or 987155. OLE color: 987155.
HSL color Cylindrical-coordinate representation of color #13100F: hue angle of 15º 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 #13100F is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 16 | 15 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.93 |
| HSL | 15º | 0.12% | 0.07% | - |
| HSV(B) | 15º | 0.21% | 0.07% | - |
| XYZ | 0.54 | 0.54 | 0.53 | - |
| YUV | 16.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 16 | 15 | 0 | 0.16 | 0.21 | 0.93 | 15 | 0.12 | 0.07 |
| Hex | 13 | 10 | F | 0 | 10 | 15 | 5D | F | C | 7 |
| Octal | 23 | 20 | 17 | 0 | 20 | 25 | 135 | 17 | 14 | 7 |
| Binary | 10011 | 10000 | 1111 | 0 | 10000 | 10101 | 1011101 | 1111 | 1100 | 111 |
Color Harmonies of #13100F
Complementary color
Monochromatic Colors of #13100F
Black with #13100F
Text Example
Text Example
White with #13100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13100F; }
p { color: rgb(19,16,15); }
H1.HeaderClassName
{
color: #13100F;
}
.AnyTagClassName
{
color: #13100F;
}
</style>
background-color css
<style>
a { background-color: #13100F; }
a { background-color: rgb(19,16,15); }
div.DivClassName
{
background-color: #13100F;
}
.BgClassName
{
background-color: #13100F;
}
</style>
border-color css
<style>
span { border-color: #13100F; }
span { border-color: rgb(19,16,15); }
td.TdClassName
{
border-color: #13100F;
}
.TagClassName
{
border-color: #13100F;
}
</style>