Shades of Black Pearl #151D25
Tints of Black Pearl #151D25
RGB
CMYK
RGB Variations
Color information
#151D25 (or 0x151D25) is known color: Black Pearl. HEX triplet: 15, 1D and 25. RGB value is (21,29,37). Sum of RGB (Red+Green+Blue) = 21+29+37=87 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.14% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 37 - color contains mainly: blue. Hex color #151D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151D25 is #EAE2DA. Grayscale: #1B1B1B. Windows color (decimal): -15393499 or 2432277. OLE color: 2432277.
HSL color Cylindrical-coordinate representation of color #151D25: hue angle of 210º 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 #151D25 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 21 | 29 | 37 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.85 |
| HSL | 210º | 0.28% | 0.11% | - |
| HSV(B) | 210º | 0.43% | 0.15% | - |
| XYZ | 1.08 | 1.17 | 1.92 | - |
| YUV | 27.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 37 | 0.43 | 0.22 | 0 | 0.85 | 210 | 0.28 | 0.11 |
| Hex | 15 | 1D | 25 | 2B | 16 | 0 | 55 | D2 | 1C | B |
| Octal | 25 | 35 | 45 | 53 | 26 | 0 | 125 | 322 | 34 | 13 |
| Binary | 10101 | 11101 | 100101 | 101011 | 10110 | 0 | 1010101 | 11010010 | 11100 | 1011 |
Color Harmonies of #151D25
Complementary color
Monochromatic Colors of #151D25
Black with #151D25
Text Example
Text Example
White with #151D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D25; }
p { color: rgb(21,29,37); }
H1.HeaderClassName
{
color: #151D25;
}
.AnyTagClassName
{
color: #151D25;
}
</style>
background-color css
<style>
a { background-color: #151D25; }
a { background-color: rgb(21,29,37); }
div.DivClassName
{
background-color: #151D25;
}
.BgClassName
{
background-color: #151D25;
}
</style>
border-color css
<style>
span { border-color: #151D25; }
span { border-color: rgb(21,29,37); }
td.TdClassName
{
border-color: #151D25;
}
.TagClassName
{
border-color: #151D25;
}
</style>