Shades of Black Pearl #131D2B
Tints of Black Pearl #131D2B
RGB
CMYK
RGB Variations
Color information
#131D2B (or 0x131D2B) is known color: Black Pearl. HEX triplet: 13, 1D and 2B. RGB value is (19,29,43). Sum of RGB (Red+Green+Blue) = 19+29+43=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 43 - color contains mainly: blue. Hex color #131D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D2B is #ECE2D4. Grayscale: #1B1B1B. Windows color (decimal): -15524565 or 2825491. OLE color: 2825491.
HSL color Cylindrical-coordinate representation of color #131D2B: hue angle of 215º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #131D2B is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 29 | 43 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.83 |
| HSL | 215º | 0.39% | 0.12% | - |
| HSV(B) | 215º | 0.56% | 0.17% | - |
| XYZ | 1.14 | 1.19 | 2.46 | - |
| YUV | 27.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 43 | 0.56 | 0.33 | 0 | 0.83 | 215 | 0.39 | 0.12 |
| Hex | 13 | 1D | 2B | 38 | 21 | 0 | 53 | D7 | 27 | C |
| Octal | 23 | 35 | 53 | 70 | 41 | 0 | 123 | 327 | 47 | 14 |
| Binary | 10011 | 11101 | 101011 | 111000 | 100001 | 0 | 1010011 | 11010111 | 100111 | 1100 |
Color Harmonies of #131D2B
Complementary color
Monochromatic Colors of #131D2B
Black with #131D2B
Text Example
Text Example
White with #131D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D2B; }
p { color: rgb(19,29,43); }
H1.HeaderClassName
{
color: #131D2B;
}
.AnyTagClassName
{
color: #131D2B;
}
</style>
background-color css
<style>
a { background-color: #131D2B; }
a { background-color: rgb(19,29,43); }
div.DivClassName
{
background-color: #131D2B;
}
.BgClassName
{
background-color: #131D2B;
}
</style>
border-color css
<style>
span { border-color: #131D2B; }
span { border-color: rgb(19,29,43); }
td.TdClassName
{
border-color: #131D2B;
}
.TagClassName
{
border-color: #131D2B;
}
</style>