Shades of Black Pearl #131D22
Tints of Black Pearl #131D22
RGB
CMYK
RGB Variations
Color information
#131D22 (or 0x131D22) is known color: Black Pearl. HEX triplet: 13, 1D and 22. RGB value is (19,29,34). Sum of RGB (Red+Green+Blue) = 19+29+34=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 34 (13.67% from 255 or 41.46% from 82); Max value from RGB is 34 - color contains mainly: blue. Hex color #131D22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D22 is #ECE2DD. Grayscale: #1A1A1A. Windows color (decimal): -15524574 or 2235667. OLE color: 2235667.
HSL color Cylindrical-coordinate representation of color #131D22: hue angle of 200º 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 #131D22 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 29 | 34 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.87 |
| HSL | 200º | 0.28% | 0.1% | - |
| HSV(B) | 200º | 0.44% | 0.13% | - |
| XYZ | 1 | 1.13 | 1.68 | - |
| YUV | 26.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 34 | 0.44 | 0.15 | 0 | 0.87 | 200 | 0.28 | 0.1 |
| Hex | 13 | 1D | 22 | 2C | F | 0 | 57 | C8 | 1C | A |
| Octal | 23 | 35 | 42 | 54 | 17 | 0 | 127 | 310 | 34 | 12 |
| Binary | 10011 | 11101 | 100010 | 101100 | 1111 | 0 | 1010111 | 11001000 | 11100 | 1010 |
Color Harmonies of #131D22
Complementary color
Monochromatic Colors of #131D22
Black with #131D22
Text Example
Text Example
White with #131D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D22; }
p { color: rgb(19,29,34); }
H1.HeaderClassName
{
color: #131D22;
}
.AnyTagClassName
{
color: #131D22;
}
</style>
background-color css
<style>
a { background-color: #131D22; }
a { background-color: rgb(19,29,34); }
div.DivClassName
{
background-color: #131D22;
}
.BgClassName
{
background-color: #131D22;
}
</style>
border-color css
<style>
span { border-color: #131D22; }
span { border-color: rgb(19,29,34); }
td.TdClassName
{
border-color: #131D22;
}
.TagClassName
{
border-color: #131D22;
}
</style>