Shades of Black Pearl #151D28
Tints of Black Pearl #151D28
RGB
CMYK
RGB Variations
Color information
#151D28 (or 0x151D28) is known color: Black Pearl. HEX triplet: 15, 1D and 28. RGB value is (21,29,40). Sum of RGB (Red+Green+Blue) = 21+29+40=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 40 - color contains mainly: blue. Hex color #151D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151D28 is #EAE2D7. Grayscale: #1B1B1B. Windows color (decimal): -15393496 or 2628885. OLE color: 2628885.
HSL color Cylindrical-coordinate representation of color #151D28: hue angle of 214.74º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #151D28 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 29 | 40 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.84 |
| HSL | 214.74º | 0.31% | 0.12% | - |
| HSV(B) | 214.74º | 0.48% | 0.16% | - |
| XYZ | 1.13 | 1.19 | 2.18 | - |
| YUV | 27.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 40 | 0.48 | 0.28 | 0 | 0.84 | 214.74 | 0.31 | 0.12 |
| Hex | 15 | 1D | 28 | 30 | 1C | 0 | 54 | D7 | 1F | C |
| Octal | 25 | 35 | 50 | 60 | 34 | 0 | 124 | 327 | 37 | 14 |
| Binary | 10101 | 11101 | 101000 | 110000 | 11100 | 0 | 1010100 | 11010111 | 11111 | 1100 |
Color Harmonies of #151D28
Complementary color
Monochromatic Colors of #151D28
Black with #151D28
Text Example
Text Example
White with #151D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D28; }
p { color: rgb(21,29,40); }
H1.HeaderClassName
{
color: #151D28;
}
.AnyTagClassName
{
color: #151D28;
}
</style>
background-color css
<style>
a { background-color: #151D28; }
a { background-color: rgb(21,29,40); }
div.DivClassName
{
background-color: #151D28;
}
.BgClassName
{
background-color: #151D28;
}
</style>
border-color css
<style>
span { border-color: #151D28; }
span { border-color: rgb(21,29,40); }
td.TdClassName
{
border-color: #151D28;
}
.TagClassName
{
border-color: #151D28;
}
</style>