Shades of Black Pearl #131E26
Tints of Black Pearl #131E26
RGB
CMYK
RGB Variations
Color information
#131E26 (or 0x131E26) is known color: Black Pearl. HEX triplet: 13, 1E and 26. RGB value is (19,30,38). Sum of RGB (Red+Green+Blue) = 19+30+38=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 38 (15.23% from 255 or 43.68% from 87); Max value from RGB is 38 - color contains mainly: blue. Hex color #131E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E26 is #ECE1D9. Grayscale: #1B1B1B. Windows color (decimal): -15524314 or 2498067. OLE color: 2498067.
HSL color Cylindrical-coordinate representation of color #131E26: hue angle of 205.26º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #131E26 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 30 | 38 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.85 |
| HSL | 205.26º | 0.33% | 0.11% | - |
| HSV(B) | 205.26º | 0.5% | 0.15% | - |
| XYZ | 1.08 | 1.21 | 2.01 | - |
| YUV | 27.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 38 | 0.50 | 0.21 | 0 | 0.85 | 205.26 | 0.33 | 0.11 |
| Hex | 13 | 1E | 26 | 32 | 15 | 0 | 55 | CD | 21 | B |
| Octal | 23 | 36 | 46 | 62 | 25 | 0 | 125 | 315 | 41 | 13 |
| Binary | 10011 | 11110 | 100110 | 110010 | 10101 | 0 | 1010101 | 11001101 | 100001 | 1011 |
Color Harmonies of #131E26
Complementary color
Monochromatic Colors of #131E26
Black with #131E26
Text Example
Text Example
White with #131E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E26; }
p { color: rgb(19,30,38); }
H1.HeaderClassName
{
color: #131E26;
}
.AnyTagClassName
{
color: #131E26;
}
</style>
background-color css
<style>
a { background-color: #131E26; }
a { background-color: rgb(19,30,38); }
div.DivClassName
{
background-color: #131E26;
}
.BgClassName
{
background-color: #131E26;
}
</style>
border-color css
<style>
span { border-color: #131E26; }
span { border-color: rgb(19,30,38); }
td.TdClassName
{
border-color: #131E26;
}
.TagClassName
{
border-color: #131E26;
}
</style>