Shades of Black Pearl #131E28
Tints of Black Pearl #131E28
RGB
CMYK
RGB Variations
Color information
#131E28 (or 0x131E28) is known color: Black Pearl. HEX triplet: 13, 1E and 28. RGB value is (19,30,40). Sum of RGB (Red+Green+Blue) = 19+30+40=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 40 (16.02% from 255 or 44.94% from 89); Max value from RGB is 40 - color contains mainly: blue. Hex color #131E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E28 is #ECE1D7. Grayscale: #1B1B1B. Windows color (decimal): -15524312 or 2629139. OLE color: 2629139.
HSL color Cylindrical-coordinate representation of color #131E28: hue angle of 208.57º 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 #131E28 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 30 | 40 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.84 |
| HSL | 208.57º | 0.36% | 0.12% | - |
| HSV(B) | 208.57º | 0.53% | 0.16% | - |
| XYZ | 1.12 | 1.22 | 2.18 | - |
| YUV | 27.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 40 | 0.52 | 0.25 | 0 | 0.84 | 208.57 | 0.36 | 0.12 |
| Hex | 13 | 1E | 28 | 34 | 19 | 0 | 54 | D1 | 24 | C |
| Octal | 23 | 36 | 50 | 64 | 31 | 0 | 124 | 321 | 44 | 14 |
| Binary | 10011 | 11110 | 101000 | 110100 | 11001 | 0 | 1010100 | 11010001 | 100100 | 1100 |
Color Harmonies of #131E28
Complementary color
Monochromatic Colors of #131E28
Black with #131E28
Text Example
Text Example
White with #131E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E28; }
p { color: rgb(19,30,40); }
H1.HeaderClassName
{
color: #131E28;
}
.AnyTagClassName
{
color: #131E28;
}
</style>
background-color css
<style>
a { background-color: #131E28; }
a { background-color: rgb(19,30,40); }
div.DivClassName
{
background-color: #131E28;
}
.BgClassName
{
background-color: #131E28;
}
</style>
border-color css
<style>
span { border-color: #131E28; }
span { border-color: rgb(19,30,40); }
td.TdClassName
{
border-color: #131E28;
}
.TagClassName
{
border-color: #131E28;
}
</style>