Shades of Black Pearl #152B31
Tints of Black Pearl #152B31
RGB
CMYK
RGB Variations
Color information
#152B31 (or 0x152B31) is known color: Black Pearl. HEX triplet: 15, 2B and 31. RGB value is (21,43,49). Sum of RGB (Red+Green+Blue) = 21+43+49=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #152B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152B31 is #EAD4CE. Grayscale: #252525. Windows color (decimal): -15389903 or 3222293. OLE color: 3222293.
HSL color Cylindrical-coordinate representation of color #152B31: hue angle of 192.86º 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 #152B31 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 43 | 49 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.81 |
| HSL | 192.86º | 0.4% | 0.14% | - |
| HSV(B) | 192.86º | 0.57% | 0.19% | - |
| XYZ | 1.73 | 2.11 | 3.22 | - |
| YUV | 37.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 49 | 0.57 | 0.12 | 0 | 0.81 | 192.86 | 0.4 | 0.14 |
| Hex | 15 | 2B | 31 | 39 | C | 0 | 51 | C1 | 28 | E |
| Octal | 25 | 53 | 61 | 71 | 14 | 0 | 121 | 301 | 50 | 16 |
| Binary | 10101 | 101011 | 110001 | 111001 | 1100 | 0 | 1010001 | 11000001 | 101000 | 1110 |
Color Harmonies of #152B31
Complementary color
Monochromatic Colors of #152B31
Black with #152B31
Text Example
Text Example
White with #152B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152B31; }
p { color: rgb(21,43,49); }
H1.HeaderClassName
{
color: #152B31;
}
.AnyTagClassName
{
color: #152B31;
}
</style>
background-color css
<style>
a { background-color: #152B31; }
a { background-color: rgb(21,43,49); }
div.DivClassName
{
background-color: #152B31;
}
.BgClassName
{
background-color: #152B31;
}
</style>
border-color css
<style>
span { border-color: #152B31; }
span { border-color: rgb(21,43,49); }
td.TdClassName
{
border-color: #152B31;
}
.TagClassName
{
border-color: #152B31;
}
</style>