Shades of Black Pearl #131E22
Tints of Black Pearl #131E22
RGB
CMYK
RGB Variations
Color information
#131E22 (or 0x131E22) is known color: Black Pearl. HEX triplet: 13, 1E and 22. RGB value is (19,30,34). Sum of RGB (Red+Green+Blue) = 19+30+34=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 30 (12.11% from 255 or 36.14% from 83); Blue value is 34 (13.67% from 255 or 40.96% from 83); Max value from RGB is 34 - color contains mainly: blue. Hex color #131E22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E22 is #ECE1DD. Grayscale: #1B1B1B. Windows color (decimal): -15524318 or 2235923. OLE color: 2235923.
HSL color Cylindrical-coordinate representation of color #131E22: hue angle of 196º 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 #131E22 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 30 | 34 | - |
| CMYK | 0.44 | 0.12 | 0 | 0.87 |
| HSL | 196º | 0.28% | 0.1% | - |
| HSV(B) | 196º | 0.44% | 0.13% | - |
| XYZ | 1.02 | 1.18 | 1.69 | - |
| YUV | 27.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 34 | 0.44 | 0.12 | 0 | 0.87 | 196 | 0.28 | 0.1 |
| Hex | 13 | 1E | 22 | 2C | C | 0 | 57 | C4 | 1C | A |
| Octal | 23 | 36 | 42 | 54 | 14 | 0 | 127 | 304 | 34 | 12 |
| Binary | 10011 | 11110 | 100010 | 101100 | 1100 | 0 | 1010111 | 11000100 | 11100 | 1010 |
Color Harmonies of #131E22
Complementary color
Monochromatic Colors of #131E22
Black with #131E22
Text Example
Text Example
White with #131E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E22; }
p { color: rgb(19,30,34); }
H1.HeaderClassName
{
color: #131E22;
}
.AnyTagClassName
{
color: #131E22;
}
</style>
background-color css
<style>
a { background-color: #131E22; }
a { background-color: rgb(19,30,34); }
div.DivClassName
{
background-color: #131E22;
}
.BgClassName
{
background-color: #131E22;
}
</style>
border-color css
<style>
span { border-color: #131E22; }
span { border-color: rgb(19,30,34); }
td.TdClassName
{
border-color: #131E22;
}
.TagClassName
{
border-color: #131E22;
}
</style>