Shades of Black Pearl #13181E
Tints of Black Pearl #13181E
RGB
CMYK
RGB Variations
Color information
#13181E (or 0x13181E) is known color: Black Pearl. HEX triplet: 13, 18 and 1E. RGB value is (19,24,30). Sum of RGB (Red+Green+Blue) = 19+24+30=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 24 (9.77% from 255 or 32.88% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 30 - color contains mainly: blue. Hex color #13181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13181E is #ECE7E1. Grayscale: #171717. Windows color (decimal): -15525858 or 1972243. OLE color: 1972243.
HSL color Cylindrical-coordinate representation of color #13181E: hue angle of 212.73º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #13181E is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 24 | 30 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.88 |
| HSL | 212.73º | 0.22% | 0.1% | - |
| HSV(B) | 212.73º | 0.37% | 0.12% | - |
| XYZ | 0.83 | 0.89 | 1.36 | - |
| YUV | 23.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 30 | 0.37 | 0.20 | 0 | 0.88 | 212.73 | 0.22 | 0.1 |
| Hex | 13 | 18 | 1E | 25 | 14 | 0 | 58 | D5 | 16 | A |
| Octal | 23 | 30 | 36 | 45 | 24 | 0 | 130 | 325 | 26 | 12 |
| Binary | 10011 | 11000 | 11110 | 100101 | 10100 | 0 | 1011000 | 11010101 | 10110 | 1010 |
Color Harmonies of #13181E
Complementary color
Monochromatic Colors of #13181E
Black with #13181E
Text Example
Text Example
White with #13181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13181E; }
p { color: rgb(19,24,30); }
H1.HeaderClassName
{
color: #13181E;
}
.AnyTagClassName
{
color: #13181E;
}
</style>
background-color css
<style>
a { background-color: #13181E; }
a { background-color: rgb(19,24,30); }
div.DivClassName
{
background-color: #13181E;
}
.BgClassName
{
background-color: #13181E;
}
</style>
border-color css
<style>
span { border-color: #13181E; }
span { border-color: rgb(19,24,30); }
td.TdClassName
{
border-color: #13181E;
}
.TagClassName
{
border-color: #13181E;
}
</style>