Shades of Black Pearl #152131
Tints of Black Pearl #152131
RGB
CMYK
RGB Variations
Color information
#152131 (or 0x152131) is known color: Black Pearl. HEX triplet: 15, 21 and 31. RGB value is (21,33,49). Sum of RGB (Red+Green+Blue) = 21+33+49=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 49 - color contains mainly: blue. Hex color #152131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152131 is #EADECE. Grayscale: #1F1F1F. Windows color (decimal): -15392463 or 3219733. OLE color: 3219733.
HSL color Cylindrical-coordinate representation of color #152131: hue angle of 214.29º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #152131 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 33 | 49 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.81 |
| HSL | 214.29º | 0.4% | 0.14% | - |
| HSV(B) | 214.29º | 0.57% | 0.19% | - |
| XYZ | 1.41 | 1.47 | 3.12 | - |
| YUV | 31.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 49 | 0.57 | 0.33 | 0 | 0.81 | 214.29 | 0.4 | 0.14 |
| Hex | 15 | 21 | 31 | 39 | 21 | 0 | 51 | D6 | 28 | E |
| Octal | 25 | 41 | 61 | 71 | 41 | 0 | 121 | 326 | 50 | 16 |
| Binary | 10101 | 100001 | 110001 | 111001 | 100001 | 0 | 1010001 | 11010110 | 101000 | 1110 |
Color Harmonies of #152131
Complementary color
Monochromatic Colors of #152131
Black with #152131
Text Example
Text Example
White with #152131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152131; }
p { color: rgb(21,33,49); }
H1.HeaderClassName
{
color: #152131;
}
.AnyTagClassName
{
color: #152131;
}
</style>
background-color css
<style>
a { background-color: #152131; }
a { background-color: rgb(21,33,49); }
div.DivClassName
{
background-color: #152131;
}
.BgClassName
{
background-color: #152131;
}
</style>
border-color css
<style>
span { border-color: #152131; }
span { border-color: rgb(21,33,49); }
td.TdClassName
{
border-color: #152131;
}
.TagClassName
{
border-color: #152131;
}
</style>