Shades of Black Pearl #151F25
Tints of Black Pearl #151F25
RGB
CMYK
RGB Variations
Color information
#151F25 (or 0x151F25) is known color: Black Pearl. HEX triplet: 15, 1F and 25. RGB value is (21,31,37). Sum of RGB (Red+Green+Blue) = 21+31+37=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 37 - color contains mainly: blue. Hex color #151F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151F25 is #EAE0DA. Grayscale: #1C1C1C. Windows color (decimal): -15392987 or 2432789. OLE color: 2432789.
HSL color Cylindrical-coordinate representation of color #151F25: hue angle of 202.5º 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 #151F25 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 21 | 31 | 37 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.85 |
| HSL | 202.5º | 0.28% | 0.11% | - |
| HSV(B) | 202.5º | 0.43% | 0.15% | - |
| XYZ | 1.13 | 1.27 | 1.94 | - |
| YUV | 28.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 37 | 0.43 | 0.16 | 0 | 0.85 | 202.5 | 0.28 | 0.11 |
| Hex | 15 | 1F | 25 | 2B | 10 | 0 | 55 | CA | 1C | B |
| Octal | 25 | 37 | 45 | 53 | 20 | 0 | 125 | 312 | 34 | 13 |
| Binary | 10101 | 11111 | 100101 | 101011 | 10000 | 0 | 1010101 | 11001010 | 11100 | 1011 |
Color Harmonies of #151F25
Complementary color
Monochromatic Colors of #151F25
Black with #151F25
Text Example
Text Example
White with #151F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151F25; }
p { color: rgb(21,31,37); }
H1.HeaderClassName
{
color: #151F25;
}
.AnyTagClassName
{
color: #151F25;
}
</style>
background-color css
<style>
a { background-color: #151F25; }
a { background-color: rgb(21,31,37); }
div.DivClassName
{
background-color: #151F25;
}
.BgClassName
{
background-color: #151F25;
}
</style>
border-color css
<style>
span { border-color: #151F25; }
span { border-color: rgb(21,31,37); }
td.TdClassName
{
border-color: #151F25;
}
.TagClassName
{
border-color: #151F25;
}
</style>