Shades of Black Pearl #151D27
Tints of Black Pearl #151D27
RGB
CMYK
RGB Variations
Color information
#151D27 (or 0x151D27) is known color: Black Pearl. HEX triplet: 15, 1D and 27. RGB value is (21,29,39). Sum of RGB (Red+Green+Blue) = 21+29+39=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 29 (11.72% from 255 or 32.58% from 89); Blue value is 39 (15.62% from 255 or 43.82% from 89); Max value from RGB is 39 - color contains mainly: blue. Hex color #151D27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151D27 is #EAE2D8. Grayscale: #1B1B1B. Windows color (decimal): -15393497 or 2563349. OLE color: 2563349.
HSL color Cylindrical-coordinate representation of color #151D27: hue angle of 213.33º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #151D27 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 21 | 29 | 39 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.85 |
| HSL | 213.33º | 0.3% | 0.12% | - |
| HSV(B) | 213.33º | 0.46% | 0.15% | - |
| XYZ | 1.11 | 1.18 | 2.09 | - |
| YUV | 27.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 39 | 0.46 | 0.26 | 0 | 0.85 | 213.33 | 0.3 | 0.12 |
| Hex | 15 | 1D | 27 | 2E | 1A | 0 | 55 | D5 | 1E | C |
| Octal | 25 | 35 | 47 | 56 | 32 | 0 | 125 | 325 | 36 | 14 |
| Binary | 10101 | 11101 | 100111 | 101110 | 11010 | 0 | 1010101 | 11010101 | 11110 | 1100 |
Color Harmonies of #151D27
Complementary color
Monochromatic Colors of #151D27
Black with #151D27
Text Example
Text Example
White with #151D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D27; }
p { color: rgb(21,29,39); }
H1.HeaderClassName
{
color: #151D27;
}
.AnyTagClassName
{
color: #151D27;
}
</style>
background-color css
<style>
a { background-color: #151D27; }
a { background-color: rgb(21,29,39); }
div.DivClassName
{
background-color: #151D27;
}
.BgClassName
{
background-color: #151D27;
}
</style>
border-color css
<style>
span { border-color: #151D27; }
span { border-color: rgb(21,29,39); }
td.TdClassName
{
border-color: #151D27;
}
.TagClassName
{
border-color: #151D27;
}
</style>