Shades of Black Pearl #131619
Tints of Black Pearl #131619
RGB
CMYK
RGB Variations
Color information
#131619 (or 0x131619) is known color: Black Pearl. HEX triplet: 13, 16 and 19. RGB value is (19,22,25). Sum of RGB (Red+Green+Blue) = 19+22+25=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 22 (8.98% from 255 or 33.33% from 66); Blue value is 25 (10.16% from 255 or 37.88% from 66); Max value from RGB is 25 - color contains mainly: blue. Hex color #131619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131619 is #ECE9E6. Grayscale: #151515. Windows color (decimal): -15526375 or 1644051. OLE color: 1644051.
HSL color Cylindrical-coordinate representation of color #131619: hue angle of 210º degrees, saturation: 0.14, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #131619 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 22 | 25 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.90 |
| HSL | 210º | 0.14% | 0.09% | - |
| HSV(B) | 210º | 0.24% | 0.1% | - |
| XYZ | 0.73 | 0.78 | 1.03 | - |
| YUV | 21.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 25 | 0.24 | 0.12 | 0 | 0.90 | 210 | 0.14 | 0.09 |
| Hex | 13 | 16 | 19 | 18 | C | 0 | 5A | D2 | E | 9 |
| Octal | 23 | 26 | 31 | 30 | 14 | 0 | 132 | 322 | 16 | 11 |
| Binary | 10011 | 10110 | 11001 | 11000 | 1100 | 0 | 1011010 | 11010010 | 1110 | 1001 |
Color Harmonies of #131619
Complementary color
Monochromatic Colors of #131619
Black with #131619
Text Example
Text Example
White with #131619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131619; }
p { color: rgb(19,22,25); }
H1.HeaderClassName
{
color: #131619;
}
.AnyTagClassName
{
color: #131619;
}
</style>
background-color css
<style>
a { background-color: #131619; }
a { background-color: rgb(19,22,25); }
div.DivClassName
{
background-color: #131619;
}
.BgClassName
{
background-color: #131619;
}
</style>
border-color css
<style>
span { border-color: #131619; }
span { border-color: rgb(19,22,25); }
td.TdClassName
{
border-color: #131619;
}
.TagClassName
{
border-color: #131619;
}
</style>