Shades of Black Pearl #131E20
Tints of Black Pearl #131E20
RGB
CMYK
RGB Variations
Color information
#131E20 (or 0x131E20) is known color: Black Pearl. HEX triplet: 13, 1E and 20. RGB value is (19,30,32). Sum of RGB (Red+Green+Blue) = 19+30+32=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 30 (12.11% from 255 or 37.04% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 32 - color contains mainly: blue. Hex color #131E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E20 is #ECE1DF. Grayscale: #1A1A1A. Windows color (decimal): -15524320 or 2104851. OLE color: 2104851.
HSL color Cylindrical-coordinate representation of color #131E20: hue angle of 189.23º 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 #131E20 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 30 | 32 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.87 |
| HSL | 189.23º | 0.25% | 0.1% | - |
| HSV(B) | 189.23º | 0.41% | 0.13% | - |
| XYZ | 0.99 | 1.17 | 1.54 | - |
| YUV | 26.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 32 | 0.41 | 0.06 | 0 | 0.87 | 189.23 | 0.25 | 0.1 |
| Hex | 13 | 1E | 20 | 29 | 6 | 0 | 57 | BD | 19 | A |
| Octal | 23 | 36 | 40 | 51 | 6 | 0 | 127 | 275 | 31 | 12 |
| Binary | 10011 | 11110 | 100000 | 101001 | 110 | 0 | 1010111 | 10111101 | 11001 | 1010 |
Color Harmonies of #131E20
Complementary color
Monochromatic Colors of #131E20
Black with #131E20
Text Example
Text Example
White with #131E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E20; }
p { color: rgb(19,30,32); }
H1.HeaderClassName
{
color: #131E20;
}
.AnyTagClassName
{
color: #131E20;
}
</style>
background-color css
<style>
a { background-color: #131E20; }
a { background-color: rgb(19,30,32); }
div.DivClassName
{
background-color: #131E20;
}
.BgClassName
{
background-color: #131E20;
}
</style>
border-color css
<style>
span { border-color: #131E20; }
span { border-color: rgb(19,30,32); }
td.TdClassName
{
border-color: #131E20;
}
.TagClassName
{
border-color: #131E20;
}
</style>