Shades of Black Pearl #15272D
Tints of Black Pearl #15272D
RGB
CMYK
RGB Variations
Color information
#15272D (or 0x15272D) is known color: Black Pearl. HEX triplet: 15, 27 and 2D. RGB value is (21,39,45). Sum of RGB (Red+Green+Blue) = 21+39+45=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 39 (15.62% from 255 or 37.14% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 45 - color contains mainly: blue. Hex color #15272D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15272D is #EAD8D2. Grayscale: #222222. Windows color (decimal): -15390931 or 2959125. OLE color: 2959125.
HSL color Cylindrical-coordinate representation of color #15272D: hue angle of 195º 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 #15272D is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 39 | 45 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.82 |
| HSL | 195º | 0.36% | 0.13% | - |
| HSV(B) | 195º | 0.53% | 0.18% | - |
| XYZ | 1.51 | 1.8 | 2.75 | - |
| YUV | 34.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 39 | 45 | 0.53 | 0.13 | 0 | 0.82 | 195 | 0.36 | 0.13 |
| Hex | 15 | 27 | 2D | 35 | D | 0 | 52 | C3 | 24 | D |
| Octal | 25 | 47 | 55 | 65 | 15 | 0 | 122 | 303 | 44 | 15 |
| Binary | 10101 | 100111 | 101101 | 110101 | 1101 | 0 | 1010010 | 11000011 | 100100 | 1101 |
Color Harmonies of #15272D
Complementary color
Monochromatic Colors of #15272D
Black with #15272D
Text Example
Text Example
White with #15272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15272D; }
p { color: rgb(21,39,45); }
H1.HeaderClassName
{
color: #15272D;
}
.AnyTagClassName
{
color: #15272D;
}
</style>
background-color css
<style>
a { background-color: #15272D; }
a { background-color: rgb(21,39,45); }
div.DivClassName
{
background-color: #15272D;
}
.BgClassName
{
background-color: #15272D;
}
</style>
border-color css
<style>
span { border-color: #15272D; }
span { border-color: rgb(21,39,45); }
td.TdClassName
{
border-color: #15272D;
}
.TagClassName
{
border-color: #15272D;
}
</style>