Shades of Black Pearl #131F2B
Tints of Black Pearl #131F2B
RGB
CMYK
RGB Variations
Color information
#131F2B (or 0x131F2B) is known color: Black Pearl. HEX triplet: 13, 1F and 2B. RGB value is (19,31,43). Sum of RGB (Red+Green+Blue) = 19+31+43=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 31 (12.5% from 255 or 33.33% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 43 - color contains mainly: blue. Hex color #131F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F2B is #ECE0D4. Grayscale: #1C1C1C. Windows color (decimal): -15524053 or 2826003. OLE color: 2826003.
HSL color Cylindrical-coordinate representation of color #131F2B: hue angle of 210º 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 #131F2B is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 31 | 43 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.83 |
| HSL | 210º | 0.39% | 0.12% | - |
| HSV(B) | 210º | 0.56% | 0.17% | - |
| XYZ | 1.19 | 1.29 | 2.47 | - |
| YUV | 28.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 43 | 0.56 | 0.28 | 0 | 0.83 | 210 | 0.39 | 0.12 |
| Hex | 13 | 1F | 2B | 38 | 1C | 0 | 53 | D2 | 27 | C |
| Octal | 23 | 37 | 53 | 70 | 34 | 0 | 123 | 322 | 47 | 14 |
| Binary | 10011 | 11111 | 101011 | 111000 | 11100 | 0 | 1010011 | 11010010 | 100111 | 1100 |
Color Harmonies of #131F2B
Complementary color
Monochromatic Colors of #131F2B
Black with #131F2B
Text Example
Text Example
White with #131F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F2B; }
p { color: rgb(19,31,43); }
H1.HeaderClassName
{
color: #131F2B;
}
.AnyTagClassName
{
color: #131F2B;
}
</style>
background-color css
<style>
a { background-color: #131F2B; }
a { background-color: rgb(19,31,43); }
div.DivClassName
{
background-color: #131F2B;
}
.BgClassName
{
background-color: #131F2B;
}
</style>
border-color css
<style>
span { border-color: #131F2B; }
span { border-color: rgb(19,31,43); }
td.TdClassName
{
border-color: #131F2B;
}
.TagClassName
{
border-color: #131F2B;
}
</style>