Shades of Black Pearl #15282B
Tints of Black Pearl #15282B
RGB
CMYK
RGB Variations
Color information
#15282B (or 0x15282B) is known color: Black Pearl. HEX triplet: 15, 28 and 2B. RGB value is (21,40,43). Sum of RGB (Red+Green+Blue) = 21+40+43=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 43 (17.19% from 255 or 41.35% from 104); Max value from RGB is 43 - color contains mainly: blue. Hex color #15282B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15282B is #EAD7D4. Grayscale: #222222. Windows color (decimal): -15390677 or 2828309. OLE color: 2828309.
HSL color Cylindrical-coordinate representation of color #15282B: hue angle of 188.18º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #15282B is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 40 | 43 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.83 |
| HSL | 188.18º | 0.34% | 0.13% | - |
| HSV(B) | 188.18º | 0.51% | 0.17% | - |
| XYZ | 1.5 | 1.85 | 2.56 | - |
| YUV | 34.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 43 | 0.51 | 0.07 | 0 | 0.83 | 188.18 | 0.34 | 0.13 |
| Hex | 15 | 28 | 2B | 33 | 7 | 0 | 53 | BC | 22 | D |
| Octal | 25 | 50 | 53 | 63 | 7 | 0 | 123 | 274 | 42 | 15 |
| Binary | 10101 | 101000 | 101011 | 110011 | 111 | 0 | 1010011 | 10111100 | 100010 | 1101 |
Color Harmonies of #15282B
Complementary color
Monochromatic Colors of #15282B
Black with #15282B
Text Example
Text Example
White with #15282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15282B; }
p { color: rgb(21,40,43); }
H1.HeaderClassName
{
color: #15282B;
}
.AnyTagClassName
{
color: #15282B;
}
</style>
background-color css
<style>
a { background-color: #15282B; }
a { background-color: rgb(21,40,43); }
div.DivClassName
{
background-color: #15282B;
}
.BgClassName
{
background-color: #15282B;
}
</style>
border-color css
<style>
span { border-color: #15282B; }
span { border-color: rgb(21,40,43); }
td.TdClassName
{
border-color: #15282B;
}
.TagClassName
{
border-color: #15282B;
}
</style>