Shades of Black Pearl #152025
Tints of Black Pearl #152025
RGB
CMYK
RGB Variations
Color information
#152025 (or 0x152025) is known color: Black Pearl. HEX triplet: 15, 20 and 25. RGB value is (21,32,37). Sum of RGB (Red+Green+Blue) = 21+32+37=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 37 - color contains mainly: blue. Hex color #152025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152025 is #EADFDA. Grayscale: #1D1D1D. Windows color (decimal): -15392731 or 2433045. OLE color: 2433045.
HSL color Cylindrical-coordinate representation of color #152025: hue angle of 198.75º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #152025 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 21 | 32 | 37 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.85 |
| HSL | 198.75º | 0.28% | 0.11% | - |
| HSV(B) | 198.75º | 0.43% | 0.15% | - |
| XYZ | 1.16 | 1.33 | 1.95 | - |
| YUV | 29.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 37 | 0.43 | 0.14 | 0 | 0.85 | 198.75 | 0.28 | 0.11 |
| Hex | 15 | 20 | 25 | 2B | E | 0 | 55 | C7 | 1C | B |
| Octal | 25 | 40 | 45 | 53 | 16 | 0 | 125 | 307 | 34 | 13 |
| Binary | 10101 | 100000 | 100101 | 101011 | 1110 | 0 | 1010101 | 11000111 | 11100 | 1011 |
Color Harmonies of #152025
Complementary color
Monochromatic Colors of #152025
Black with #152025
Text Example
Text Example
White with #152025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152025; }
p { color: rgb(21,32,37); }
H1.HeaderClassName
{
color: #152025;
}
.AnyTagClassName
{
color: #152025;
}
</style>
background-color css
<style>
a { background-color: #152025; }
a { background-color: rgb(21,32,37); }
div.DivClassName
{
background-color: #152025;
}
.BgClassName
{
background-color: #152025;
}
</style>
border-color css
<style>
span { border-color: #152025; }
span { border-color: rgb(21,32,37); }
td.TdClassName
{
border-color: #152025;
}
.TagClassName
{
border-color: #152025;
}
</style>