Shades of Black Pearl #131F22
Tints of Black Pearl #131F22
RGB
CMYK
RGB Variations
Color information
#131F22 (or 0x131F22) is known color: Black Pearl. HEX triplet: 13, 1F and 22. RGB value is (19,31,34). Sum of RGB (Red+Green+Blue) = 19+31+34=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 34 (13.67% from 255 or 40.48% from 84); Max value from RGB is 34 - color contains mainly: blue. Hex color #131F22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F22 is #ECE0DD. Grayscale: #1B1B1B. Windows color (decimal): -15524062 or 2236179. OLE color: 2236179.
HSL color Cylindrical-coordinate representation of color #131F22: hue angle of 192º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #131F22 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 31 | 34 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.87 |
| HSL | 192º | 0.28% | 0.1% | - |
| HSV(B) | 192º | 0.44% | 0.13% | - |
| XYZ | 1.05 | 1.23 | 1.7 | - |
| YUV | 27.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 34 | 0.44 | 0.09 | 0 | 0.87 | 192 | 0.28 | 0.1 |
| Hex | 13 | 1F | 22 | 2C | 9 | 0 | 57 | C0 | 1C | A |
| Octal | 23 | 37 | 42 | 54 | 11 | 0 | 127 | 300 | 34 | 12 |
| Binary | 10011 | 11111 | 100010 | 101100 | 1001 | 0 | 1010111 | 11000000 | 11100 | 1010 |
Color Harmonies of #131F22
Complementary color
Monochromatic Colors of #131F22
Black with #131F22
Text Example
Text Example
White with #131F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F22; }
p { color: rgb(19,31,34); }
H1.HeaderClassName
{
color: #131F22;
}
.AnyTagClassName
{
color: #131F22;
}
</style>
background-color css
<style>
a { background-color: #131F22; }
a { background-color: rgb(19,31,34); }
div.DivClassName
{
background-color: #131F22;
}
.BgClassName
{
background-color: #131F22;
}
</style>
border-color css
<style>
span { border-color: #131F22; }
span { border-color: rgb(19,31,34); }
td.TdClassName
{
border-color: #131F22;
}
.TagClassName
{
border-color: #131F22;
}
</style>