Shades of Black Pearl #152124
Tints of Black Pearl #152124
RGB
CMYK
RGB Variations
Color information
#152124 (or 0x152124) is known color: Black Pearl. HEX triplet: 15, 21 and 24. RGB value is (21,33,36). Sum of RGB (Red+Green+Blue) = 21+33+36=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 36 - color contains mainly: blue. Hex color #152124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152124 is #EADEDB. Grayscale: #1D1D1D. Windows color (decimal): -15392476 or 2367765. OLE color: 2367765.
HSL color Cylindrical-coordinate representation of color #152124: hue angle of 192º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #152124 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 33 | 36 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.86 |
| HSL | 192º | 0.26% | 0.11% | - |
| HSV(B) | 192º | 0.42% | 0.14% | - |
| XYZ | 1.17 | 1.37 | 1.87 | - |
| YUV | 29.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 36 | 0.42 | 0.08 | 0 | 0.86 | 192 | 0.26 | 0.11 |
| Hex | 15 | 21 | 24 | 2A | 8 | 0 | 56 | C0 | 1A | B |
| Octal | 25 | 41 | 44 | 52 | 10 | 0 | 126 | 300 | 32 | 13 |
| Binary | 10101 | 100001 | 100100 | 101010 | 1000 | 0 | 1010110 | 11000000 | 11010 | 1011 |
Color Harmonies of #152124
Complementary color
Monochromatic Colors of #152124
Black with #152124
Text Example
Text Example
White with #152124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152124; }
p { color: rgb(21,33,36); }
H1.HeaderClassName
{
color: #152124;
}
.AnyTagClassName
{
color: #152124;
}
</style>
background-color css
<style>
a { background-color: #152124; }
a { background-color: rgb(21,33,36); }
div.DivClassName
{
background-color: #152124;
}
.BgClassName
{
background-color: #152124;
}
</style>
border-color css
<style>
span { border-color: #152124; }
span { border-color: rgb(21,33,36); }
td.TdClassName
{
border-color: #152124;
}
.TagClassName
{
border-color: #152124;
}
</style>