Shades of Black Pearl #15252B
Tints of Black Pearl #15252B
RGB
CMYK
RGB Variations
Color information
#15252B (or 0x15252B) is known color: Black Pearl. HEX triplet: 15, 25 and 2B. RGB value is (21,37,43). Sum of RGB (Red+Green+Blue) = 21+37+43=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 43 - color contains mainly: blue. Hex color #15252B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15252B is #EADAD4. Grayscale: #202020. Windows color (decimal): -15391445 or 2827541. OLE color: 2827541.
HSL color Cylindrical-coordinate representation of color #15252B: hue angle of 196.36º 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 #15252B is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 37 | 43 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.83 |
| HSL | 196.36º | 0.34% | 0.13% | - |
| HSV(B) | 196.36º | 0.51% | 0.17% | - |
| XYZ | 1.41 | 1.66 | 2.53 | - |
| YUV | 32.9 | 133.7 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 43 | 0.51 | 0.14 | 0 | 0.83 | 196.36 | 0.34 | 0.13 |
| Hex | 15 | 25 | 2B | 33 | E | 0 | 53 | C4 | 22 | D |
| Octal | 25 | 45 | 53 | 63 | 16 | 0 | 123 | 304 | 42 | 15 |
| Binary | 10101 | 100101 | 101011 | 110011 | 1110 | 0 | 1010011 | 11000100 | 100010 | 1101 |
Color Harmonies of #15252B
Complementary color
Monochromatic Colors of #15252B
Black with #15252B
Text Example
Text Example
White with #15252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15252B; }
p { color: rgb(21,37,43); }
H1.HeaderClassName
{
color: #15252B;
}
.AnyTagClassName
{
color: #15252B;
}
</style>
background-color css
<style>
a { background-color: #15252B; }
a { background-color: rgb(21,37,43); }
div.DivClassName
{
background-color: #15252B;
}
.BgClassName
{
background-color: #15252B;
}
</style>
border-color css
<style>
span { border-color: #15252B; }
span { border-color: rgb(21,37,43); }
td.TdClassName
{
border-color: #15252B;
}
.TagClassName
{
border-color: #15252B;
}
</style>