Shades of Black Pearl #131D1E
Tints of Black Pearl #131D1E
RGB
CMYK
RGB Variations
Color information
#131D1E (or 0x131D1E) is known color: Black Pearl. HEX triplet: 13, 1D and 1E. RGB value is (19,29,30). Sum of RGB (Red+Green+Blue) = 19+29+30=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 30 - color contains mainly: blue. Hex color #131D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D1E is #ECE2E1. Grayscale: #1A1A1A. Windows color (decimal): -15524578 or 1973523. OLE color: 1973523.
HSL color Cylindrical-coordinate representation of color #131D1E: hue angle of 185.45º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #131D1E is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 29 | 30 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.88 |
| HSL | 185.45º | 0.22% | 0.1% | - |
| HSV(B) | 185.45º | 0.37% | 0.12% | - |
| XYZ | 0.94 | 1.11 | 1.39 | - |
| YUV | 26.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 30 | 0.37 | 0.03 | 0 | 0.88 | 185.45 | 0.22 | 0.1 |
| Hex | 13 | 1D | 1E | 25 | 3 | 0 | 58 | B9 | 16 | A |
| Octal | 23 | 35 | 36 | 45 | 3 | 0 | 130 | 271 | 26 | 12 |
| Binary | 10011 | 11101 | 11110 | 100101 | 11 | 0 | 1011000 | 10111001 | 10110 | 1010 |
Color Harmonies of #131D1E
Complementary color
Monochromatic Colors of #131D1E
Black with #131D1E
Text Example
Text Example
White with #131D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D1E; }
p { color: rgb(19,29,30); }
H1.HeaderClassName
{
color: #131D1E;
}
.AnyTagClassName
{
color: #131D1E;
}
</style>
background-color css
<style>
a { background-color: #131D1E; }
a { background-color: rgb(19,29,30); }
div.DivClassName
{
background-color: #131D1E;
}
.BgClassName
{
background-color: #131D1E;
}
</style>
border-color css
<style>
span { border-color: #131D1E; }
span { border-color: rgb(19,29,30); }
td.TdClassName
{
border-color: #131D1E;
}
.TagClassName
{
border-color: #131D1E;
}
</style>