Shades of Black Pearl #15262E
Tints of Black Pearl #15262E
RGB
CMYK
RGB Variations
Color information
#15262E (or 0x15262E) is known color: Black Pearl. HEX triplet: 15, 26 and 2E. RGB value is (21,38,46). Sum of RGB (Red+Green+Blue) = 21+38+46=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 46 - color contains mainly: blue. Hex color #15262E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15262E is #EAD9D1. Grayscale: #212121. Windows color (decimal): -15391186 or 3024405. OLE color: 3024405.
HSL color Cylindrical-coordinate representation of color #15262E: hue angle of 199.2º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #15262E is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 38 | 46 | - |
| CMYK | 0.54 | 0.17 | 0 | 0.82 |
| HSL | 199.2º | 0.37% | 0.13% | - |
| HSV(B) | 199.2º | 0.54% | 0.18% | - |
| XYZ | 1.5 | 1.74 | 2.84 | - |
| YUV | 33.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 46 | 0.54 | 0.17 | 0 | 0.82 | 199.2 | 0.37 | 0.13 |
| Hex | 15 | 26 | 2E | 36 | 11 | 0 | 52 | C7 | 25 | D |
| Octal | 25 | 46 | 56 | 66 | 21 | 0 | 122 | 307 | 45 | 15 |
| Binary | 10101 | 100110 | 101110 | 110110 | 10001 | 0 | 1010010 | 11000111 | 100101 | 1101 |
Color Harmonies of #15262E
Complementary color
Monochromatic Colors of #15262E
Black with #15262E
Text Example
Text Example
White with #15262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15262E; }
p { color: rgb(21,38,46); }
H1.HeaderClassName
{
color: #15262E;
}
.AnyTagClassName
{
color: #15262E;
}
</style>
background-color css
<style>
a { background-color: #15262E; }
a { background-color: rgb(21,38,46); }
div.DivClassName
{
background-color: #15262E;
}
.BgClassName
{
background-color: #15262E;
}
</style>
border-color css
<style>
span { border-color: #15262E; }
span { border-color: rgb(21,38,46); }
td.TdClassName
{
border-color: #15262E;
}
.TagClassName
{
border-color: #15262E;
}
</style>