Shades of Black Pearl #15202E
Tints of Black Pearl #15202E
RGB
CMYK
RGB Variations
Color information
#15202E (or 0x15202E) is known color: Black Pearl. HEX triplet: 15, 20 and 2E. RGB value is (21,32,46). Sum of RGB (Red+Green+Blue) = 21+32+46=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 46 - color contains mainly: blue. Hex color #15202E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15202E is #EADFD1. Grayscale: #1E1E1E. Windows color (decimal): -15392722 or 3022869. OLE color: 3022869.
HSL color Cylindrical-coordinate representation of color #15202E: hue angle of 213.6º 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 #15202E is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 32 | 46 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.82 |
| HSL | 213.6º | 0.37% | 0.13% | - |
| HSV(B) | 213.6º | 0.54% | 0.18% | - |
| XYZ | 1.32 | 1.39 | 2.78 | - |
| YUV | 30.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 46 | 0.54 | 0.30 | 0 | 0.82 | 213.6 | 0.37 | 0.13 |
| Hex | 15 | 20 | 2E | 36 | 1E | 0 | 52 | D6 | 25 | D |
| Octal | 25 | 40 | 56 | 66 | 36 | 0 | 122 | 326 | 45 | 15 |
| Binary | 10101 | 100000 | 101110 | 110110 | 11110 | 0 | 1010010 | 11010110 | 100101 | 1101 |
Color Harmonies of #15202E
Complementary color
Monochromatic Colors of #15202E
Black with #15202E
Text Example
Text Example
White with #15202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15202E; }
p { color: rgb(21,32,46); }
H1.HeaderClassName
{
color: #15202E;
}
.AnyTagClassName
{
color: #15202E;
}
</style>
background-color css
<style>
a { background-color: #15202E; }
a { background-color: rgb(21,32,46); }
div.DivClassName
{
background-color: #15202E;
}
.BgClassName
{
background-color: #15202E;
}
</style>
border-color css
<style>
span { border-color: #15202E; }
span { border-color: rgb(21,32,46); }
td.TdClassName
{
border-color: #15202E;
}
.TagClassName
{
border-color: #15202E;
}
</style>