Shades of Black Pearl #131B28
Tints of Black Pearl #131B28
RGB
CMYK
RGB Variations
Color information
#131B28 (or 0x131B28) is known color: Black Pearl. HEX triplet: 13, 1B and 28. RGB value is (19,27,40). Sum of RGB (Red+Green+Blue) = 19+27+40=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 40 (16.02% from 255 or 46.51% from 86); Max value from RGB is 40 - color contains mainly: blue. Hex color #131B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B28 is #ECE4D7. Grayscale: #1A1A1A. Windows color (decimal): -15525080 or 2628371. OLE color: 2628371.
HSL color Cylindrical-coordinate representation of color #131B28: hue angle of 217.14º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #131B28 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 27 | 40 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.84 |
| HSL | 217.14º | 0.36% | 0.12% | - |
| HSV(B) | 217.14º | 0.53% | 0.16% | - |
| XYZ | 1.04 | 1.08 | 2.16 | - |
| YUV | 26.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 40 | 0.52 | 0.33 | 0 | 0.84 | 217.14 | 0.36 | 0.12 |
| Hex | 13 | 1B | 28 | 34 | 21 | 0 | 54 | D9 | 24 | C |
| Octal | 23 | 33 | 50 | 64 | 41 | 0 | 124 | 331 | 44 | 14 |
| Binary | 10011 | 11011 | 101000 | 110100 | 100001 | 0 | 1010100 | 11011001 | 100100 | 1100 |
Color Harmonies of #131B28
Complementary color
Monochromatic Colors of #131B28
Black with #131B28
Text Example
Text Example
White with #131B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B28; }
p { color: rgb(19,27,40); }
H1.HeaderClassName
{
color: #131B28;
}
.AnyTagClassName
{
color: #131B28;
}
</style>
background-color css
<style>
a { background-color: #131B28; }
a { background-color: rgb(19,27,40); }
div.DivClassName
{
background-color: #131B28;
}
.BgClassName
{
background-color: #131B28;
}
</style>
border-color css
<style>
span { border-color: #131B28; }
span { border-color: rgb(19,27,40); }
td.TdClassName
{
border-color: #131B28;
}
.TagClassName
{
border-color: #131B28;
}
</style>