Shades of Black Pearl #131A1E
Tints of Black Pearl #131A1E
RGB
CMYK
RGB Variations
Color information
#131A1E (or 0x131A1E) is known color: Black Pearl. HEX triplet: 13, 1A and 1E. RGB value is (19,26,30). Sum of RGB (Red+Green+Blue) = 19+26+30=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 30 - color contains mainly: blue. Hex color #131A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A1E is #ECE5E1. Grayscale: #181818. Windows color (decimal): -15525346 or 1972755. OLE color: 1972755.
HSL color Cylindrical-coordinate representation of color #131A1E: hue angle of 201.82º 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 #131A1E is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 26 | 30 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.88 |
| HSL | 201.82º | 0.22% | 0.1% | - |
| HSV(B) | 201.82º | 0.37% | 0.12% | - |
| XYZ | 0.87 | 0.97 | 1.37 | - |
| YUV | 24.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 30 | 0.37 | 0.13 | 0 | 0.88 | 201.82 | 0.22 | 0.1 |
| Hex | 13 | 1A | 1E | 25 | D | 0 | 58 | CA | 16 | A |
| Octal | 23 | 32 | 36 | 45 | 15 | 0 | 130 | 312 | 26 | 12 |
| Binary | 10011 | 11010 | 11110 | 100101 | 1101 | 0 | 1011000 | 11001010 | 10110 | 1010 |
Color Harmonies of #131A1E
Complementary color
Monochromatic Colors of #131A1E
Black with #131A1E
Text Example
Text Example
White with #131A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A1E; }
p { color: rgb(19,26,30); }
H1.HeaderClassName
{
color: #131A1E;
}
.AnyTagClassName
{
color: #131A1E;
}
</style>
background-color css
<style>
a { background-color: #131A1E; }
a { background-color: rgb(19,26,30); }
div.DivClassName
{
background-color: #131A1E;
}
.BgClassName
{
background-color: #131A1E;
}
</style>
border-color css
<style>
span { border-color: #131A1E; }
span { border-color: rgb(19,26,30); }
td.TdClassName
{
border-color: #131A1E;
}
.TagClassName
{
border-color: #131A1E;
}
</style>