Shades of Black Pearl #152832
Tints of Black Pearl #152832
RGB
CMYK
RGB Variations
Color information
#152832 (or 0x152832) is known color: Black Pearl. HEX triplet: 15, 28 and 32. RGB value is (21,40,50). Sum of RGB (Red+Green+Blue) = 21+40+50=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 50 - color contains mainly: blue. Hex color #152832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152832 is #EAD7CD. Grayscale: #232323. Windows color (decimal): -15390670 or 3287061. OLE color: 3287061.
HSL color Cylindrical-coordinate representation of color #152832: hue angle of 200.69º 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 #152832 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 40 | 50 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.80 |
| HSL | 200.69º | 0.41% | 0.14% | - |
| HSV(B) | 200.69º | 0.58% | 0.2% | - |
| XYZ | 1.64 | 1.91 | 3.3 | - |
| YUV | 35.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 50 | 0.58 | 0.20 | 0 | 0.80 | 200.69 | 0.41 | 0.14 |
| Hex | 15 | 28 | 32 | 3A | 14 | 0 | 50 | C9 | 29 | E |
| Octal | 25 | 50 | 62 | 72 | 24 | 0 | 120 | 311 | 51 | 16 |
| Binary | 10101 | 101000 | 110010 | 111010 | 10100 | 0 | 1010000 | 11001001 | 101001 | 1110 |
Color Harmonies of #152832
Complementary color
Monochromatic Colors of #152832
Black with #152832
Text Example
Text Example
White with #152832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152832; }
p { color: rgb(21,40,50); }
H1.HeaderClassName
{
color: #152832;
}
.AnyTagClassName
{
color: #152832;
}
</style>
background-color css
<style>
a { background-color: #152832; }
a { background-color: rgb(21,40,50); }
div.DivClassName
{
background-color: #152832;
}
.BgClassName
{
background-color: #152832;
}
</style>
border-color css
<style>
span { border-color: #152832; }
span { border-color: rgb(21,40,50); }
td.TdClassName
{
border-color: #152832;
}
.TagClassName
{
border-color: #152832;
}
</style>