Shades of Black Pearl #131920
Tints of Black Pearl #131920
RGB
CMYK
RGB Variations
Color information
#131920 (or 0x131920) is known color: Black Pearl. HEX triplet: 13, 19 and 20. RGB value is (19,25,32). Sum of RGB (Red+Green+Blue) = 19+25+32=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 32 (12.89% from 255 or 42.11% from 76); Max value from RGB is 32 - color contains mainly: blue. Hex color #131920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131920 is #ECE6DF. Grayscale: #171717. Windows color (decimal): -15525600 or 2103571. OLE color: 2103571.
HSL color Cylindrical-coordinate representation of color #131920: hue angle of 212.31º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #131920 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 25 | 32 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.87 |
| HSL | 212.31º | 0.25% | 0.1% | - |
| HSV(B) | 212.31º | 0.41% | 0.13% | - |
| XYZ | 0.88 | 0.94 | 1.5 | - |
| YUV | 24 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 32 | 0.41 | 0.22 | 0 | 0.87 | 212.31 | 0.25 | 0.1 |
| Hex | 13 | 19 | 20 | 29 | 16 | 0 | 57 | D4 | 19 | A |
| Octal | 23 | 31 | 40 | 51 | 26 | 0 | 127 | 324 | 31 | 12 |
| Binary | 10011 | 11001 | 100000 | 101001 | 10110 | 0 | 1010111 | 11010100 | 11001 | 1010 |
Color Harmonies of #131920
Complementary color
Monochromatic Colors of #131920
Black with #131920
Text Example
Text Example
White with #131920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131920; }
p { color: rgb(19,25,32); }
H1.HeaderClassName
{
color: #131920;
}
.AnyTagClassName
{
color: #131920;
}
</style>
background-color css
<style>
a { background-color: #131920; }
a { background-color: rgb(19,25,32); }
div.DivClassName
{
background-color: #131920;
}
.BgClassName
{
background-color: #131920;
}
</style>
border-color css
<style>
span { border-color: #131920; }
span { border-color: rgb(19,25,32); }
td.TdClassName
{
border-color: #131920;
}
.TagClassName
{
border-color: #131920;
}
</style>