Shades of Black Pearl #131F2A
Tints of Black Pearl #131F2A
RGB
CMYK
RGB Variations
Color information
#131F2A (or 0x131F2A) is known color: Black Pearl. HEX triplet: 13, 1F and 2A. RGB value is (19,31,42). Sum of RGB (Red+Green+Blue) = 19+31+42=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 42 (16.80% from 255 or 45.65% from 92); Max value from RGB is 42 - color contains mainly: blue. Hex color #131F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F2A is #ECE0D5. Grayscale: #1C1C1C. Windows color (decimal): -15524054 or 2760467. OLE color: 2760467.
HSL color Cylindrical-coordinate representation of color #131F2A: hue angle of 208.7º 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 #131F2A is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 31 | 42 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.84 |
| HSL | 208.7º | 0.38% | 0.12% | - |
| HSV(B) | 208.7º | 0.55% | 0.16% | - |
| XYZ | 1.18 | 1.29 | 2.38 | - |
| YUV | 28.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 42 | 0.55 | 0.26 | 0 | 0.84 | 208.7 | 0.38 | 0.12 |
| Hex | 13 | 1F | 2A | 37 | 1A | 0 | 54 | D1 | 26 | C |
| Octal | 23 | 37 | 52 | 67 | 32 | 0 | 124 | 321 | 46 | 14 |
| Binary | 10011 | 11111 | 101010 | 110111 | 11010 | 0 | 1010100 | 11010001 | 100110 | 1100 |
Color Harmonies of #131F2A
Complementary color
Monochromatic Colors of #131F2A
Black with #131F2A
Text Example
Text Example
White with #131F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F2A; }
p { color: rgb(19,31,42); }
H1.HeaderClassName
{
color: #131F2A;
}
.AnyTagClassName
{
color: #131F2A;
}
</style>
background-color css
<style>
a { background-color: #131F2A; }
a { background-color: rgb(19,31,42); }
div.DivClassName
{
background-color: #131F2A;
}
.BgClassName
{
background-color: #131F2A;
}
</style>
border-color css
<style>
span { border-color: #131F2A; }
span { border-color: rgb(19,31,42); }
td.TdClassName
{
border-color: #131F2A;
}
.TagClassName
{
border-color: #131F2A;
}
</style>