Shades of Black Pearl #131D2A
Tints of Black Pearl #131D2A
RGB
CMYK
RGB Variations
Color information
#131D2A (or 0x131D2A) is known color: Black Pearl. HEX triplet: 13, 1D and 2A. RGB value is (19,29,42). Sum of RGB (Red+Green+Blue) = 19+29+42=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 42 (16.80% from 255 or 46.67% from 90); Max value from RGB is 42 - color contains mainly: blue. Hex color #131D2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D2A is #ECE2D5. Grayscale: #1B1B1B. Windows color (decimal): -15524566 or 2759955. OLE color: 2759955.
HSL color Cylindrical-coordinate representation of color #131D2A: hue angle of 213.91º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #131D2A is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 29 | 42 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.84 |
| HSL | 213.91º | 0.38% | 0.12% | - |
| HSV(B) | 213.91º | 0.55% | 0.16% | - |
| XYZ | 1.13 | 1.18 | 2.36 | - |
| YUV | 27.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 42 | 0.55 | 0.31 | 0 | 0.84 | 213.91 | 0.38 | 0.12 |
| Hex | 13 | 1D | 2A | 37 | 1F | 0 | 54 | D6 | 26 | C |
| Octal | 23 | 35 | 52 | 67 | 37 | 0 | 124 | 326 | 46 | 14 |
| Binary | 10011 | 11101 | 101010 | 110111 | 11111 | 0 | 1010100 | 11010110 | 100110 | 1100 |
Color Harmonies of #131D2A
Complementary color
Monochromatic Colors of #131D2A
Black with #131D2A
Text Example
Text Example
White with #131D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D2A; }
p { color: rgb(19,29,42); }
H1.HeaderClassName
{
color: #131D2A;
}
.AnyTagClassName
{
color: #131D2A;
}
</style>
background-color css
<style>
a { background-color: #131D2A; }
a { background-color: rgb(19,29,42); }
div.DivClassName
{
background-color: #131D2A;
}
.BgClassName
{
background-color: #131D2A;
}
</style>
border-color css
<style>
span { border-color: #131D2A; }
span { border-color: rgb(19,29,42); }
td.TdClassName
{
border-color: #131D2A;
}
.TagClassName
{
border-color: #131D2A;
}
</style>