Shades of Black Pearl #131B1E
Tints of Black Pearl #131B1E
RGB
CMYK
RGB Variations
Color information
#131B1E (or 0x131B1E) is known color: Black Pearl. HEX triplet: 13, 1B and 1E. RGB value is (19,27,30). Sum of RGB (Red+Green+Blue) = 19+27+30=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 30 - color contains mainly: blue. Hex color #131B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B1E is #ECE4E1. Grayscale: #181818. Windows color (decimal): -15525090 or 1973011. OLE color: 1973011.
HSL color Cylindrical-coordinate representation of color #131B1E: hue angle of 196.36º 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 #131B1E is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 27 | 30 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.88 |
| HSL | 196.36º | 0.22% | 0.1% | - |
| HSV(B) | 196.36º | 0.37% | 0.12% | - |
| XYZ | 0.89 | 1.02 | 1.38 | - |
| YUV | 24.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 30 | 0.37 | 0.10 | 0 | 0.88 | 196.36 | 0.22 | 0.1 |
| Hex | 13 | 1B | 1E | 25 | A | 0 | 58 | C4 | 16 | A |
| Octal | 23 | 33 | 36 | 45 | 12 | 0 | 130 | 304 | 26 | 12 |
| Binary | 10011 | 11011 | 11110 | 100101 | 1010 | 0 | 1011000 | 11000100 | 10110 | 1010 |
Color Harmonies of #131B1E
Complementary color
Monochromatic Colors of #131B1E
Black with #131B1E
Text Example
Text Example
White with #131B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B1E; }
p { color: rgb(19,27,30); }
H1.HeaderClassName
{
color: #131B1E;
}
.AnyTagClassName
{
color: #131B1E;
}
</style>
background-color css
<style>
a { background-color: #131B1E; }
a { background-color: rgb(19,27,30); }
div.DivClassName
{
background-color: #131B1E;
}
.BgClassName
{
background-color: #131B1E;
}
</style>
border-color css
<style>
span { border-color: #131B1E; }
span { border-color: rgb(19,27,30); }
td.TdClassName
{
border-color: #131B1E;
}
.TagClassName
{
border-color: #131B1E;
}
</style>