Shades of Black Pearl #131A1B
Tints of Black Pearl #131A1B
RGB
CMYK
RGB Variations
Color information
#131A1B (or 0x131A1B) is known color: Black Pearl. HEX triplet: 13, 1A and 1B. RGB value is (19,26,27). Sum of RGB (Red+Green+Blue) = 19+26+27=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 26 (10.55% from 255 or 36.11% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 27 - color contains mainly: blue. Hex color #131A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A1B is #ECE5E4. Grayscale: #181818. Windows color (decimal): -15525349 or 1776147. OLE color: 1776147.
HSL color Cylindrical-coordinate representation of color #131A1B: hue angle of 187.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #131A1B is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 26 | 27 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.89 |
| HSL | 187.5º | 0.17% | 0.09% | - |
| HSV(B) | 187.5º | 0.3% | 0.11% | - |
| XYZ | 0.84 | 0.96 | 1.18 | - |
| YUV | 24.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 27 | 0.30 | 0.04 | 0 | 0.89 | 187.5 | 0.17 | 0.09 |
| Hex | 13 | 1A | 1B | 1E | 4 | 0 | 59 | BC | 11 | 9 |
| Octal | 23 | 32 | 33 | 36 | 4 | 0 | 131 | 274 | 21 | 11 |
| Binary | 10011 | 11010 | 11011 | 11110 | 100 | 0 | 1011001 | 10111100 | 10001 | 1001 |
Color Harmonies of #131A1B
Complementary color
Monochromatic Colors of #131A1B
Black with #131A1B
Text Example
Text Example
White with #131A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A1B; }
p { color: rgb(19,26,27); }
H1.HeaderClassName
{
color: #131A1B;
}
.AnyTagClassName
{
color: #131A1B;
}
</style>
background-color css
<style>
a { background-color: #131A1B; }
a { background-color: rgb(19,26,27); }
div.DivClassName
{
background-color: #131A1B;
}
.BgClassName
{
background-color: #131A1B;
}
</style>
border-color css
<style>
span { border-color: #131A1B; }
span { border-color: rgb(19,26,27); }
td.TdClassName
{
border-color: #131A1B;
}
.TagClassName
{
border-color: #131A1B;
}
</style>