Shades of Black Pearl #131F2E
Tints of Black Pearl #131F2E
RGB
CMYK
RGB Variations
Color information
#131F2E (or 0x131F2E) is known color: Black Pearl. HEX triplet: 13, 1F and 2E. RGB value is (19,31,46). Sum of RGB (Red+Green+Blue) = 19+31+46=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 31 (12.5% from 255 or 32.29% from 96); Blue value is 46 (18.36% from 255 or 47.92% from 96); Max value from RGB is 46 - color contains mainly: blue. Hex color #131F2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F2E is #ECE0D1. Grayscale: #1D1D1D. Windows color (decimal): -15524050 or 3022611. OLE color: 3022611.
HSL color Cylindrical-coordinate representation of color #131F2E: hue angle of 213.33º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #131F2E is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 31 | 46 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.82 |
| HSL | 213.33º | 0.42% | 0.13% | - |
| HSV(B) | 213.33º | 0.59% | 0.18% | - |
| XYZ | 1.25 | 1.32 | 2.77 | - |
| YUV | 29.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 46 | 0.59 | 0.33 | 0 | 0.82 | 213.33 | 0.42 | 0.13 |
| Hex | 13 | 1F | 2E | 3B | 21 | 0 | 52 | D5 | 2A | D |
| Octal | 23 | 37 | 56 | 73 | 41 | 0 | 122 | 325 | 52 | 15 |
| Binary | 10011 | 11111 | 101110 | 111011 | 100001 | 0 | 1010010 | 11010101 | 101010 | 1101 |
Color Harmonies of #131F2E
Complementary color
Monochromatic Colors of #131F2E
Black with #131F2E
Text Example
Text Example
White with #131F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F2E; }
p { color: rgb(19,31,46); }
H1.HeaderClassName
{
color: #131F2E;
}
.AnyTagClassName
{
color: #131F2E;
}
</style>
background-color css
<style>
a { background-color: #131F2E; }
a { background-color: rgb(19,31,46); }
div.DivClassName
{
background-color: #131F2E;
}
.BgClassName
{
background-color: #131F2E;
}
</style>
border-color css
<style>
span { border-color: #131F2E; }
span { border-color: rgb(19,31,46); }
td.TdClassName
{
border-color: #131F2E;
}
.TagClassName
{
border-color: #131F2E;
}
</style>