Shades of Black Pearl #15252A
Tints of Black Pearl #15252A
RGB
CMYK
RGB Variations
Color information
#15252A (or 0x15252A) is known color: Black Pearl. HEX triplet: 15, 25 and 2A. RGB value is (21,37,42). Sum of RGB (Red+Green+Blue) = 21+37+42=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 42 - color contains mainly: blue. Hex color #15252A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15252A is #EADAD5. Grayscale: #202020. Windows color (decimal): -15391446 or 2762005. OLE color: 2762005.
HSL color Cylindrical-coordinate representation of color #15252A: hue angle of 194.29º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #15252A is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 37 | 42 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.84 |
| HSL | 194.29º | 0.33% | 0.12% | - |
| HSV(B) | 194.29º | 0.5% | 0.16% | - |
| XYZ | 1.39 | 1.65 | 2.44 | - |
| YUV | 32.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 42 | 0.50 | 0.12 | 0 | 0.84 | 194.29 | 0.33 | 0.12 |
| Hex | 15 | 25 | 2A | 32 | C | 0 | 54 | C2 | 21 | C |
| Octal | 25 | 45 | 52 | 62 | 14 | 0 | 124 | 302 | 41 | 14 |
| Binary | 10101 | 100101 | 101010 | 110010 | 1100 | 0 | 1010100 | 11000010 | 100001 | 1100 |
Color Harmonies of #15252A
Complementary color
Monochromatic Colors of #15252A
Black with #15252A
Text Example
Text Example
White with #15252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15252A; }
p { color: rgb(21,37,42); }
H1.HeaderClassName
{
color: #15252A;
}
.AnyTagClassName
{
color: #15252A;
}
</style>
background-color css
<style>
a { background-color: #15252A; }
a { background-color: rgb(21,37,42); }
div.DivClassName
{
background-color: #15252A;
}
.BgClassName
{
background-color: #15252A;
}
</style>
border-color css
<style>
span { border-color: #15252A; }
span { border-color: rgb(21,37,42); }
td.TdClassName
{
border-color: #15252A;
}
.TagClassName
{
border-color: #15252A;
}
</style>