Shades of Black Pearl #131F25
Tints of Black Pearl #131F25
RGB
CMYK
RGB Variations
Color information
#131F25 (or 0x131F25) is known color: Black Pearl. HEX triplet: 13, 1F and 25. RGB value is (19,31,37). Sum of RGB (Red+Green+Blue) = 19+31+37=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 37 - color contains mainly: blue. Hex color #131F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F25 is #ECE0DA. Grayscale: #1C1C1C. Windows color (decimal): -15524059 or 2432787. OLE color: 2432787.
HSL color Cylindrical-coordinate representation of color #131F25: hue angle of 200º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #131F25 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 31 | 37 | - |
| CMYK | 0.49 | 0.16 | 0 | 0.85 |
| HSL | 200º | 0.32% | 0.11% | - |
| HSV(B) | 200º | 0.49% | 0.15% | - |
| XYZ | 1.09 | 1.25 | 1.93 | - |
| YUV | 28.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 37 | 0.49 | 0.16 | 0 | 0.85 | 200 | 0.32 | 0.11 |
| Hex | 13 | 1F | 25 | 31 | 10 | 0 | 55 | C8 | 20 | B |
| Octal | 23 | 37 | 45 | 61 | 20 | 0 | 125 | 310 | 40 | 13 |
| Binary | 10011 | 11111 | 100101 | 110001 | 10000 | 0 | 1010101 | 11001000 | 100000 | 1011 |
Color Harmonies of #131F25
Complementary color
Monochromatic Colors of #131F25
Black with #131F25
Text Example
Text Example
White with #131F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F25; }
p { color: rgb(19,31,37); }
H1.HeaderClassName
{
color: #131F25;
}
.AnyTagClassName
{
color: #131F25;
}
</style>
background-color css
<style>
a { background-color: #131F25; }
a { background-color: rgb(19,31,37); }
div.DivClassName
{
background-color: #131F25;
}
.BgClassName
{
background-color: #131F25;
}
</style>
border-color css
<style>
span { border-color: #131F25; }
span { border-color: rgb(19,31,37); }
td.TdClassName
{
border-color: #131F25;
}
.TagClassName
{
border-color: #131F25;
}
</style>