Shades of Black Pearl #152C32
Tints of Black Pearl #152C32
RGB
CMYK
RGB Variations
Color information
#152C32 (or 0x152C32) is known color: Black Pearl. HEX triplet: 15, 2C and 32. RGB value is (21,44,50). Sum of RGB (Red+Green+Blue) = 21+44+50=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 50 - color contains mainly: blue. Hex color #152C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C32 is #EAD3CD. Grayscale: #252525. Windows color (decimal): -15389646 or 3288085. OLE color: 3288085.
HSL color Cylindrical-coordinate representation of color #152C32: hue angle of 192.41º 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 #152C32 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 44 | 50 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.80 |
| HSL | 192.41º | 0.41% | 0.14% | - |
| HSV(B) | 192.41º | 0.58% | 0.2% | - |
| XYZ | 1.79 | 2.19 | 3.35 | - |
| YUV | 37.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 50 | 0.58 | 0.12 | 0 | 0.80 | 192.41 | 0.41 | 0.14 |
| Hex | 15 | 2C | 32 | 3A | C | 0 | 50 | C0 | 29 | E |
| Octal | 25 | 54 | 62 | 72 | 14 | 0 | 120 | 300 | 51 | 16 |
| Binary | 10101 | 101100 | 110010 | 111010 | 1100 | 0 | 1010000 | 11000000 | 101001 | 1110 |
Color Harmonies of #152C32
Complementary color
Monochromatic Colors of #152C32
Black with #152C32
Text Example
Text Example
White with #152C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C32; }
p { color: rgb(21,44,50); }
H1.HeaderClassName
{
color: #152C32;
}
.AnyTagClassName
{
color: #152C32;
}
</style>
background-color css
<style>
a { background-color: #152C32; }
a { background-color: rgb(21,44,50); }
div.DivClassName
{
background-color: #152C32;
}
.BgClassName
{
background-color: #152C32;
}
</style>
border-color css
<style>
span { border-color: #152C32; }
span { border-color: rgb(21,44,50); }
td.TdClassName
{
border-color: #152C32;
}
.TagClassName
{
border-color: #152C32;
}
</style>