Shades of Black Pearl #15202F
Tints of Black Pearl #15202F
RGB
CMYK
RGB Variations
Color information
#15202F (or 0x15202F) is known color: Black Pearl. HEX triplet: 15, 20 and 2F. RGB value is (21,32,47). Sum of RGB (Red+Green+Blue) = 21+32+47=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 47 - color contains mainly: blue. Hex color #15202F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15202F is #EADFD0. Grayscale: #1E1E1E. Windows color (decimal): -15392721 or 3088405. OLE color: 3088405.
HSL color Cylindrical-coordinate representation of color #15202F: hue angle of 214.62º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #15202F is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 32 | 47 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.82 |
| HSL | 214.62º | 0.38% | 0.13% | - |
| HSV(B) | 214.62º | 0.55% | 0.18% | - |
| XYZ | 1.34 | 1.4 | 2.89 | - |
| YUV | 30.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 47 | 0.55 | 0.32 | 0 | 0.82 | 214.62 | 0.38 | 0.13 |
| Hex | 15 | 20 | 2F | 37 | 20 | 0 | 52 | D7 | 26 | D |
| Octal | 25 | 40 | 57 | 67 | 40 | 0 | 122 | 327 | 46 | 15 |
| Binary | 10101 | 100000 | 101111 | 110111 | 100000 | 0 | 1010010 | 11010111 | 100110 | 1101 |
Color Harmonies of #15202F
Complementary color
Monochromatic Colors of #15202F
Black with #15202F
Text Example
Text Example
White with #15202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15202F; }
p { color: rgb(21,32,47); }
H1.HeaderClassName
{
color: #15202F;
}
.AnyTagClassName
{
color: #15202F;
}
</style>
background-color css
<style>
a { background-color: #15202F; }
a { background-color: rgb(21,32,47); }
div.DivClassName
{
background-color: #15202F;
}
.BgClassName
{
background-color: #15202F;
}
</style>
border-color css
<style>
span { border-color: #15202F; }
span { border-color: rgb(21,32,47); }
td.TdClassName
{
border-color: #15202F;
}
.TagClassName
{
border-color: #15202F;
}
</style>