Shades of Black Pearl #15212B
Tints of Black Pearl #15212B
RGB
CMYK
RGB Variations
Color information
#15212B (or 0x15212B) is known color: Black Pearl. HEX triplet: 15, 21 and 2B. RGB value is (21,33,43). Sum of RGB (Red+Green+Blue) = 21+33+43=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 43 (17.19% from 255 or 44.33% from 97); Max value from RGB is 43 - color contains mainly: blue. Hex color #15212B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15212B is #EADED4. Grayscale: #1E1E1E. Windows color (decimal): -15392469 or 2826517. OLE color: 2826517.
HSL color Cylindrical-coordinate representation of color #15212B: hue angle of 207.27º 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 #15212B is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 33 | 43 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.83 |
| HSL | 207.27º | 0.34% | 0.13% | - |
| HSV(B) | 207.27º | 0.51% | 0.17% | - |
| XYZ | 1.29 | 1.42 | 2.49 | - |
| YUV | 30.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 43 | 0.51 | 0.23 | 0 | 0.83 | 207.27 | 0.34 | 0.13 |
| Hex | 15 | 21 | 2B | 33 | 17 | 0 | 53 | CF | 22 | D |
| Octal | 25 | 41 | 53 | 63 | 27 | 0 | 123 | 317 | 42 | 15 |
| Binary | 10101 | 100001 | 101011 | 110011 | 10111 | 0 | 1010011 | 11001111 | 100010 | 1101 |
Color Harmonies of #15212B
Complementary color
Monochromatic Colors of #15212B
Black with #15212B
Text Example
Text Example
White with #15212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15212B; }
p { color: rgb(21,33,43); }
H1.HeaderClassName
{
color: #15212B;
}
.AnyTagClassName
{
color: #15212B;
}
</style>
background-color css
<style>
a { background-color: #15212B; }
a { background-color: rgb(21,33,43); }
div.DivClassName
{
background-color: #15212B;
}
.BgClassName
{
background-color: #15212B;
}
</style>
border-color css
<style>
span { border-color: #15212B; }
span { border-color: rgb(21,33,43); }
td.TdClassName
{
border-color: #15212B;
}
.TagClassName
{
border-color: #15212B;
}
</style>