Shades of Black #130803
Tints of Black #130803
RGB
CMYK
RGB Variations
Color information
#130803 (or 0x130803) is known color: Black. HEX triplet: 13, 08 and 03. RGB value is (19,8,3). Sum of RGB (Red+Green+Blue) = 19+8+3=30 (3% of max value = 765). Red value is 19 (7.81% from 255 or 63.33% from 30); Green value is 8 (3.52% from 255 or 26.67% from 30); Blue value is 3 (1.56% from 255 or 10% from 30); Max value from RGB is 19 - color contains mainly: red. Hex color #130803 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130803 is #ECF7FC. Grayscale: #0A0A0A. Windows color (decimal): -15529981 or 198675. OLE color: 198675.
HSL color Cylindrical-coordinate representation of color #130803: hue angle of 18.75º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #130803 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 8 | 3 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.93 |
| HSL | 18.75º | 0.73% | 0.04% | - |
| HSV(B) | 18.75º | 0.84% | 0.07% | - |
| XYZ | 0.37 | 0.32 | 0.13 | - |
| YUV | 10.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 3 | 0 | 0.58 | 0.84 | 0.93 | 18.75 | 0.73 | 0.04 |
| Hex | 13 | 8 | 3 | 0 | 3A | 54 | 5D | 13 | 49 | 4 |
| Octal | 23 | 10 | 3 | 0 | 72 | 124 | 135 | 23 | 111 | 4 |
| Binary | 10011 | 1000 | 11 | 0 | 111010 | 1010100 | 1011101 | 10011 | 1001001 | 100 |
Color Harmonies of #130803
Complementary color
Monochromatic Colors of #130803
Black with #130803
Text Example
Text Example
White with #130803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130803; }
p { color: rgb(19,8,3); }
H1.HeaderClassName
{
color: #130803;
}
.AnyTagClassName
{
color: #130803;
}
</style>
background-color css
<style>
a { background-color: #130803; }
a { background-color: rgb(19,8,3); }
div.DivClassName
{
background-color: #130803;
}
.BgClassName
{
background-color: #130803;
}
</style>
border-color css
<style>
span { border-color: #130803; }
span { border-color: rgb(19,8,3); }
td.TdClassName
{
border-color: #130803;
}
.TagClassName
{
border-color: #130803;
}
</style>