Shades of Black Pearl #151D29
Tints of Black Pearl #151D29
RGB
CMYK
RGB Variations
Color information
#151D29 (or 0x151D29) is known color: Black Pearl. HEX triplet: 15, 1D and 29. RGB value is (21,29,41). Sum of RGB (Red+Green+Blue) = 21+29+41=91 (12% of max value = 765). Red value is 21 (8.59% from 255 or 23.08% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 41 (16.41% from 255 or 45.05% from 91); Max value from RGB is 41 - color contains mainly: blue. Hex color #151D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151D29 is #EAE2D6. Grayscale: #1B1B1B. Windows color (decimal): -15393495 or 2694421. OLE color: 2694421.
HSL color Cylindrical-coordinate representation of color #151D29: hue angle of 216º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #151D29 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 29 | 41 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.84 |
| HSL | 216º | 0.32% | 0.12% | - |
| HSV(B) | 216º | 0.49% | 0.16% | - |
| XYZ | 1.15 | 1.2 | 2.27 | - |
| YUV | 27.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 41 | 0.49 | 0.29 | 0 | 0.84 | 216 | 0.32 | 0.12 |
| Hex | 15 | 1D | 29 | 31 | 1D | 0 | 54 | D8 | 20 | C |
| Octal | 25 | 35 | 51 | 61 | 35 | 0 | 124 | 330 | 40 | 14 |
| Binary | 10101 | 11101 | 101001 | 110001 | 11101 | 0 | 1010100 | 11011000 | 100000 | 1100 |
Color Harmonies of #151D29
Complementary color
Monochromatic Colors of #151D29
Black with #151D29
Text Example
Text Example
White with #151D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D29; }
p { color: rgb(21,29,41); }
H1.HeaderClassName
{
color: #151D29;
}
.AnyTagClassName
{
color: #151D29;
}
</style>
background-color css
<style>
a { background-color: #151D29; }
a { background-color: rgb(21,29,41); }
div.DivClassName
{
background-color: #151D29;
}
.BgClassName
{
background-color: #151D29;
}
</style>
border-color css
<style>
span { border-color: #151D29; }
span { border-color: rgb(21,29,41); }
td.TdClassName
{
border-color: #151D29;
}
.TagClassName
{
border-color: #151D29;
}
</style>