Shades of Black Pearl #15292E
Tints of Black Pearl #15292E
RGB
CMYK
RGB Variations
Color information
#15292E (or 0x15292E) is known color: Black Pearl. HEX triplet: 15, 29 and 2E. RGB value is (21,41,46). Sum of RGB (Red+Green+Blue) = 21+41+46=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 46 (18.36% from 255 or 42.59% from 108); Max value from RGB is 46 - color contains mainly: blue. Hex color #15292E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15292E is #EAD6D1. Grayscale: #232323. Windows color (decimal): -15390418 or 3025173. OLE color: 3025173.
HSL color Cylindrical-coordinate representation of color #15292E: hue angle of 192º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #15292E is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 41 | 46 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.82 |
| HSL | 192º | 0.37% | 0.13% | - |
| HSV(B) | 192º | 0.54% | 0.18% | - |
| XYZ | 1.6 | 1.94 | 2.88 | - |
| YUV | 35.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 41 | 46 | 0.54 | 0.11 | 0 | 0.82 | 192 | 0.37 | 0.13 |
| Hex | 15 | 29 | 2E | 36 | B | 0 | 52 | C0 | 25 | D |
| Octal | 25 | 51 | 56 | 66 | 13 | 0 | 122 | 300 | 45 | 15 |
| Binary | 10101 | 101001 | 101110 | 110110 | 1011 | 0 | 1010010 | 11000000 | 100101 | 1101 |
Color Harmonies of #15292E
Complementary color
Monochromatic Colors of #15292E
Black with #15292E
Text Example
Text Example
White with #15292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15292E; }
p { color: rgb(21,41,46); }
H1.HeaderClassName
{
color: #15292E;
}
.AnyTagClassName
{
color: #15292E;
}
</style>
background-color css
<style>
a { background-color: #15292E; }
a { background-color: rgb(21,41,46); }
div.DivClassName
{
background-color: #15292E;
}
.BgClassName
{
background-color: #15292E;
}
</style>
border-color css
<style>
span { border-color: #15292E; }
span { border-color: rgb(21,41,46); }
td.TdClassName
{
border-color: #15292E;
}
.TagClassName
{
border-color: #15292E;
}
</style>