Shades of Black Pearl #152932
Tints of Black Pearl #152932
RGB
CMYK
RGB Variations
Color information
#152932 (or 0x152932) is known color: Black Pearl. HEX triplet: 15, 29 and 32. RGB value is (21,41,50). Sum of RGB (Red+Green+Blue) = 21+41+50=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 50 - color contains mainly: blue. Hex color #152932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152932 is #EAD6CD. Grayscale: #232323. Windows color (decimal): -15390414 or 3287317. OLE color: 3287317.
HSL color Cylindrical-coordinate representation of color #152932: hue angle of 198.62º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #152932 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 41 | 50 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.80 |
| HSL | 198.62º | 0.41% | 0.14% | - |
| HSV(B) | 198.62º | 0.58% | 0.2% | - |
| XYZ | 1.68 | 1.98 | 3.31 | - |
| YUV | 36.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 41 | 50 | 0.58 | 0.18 | 0 | 0.80 | 198.62 | 0.41 | 0.14 |
| Hex | 15 | 29 | 32 | 3A | 12 | 0 | 50 | C7 | 29 | E |
| Octal | 25 | 51 | 62 | 72 | 22 | 0 | 120 | 307 | 51 | 16 |
| Binary | 10101 | 101001 | 110010 | 111010 | 10010 | 0 | 1010000 | 11000111 | 101001 | 1110 |
Color Harmonies of #152932
Complementary color
Monochromatic Colors of #152932
Black with #152932
Text Example
Text Example
White with #152932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152932; }
p { color: rgb(21,41,50); }
H1.HeaderClassName
{
color: #152932;
}
.AnyTagClassName
{
color: #152932;
}
</style>
background-color css
<style>
a { background-color: #152932; }
a { background-color: rgb(21,41,50); }
div.DivClassName
{
background-color: #152932;
}
.BgClassName
{
background-color: #152932;
}
</style>
border-color css
<style>
span { border-color: #152932; }
span { border-color: rgb(21,41,50); }
td.TdClassName
{
border-color: #152932;
}
.TagClassName
{
border-color: #152932;
}
</style>