Shades of Black Pearl #131F21
Tints of Black Pearl #131F21
RGB
CMYK
RGB Variations
Color information
#131F21 (or 0x131F21) is known color: Black Pearl. HEX triplet: 13, 1F and 21. RGB value is (19,31,33). Sum of RGB (Red+Green+Blue) = 19+31+33=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 31 (12.5% from 255 or 37.35% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 33 - color contains mainly: blue. Hex color #131F21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F21 is #ECE0DE. Grayscale: #1B1B1B. Windows color (decimal): -15524063 or 2170643. OLE color: 2170643.
HSL color Cylindrical-coordinate representation of color #131F21: hue angle of 188.57º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #131F21 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 31 | 33 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.87 |
| HSL | 188.57º | 0.27% | 0.1% | - |
| HSV(B) | 188.57º | 0.42% | 0.13% | - |
| XYZ | 1.03 | 1.23 | 1.62 | - |
| YUV | 27.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 33 | 0.42 | 0.06 | 0 | 0.87 | 188.57 | 0.27 | 0.1 |
| Hex | 13 | 1F | 21 | 2A | 6 | 0 | 57 | BD | 1B | A |
| Octal | 23 | 37 | 41 | 52 | 6 | 0 | 127 | 275 | 33 | 12 |
| Binary | 10011 | 11111 | 100001 | 101010 | 110 | 0 | 1010111 | 10111101 | 11011 | 1010 |
Color Harmonies of #131F21
Complementary color
Monochromatic Colors of #131F21
Black with #131F21
Text Example
Text Example
White with #131F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F21; }
p { color: rgb(19,31,33); }
H1.HeaderClassName
{
color: #131F21;
}
.AnyTagClassName
{
color: #131F21;
}
</style>
background-color css
<style>
a { background-color: #131F21; }
a { background-color: rgb(19,31,33); }
div.DivClassName
{
background-color: #131F21;
}
.BgClassName
{
background-color: #131F21;
}
</style>
border-color css
<style>
span { border-color: #131F21; }
span { border-color: rgb(19,31,33); }
td.TdClassName
{
border-color: #131F21;
}
.TagClassName
{
border-color: #131F21;
}
</style>