Shades of Black Pearl #15202D
Tints of Black Pearl #15202D
RGB
CMYK
RGB Variations
Color information
#15202D (or 0x15202D) is known color: Black Pearl. HEX triplet: 15, 20 and 2D. RGB value is (21,32,45). Sum of RGB (Red+Green+Blue) = 21+32+45=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 45 (17.97% from 255 or 45.92% from 98); Max value from RGB is 45 - color contains mainly: blue. Hex color #15202D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15202D is #EADFD2. Grayscale: #1E1E1E. Windows color (decimal): -15392723 or 2957333. OLE color: 2957333.
HSL color Cylindrical-coordinate representation of color #15202D: hue angle of 212.5º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #15202D is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 32 | 45 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.82 |
| HSL | 212.5º | 0.36% | 0.13% | - |
| HSV(B) | 212.5º | 0.53% | 0.18% | - |
| XYZ | 1.3 | 1.38 | 2.68 | - |
| YUV | 30.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 45 | 0.53 | 0.29 | 0 | 0.82 | 212.5 | 0.36 | 0.13 |
| Hex | 15 | 20 | 2D | 35 | 1D | 0 | 52 | D4 | 24 | D |
| Octal | 25 | 40 | 55 | 65 | 35 | 0 | 122 | 324 | 44 | 15 |
| Binary | 10101 | 100000 | 101101 | 110101 | 11101 | 0 | 1010010 | 11010100 | 100100 | 1101 |
Color Harmonies of #15202D
Complementary color
Monochromatic Colors of #15202D
Black with #15202D
Text Example
Text Example
White with #15202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15202D; }
p { color: rgb(21,32,45); }
H1.HeaderClassName
{
color: #15202D;
}
.AnyTagClassName
{
color: #15202D;
}
</style>
background-color css
<style>
a { background-color: #15202D; }
a { background-color: rgb(21,32,45); }
div.DivClassName
{
background-color: #15202D;
}
.BgClassName
{
background-color: #15202D;
}
</style>
border-color css
<style>
span { border-color: #15202D; }
span { border-color: rgb(21,32,45); }
td.TdClassName
{
border-color: #15202D;
}
.TagClassName
{
border-color: #15202D;
}
</style>