Shades of Black Pearl #15242D
Tints of Black Pearl #15242D
RGB
CMYK
RGB Variations
Color information
#15242D (or 0x15242D) is known color: Black Pearl. HEX triplet: 15, 24 and 2D. RGB value is (21,36,45). Sum of RGB (Red+Green+Blue) = 21+36+45=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 45 (17.97% from 255 or 44.12% from 102); Max value from RGB is 45 - color contains mainly: blue. Hex color #15242D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15242D is #EADBD2. Grayscale: #202020. Windows color (decimal): -15391699 or 2958357. OLE color: 2958357.
HSL color Cylindrical-coordinate representation of color #15242D: hue angle of 202.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 #15242D is Cyan = 0.53, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 36 | 45 | - |
| CMYK | 0.53 | 0.2 | 0 | 0.82 |
| HSL | 202.5º | 0.36% | 0.13% | - |
| HSV(B) | 202.5º | 0.53% | 0.18% | - |
| XYZ | 1.41 | 1.61 | 2.72 | - |
| YUV | 32.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 45 | 0.53 | 0.2 | 0 | 0.82 | 202.5 | 0.36 | 0.13 |
| Hex | 15 | 24 | 2D | 35 | 14 | 0 | 52 | CA | 24 | D |
| Octal | 25 | 44 | 55 | 65 | 24 | 0 | 122 | 312 | 44 | 15 |
| Binary | 10101 | 100100 | 101101 | 110101 | 10100 | 0 | 1010010 | 11001010 | 100100 | 1101 |
Color Harmonies of #15242D
Complementary color
Monochromatic Colors of #15242D
Black with #15242D
Text Example
Text Example
White with #15242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15242D; }
p { color: rgb(21,36,45); }
H1.HeaderClassName
{
color: #15242D;
}
.AnyTagClassName
{
color: #15242D;
}
</style>
background-color css
<style>
a { background-color: #15242D; }
a { background-color: rgb(21,36,45); }
div.DivClassName
{
background-color: #15242D;
}
.BgClassName
{
background-color: #15242D;
}
</style>
border-color css
<style>
span { border-color: #15242D; }
span { border-color: rgb(21,36,45); }
td.TdClassName
{
border-color: #15242D;
}
.TagClassName
{
border-color: #15242D;
}
</style>