Shades of Black Pearl #131D26
Tints of Black Pearl #131D26
RGB
CMYK
RGB Variations
Color information
#131D26 (or 0x131D26) is known color: Black Pearl. HEX triplet: 13, 1D and 26. RGB value is (19,29,38). Sum of RGB (Red+Green+Blue) = 19+29+38=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 38 (15.23% from 255 or 44.19% from 86); Max value from RGB is 38 - color contains mainly: blue. Hex color #131D26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D26 is #ECE2D9. Grayscale: #1A1A1A. Windows color (decimal): -15524570 or 2497811. OLE color: 2497811.
HSL color Cylindrical-coordinate representation of color #131D26: hue angle of 208.42º 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 #131D26 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 29 | 38 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.85 |
| HSL | 208.42º | 0.33% | 0.11% | - |
| HSV(B) | 208.42º | 0.5% | 0.15% | - |
| XYZ | 1.06 | 1.16 | 2 | - |
| YUV | 27.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 38 | 0.50 | 0.24 | 0 | 0.85 | 208.42 | 0.33 | 0.11 |
| Hex | 13 | 1D | 26 | 32 | 18 | 0 | 55 | D0 | 21 | B |
| Octal | 23 | 35 | 46 | 62 | 30 | 0 | 125 | 320 | 41 | 13 |
| Binary | 10011 | 11101 | 100110 | 110010 | 11000 | 0 | 1010101 | 11010000 | 100001 | 1011 |
Color Harmonies of #131D26
Complementary color
Monochromatic Colors of #131D26
Black with #131D26
Text Example
Text Example
White with #131D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D26; }
p { color: rgb(19,29,38); }
H1.HeaderClassName
{
color: #131D26;
}
.AnyTagClassName
{
color: #131D26;
}
</style>
background-color css
<style>
a { background-color: #131D26; }
a { background-color: rgb(19,29,38); }
div.DivClassName
{
background-color: #131D26;
}
.BgClassName
{
background-color: #131D26;
}
</style>
border-color css
<style>
span { border-color: #131D26; }
span { border-color: rgb(19,29,38); }
td.TdClassName
{
border-color: #131D26;
}
.TagClassName
{
border-color: #131D26;
}
</style>