Shades of Black Pearl #15272A
Tints of Black Pearl #15272A
RGB
CMYK
RGB Variations
Color information
#15272A (or 0x15272A) is known color: Black Pearl. HEX triplet: 15, 27 and 2A. RGB value is (21,39,42). Sum of RGB (Red+Green+Blue) = 21+39+42=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 39 (15.62% from 255 or 38.24% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 42 - color contains mainly: blue. Hex color #15272A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15272A is #EAD8D5. Grayscale: #212121. Windows color (decimal): -15390934 or 2762517. OLE color: 2762517.
HSL color Cylindrical-coordinate representation of color #15272A: hue angle of 188.57º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #15272A is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 39 | 42 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.84 |
| HSL | 188.57º | 0.33% | 0.12% | - |
| HSV(B) | 188.57º | 0.5% | 0.16% | - |
| XYZ | 1.45 | 1.78 | 2.46 | - |
| YUV | 33.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 39 | 42 | 0.50 | 0.07 | 0 | 0.84 | 188.57 | 0.33 | 0.12 |
| Hex | 15 | 27 | 2A | 32 | 7 | 0 | 54 | BD | 21 | C |
| Octal | 25 | 47 | 52 | 62 | 7 | 0 | 124 | 275 | 41 | 14 |
| Binary | 10101 | 100111 | 101010 | 110010 | 111 | 0 | 1010100 | 10111101 | 100001 | 1100 |
Color Harmonies of #15272A
Complementary color
Monochromatic Colors of #15272A
Black with #15272A
Text Example
Text Example
White with #15272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15272A; }
p { color: rgb(21,39,42); }
H1.HeaderClassName
{
color: #15272A;
}
.AnyTagClassName
{
color: #15272A;
}
</style>
background-color css
<style>
a { background-color: #15272A; }
a { background-color: rgb(21,39,42); }
div.DivClassName
{
background-color: #15272A;
}
.BgClassName
{
background-color: #15272A;
}
</style>
border-color css
<style>
span { border-color: #15272A; }
span { border-color: rgb(21,39,42); }
td.TdClassName
{
border-color: #15272A;
}
.TagClassName
{
border-color: #15272A;
}
</style>