Shades of Black Pearl #152532
Tints of Black Pearl #152532
RGB
CMYK
RGB Variations
Color information
#152532 (or 0x152532) is known color: Black Pearl. HEX triplet: 15, 25 and 32. RGB value is (21,37,50). Sum of RGB (Red+Green+Blue) = 21+37+50=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 50 - color contains mainly: blue. Hex color #152532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152532 is #EADACD. Grayscale: #212121. Windows color (decimal): -15391438 or 3286293. OLE color: 3286293.
HSL color Cylindrical-coordinate representation of color #152532: hue angle of 206.9º 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 #152532 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 37 | 50 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.80 |
| HSL | 206.9º | 0.41% | 0.14% | - |
| HSV(B) | 206.9º | 0.58% | 0.2% | - |
| XYZ | 1.55 | 1.71 | 3.27 | - |
| YUV | 33.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 50 | 0.58 | 0.26 | 0 | 0.80 | 206.9 | 0.41 | 0.14 |
| Hex | 15 | 25 | 32 | 3A | 1A | 0 | 50 | CF | 29 | E |
| Octal | 25 | 45 | 62 | 72 | 32 | 0 | 120 | 317 | 51 | 16 |
| Binary | 10101 | 100101 | 110010 | 111010 | 11010 | 0 | 1010000 | 11001111 | 101001 | 1110 |
Color Harmonies of #152532
Complementary color
Monochromatic Colors of #152532
Black with #152532
Text Example
Text Example
White with #152532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152532; }
p { color: rgb(21,37,50); }
H1.HeaderClassName
{
color: #152532;
}
.AnyTagClassName
{
color: #152532;
}
</style>
background-color css
<style>
a { background-color: #152532; }
a { background-color: rgb(21,37,50); }
div.DivClassName
{
background-color: #152532;
}
.BgClassName
{
background-color: #152532;
}
</style>
border-color css
<style>
span { border-color: #152532; }
span { border-color: rgb(21,37,50); }
td.TdClassName
{
border-color: #152532;
}
.TagClassName
{
border-color: #152532;
}
</style>