Shades of Black #130303
Tints of Black #130303
RGB
CMYK
RGB Variations
Color information
#130303 (or 0x130303) is known color: Black. HEX triplet: 13, 03 and 03. RGB value is (19,3,3). Sum of RGB (Red+Green+Blue) = 19+3+3=25 (3% of max value = 765). Red value is 19 (7.81% from 255 or 76% from 25); Green value is 3 (1.56% from 255 or 12% from 25); Blue value is 3 (1.56% from 255 or 12% from 25); Max value from RGB is 19 - color contains mainly: red. Hex color #130303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130303 is #ECFCFC. Grayscale: #070707. Windows color (decimal): -15531261 or 197395. OLE color: 197395.
HSL color Cylindrical-coordinate representation of color #130303: hue angle of 0º 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 #130303 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 3 | 3 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.93 |
| HSL | 0º | 0.73% | 0.04% | - |
| HSV(B) | 0º | 0.84% | 0.07% | - |
| XYZ | 0.32 | 0.21 | 0.11 | - |
| YUV | 7.78 | 125.3 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 3 | 0 | 0.84 | 0.84 | 0.93 | 0 | 0.73 | 0.04 |
| Hex | 13 | 3 | 3 | 0 | 54 | 54 | 5D | 0 | 49 | 4 |
| Octal | 23 | 3 | 3 | 0 | 124 | 124 | 135 | 0 | 111 | 4 |
| Binary | 10011 | 11 | 11 | 0 | 1010100 | 1010100 | 1011101 | 0 | 1001001 | 100 |
Color Harmonies of #130303
Complementary color
Monochromatic Colors of #130303
Black with #130303
Text Example
Text Example
White with #130303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130303; }
p { color: rgb(19,3,3); }
H1.HeaderClassName
{
color: #130303;
}
.AnyTagClassName
{
color: #130303;
}
</style>
background-color css
<style>
a { background-color: #130303; }
a { background-color: rgb(19,3,3); }
div.DivClassName
{
background-color: #130303;
}
.BgClassName
{
background-color: #130303;
}
</style>
border-color css
<style>
span { border-color: #130303; }
span { border-color: rgb(19,3,3); }
td.TdClassName
{
border-color: #130303;
}
.TagClassName
{
border-color: #130303;
}
</style>