Shades of Black Pearl #15282E
Tints of Black Pearl #15282E
RGB
CMYK
RGB Variations
Color information
#15282E (or 0x15282E) is known color: Black Pearl. HEX triplet: 15, 28 and 2E. RGB value is (21,40,46). Sum of RGB (Red+Green+Blue) = 21+40+46=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 46 - color contains mainly: blue. Hex color #15282E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15282E is #EAD7D1. Grayscale: #222222. Windows color (decimal): -15390674 or 3024917. OLE color: 3024917.
HSL color Cylindrical-coordinate representation of color #15282E: hue angle of 194.4º 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 #15282E is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 40 | 46 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.82 |
| HSL | 194.4º | 0.37% | 0.13% | - |
| HSV(B) | 194.4º | 0.54% | 0.18% | - |
| XYZ | 1.56 | 1.87 | 2.86 | - |
| YUV | 35 | 134.21 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 46 | 0.54 | 0.13 | 0 | 0.82 | 194.4 | 0.37 | 0.13 |
| Hex | 15 | 28 | 2E | 36 | D | 0 | 52 | C2 | 25 | D |
| Octal | 25 | 50 | 56 | 66 | 15 | 0 | 122 | 302 | 45 | 15 |
| Binary | 10101 | 101000 | 101110 | 110110 | 1101 | 0 | 1010010 | 11000010 | 100101 | 1101 |
Color Harmonies of #15282E
Complementary color
Monochromatic Colors of #15282E
Black with #15282E
Text Example
Text Example
White with #15282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15282E; }
p { color: rgb(21,40,46); }
H1.HeaderClassName
{
color: #15282E;
}
.AnyTagClassName
{
color: #15282E;
}
</style>
background-color css
<style>
a { background-color: #15282E; }
a { background-color: rgb(21,40,46); }
div.DivClassName
{
background-color: #15282E;
}
.BgClassName
{
background-color: #15282E;
}
</style>
border-color css
<style>
span { border-color: #15282E; }
span { border-color: rgb(21,40,46); }
td.TdClassName
{
border-color: #15282E;
}
.TagClassName
{
border-color: #15282E;
}
</style>