Shades of Black Pearl #15272B
Tints of Black Pearl #15272B
RGB
CMYK
RGB Variations
Color information
#15272B (or 0x15272B) is known color: Black Pearl. HEX triplet: 15, 27 and 2B. RGB value is (21,39,43). Sum of RGB (Red+Green+Blue) = 21+39+43=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 39 (15.62% from 255 or 37.86% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 43 - color contains mainly: blue. Hex color #15272B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15272B is #EAD8D4. Grayscale: #222222. Windows color (decimal): -15390933 or 2828053. OLE color: 2828053.
HSL color Cylindrical-coordinate representation of color #15272B: hue angle of 190.91º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #15272B is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 39 | 43 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.83 |
| HSL | 190.91º | 0.34% | 0.13% | - |
| HSV(B) | 190.91º | 0.51% | 0.17% | - |
| XYZ | 1.47 | 1.78 | 2.55 | - |
| YUV | 34.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 39 | 43 | 0.51 | 0.09 | 0 | 0.83 | 190.91 | 0.34 | 0.13 |
| Hex | 15 | 27 | 2B | 33 | 9 | 0 | 53 | BF | 22 | D |
| Octal | 25 | 47 | 53 | 63 | 11 | 0 | 123 | 277 | 42 | 15 |
| Binary | 10101 | 100111 | 101011 | 110011 | 1001 | 0 | 1010011 | 10111111 | 100010 | 1101 |
Color Harmonies of #15272B
Complementary color
Monochromatic Colors of #15272B
Black with #15272B
Text Example
Text Example
White with #15272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15272B; }
p { color: rgb(21,39,43); }
H1.HeaderClassName
{
color: #15272B;
}
.AnyTagClassName
{
color: #15272B;
}
</style>
background-color css
<style>
a { background-color: #15272B; }
a { background-color: rgb(21,39,43); }
div.DivClassName
{
background-color: #15272B;
}
.BgClassName
{
background-color: #15272B;
}
</style>
border-color css
<style>
span { border-color: #15272B; }
span { border-color: rgb(21,39,43); }
td.TdClassName
{
border-color: #15272B;
}
.TagClassName
{
border-color: #15272B;
}
</style>