Shades of Black Pearl #15242B
Tints of Black Pearl #15242B
RGB
CMYK
RGB Variations
Color information
#15242B (or 0x15242B) is known color: Black Pearl. HEX triplet: 15, 24 and 2B. RGB value is (21,36,43). Sum of RGB (Red+Green+Blue) = 21+36+43=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 43 (17.19% from 255 or 43% from 100); Max value from RGB is 43 - color contains mainly: blue. Hex color #15242B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15242B is #EADBD4. Grayscale: #202020. Windows color (decimal): -15391701 or 2827285. OLE color: 2827285.
HSL color Cylindrical-coordinate representation of color #15242B: hue angle of 199.09º 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 #15242B is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 36 | 43 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.83 |
| HSL | 199.09º | 0.34% | 0.13% | - |
| HSV(B) | 199.09º | 0.51% | 0.17% | - |
| XYZ | 1.38 | 1.6 | 2.52 | - |
| YUV | 32.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 43 | 0.51 | 0.16 | 0 | 0.83 | 199.09 | 0.34 | 0.13 |
| Hex | 15 | 24 | 2B | 33 | 10 | 0 | 53 | C7 | 22 | D |
| Octal | 25 | 44 | 53 | 63 | 20 | 0 | 123 | 307 | 42 | 15 |
| Binary | 10101 | 100100 | 101011 | 110011 | 10000 | 0 | 1010011 | 11000111 | 100010 | 1101 |
Color Harmonies of #15242B
Complementary color
Monochromatic Colors of #15242B
Black with #15242B
Text Example
Text Example
White with #15242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15242B; }
p { color: rgb(21,36,43); }
H1.HeaderClassName
{
color: #15242B;
}
.AnyTagClassName
{
color: #15242B;
}
</style>
background-color css
<style>
a { background-color: #15242B; }
a { background-color: rgb(21,36,43); }
div.DivClassName
{
background-color: #15242B;
}
.BgClassName
{
background-color: #15242B;
}
</style>
border-color css
<style>
span { border-color: #15242B; }
span { border-color: rgb(21,36,43); }
td.TdClassName
{
border-color: #15242B;
}
.TagClassName
{
border-color: #15242B;
}
</style>