Shades of Black Pearl #152B32
Tints of Black Pearl #152B32
RGB
CMYK
RGB Variations
Color information
#152B32 (or 0x152B32) is known color: Black Pearl. HEX triplet: 15, 2B and 32. RGB value is (21,43,50). Sum of RGB (Red+Green+Blue) = 21+43+50=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 43 (17.19% from 255 or 37.72% from 114); Blue value is 50 (19.92% from 255 or 43.86% from 114); Max value from RGB is 50 - color contains mainly: blue. Hex color #152B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152B32 is #EAD4CD. Grayscale: #252525. Windows color (decimal): -15389902 or 3287829. OLE color: 3287829.
HSL color Cylindrical-coordinate representation of color #152B32: hue angle of 194.48º 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 #152B32 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 43 | 50 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.80 |
| HSL | 194.48º | 0.41% | 0.14% | - |
| HSV(B) | 194.48º | 0.58% | 0.2% | - |
| XYZ | 1.75 | 2.12 | 3.33 | - |
| YUV | 37.22 | 135.21 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 50 | 0.58 | 0.14 | 0 | 0.80 | 194.48 | 0.41 | 0.14 |
| Hex | 15 | 2B | 32 | 3A | E | 0 | 50 | C2 | 29 | E |
| Octal | 25 | 53 | 62 | 72 | 16 | 0 | 120 | 302 | 51 | 16 |
| Binary | 10101 | 101011 | 110010 | 111010 | 1110 | 0 | 1010000 | 11000010 | 101001 | 1110 |
Color Harmonies of #152B32
Complementary color
Monochromatic Colors of #152B32
Black with #152B32
Text Example
Text Example
White with #152B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152B32; }
p { color: rgb(21,43,50); }
H1.HeaderClassName
{
color: #152B32;
}
.AnyTagClassName
{
color: #152B32;
}
</style>
background-color css
<style>
a { background-color: #152B32; }
a { background-color: rgb(21,43,50); }
div.DivClassName
{
background-color: #152B32;
}
.BgClassName
{
background-color: #152B32;
}
</style>
border-color css
<style>
span { border-color: #152B32; }
span { border-color: rgb(21,43,50); }
td.TdClassName
{
border-color: #152B32;
}
.TagClassName
{
border-color: #152B32;
}
</style>