Shades of Black Pearl #152A2E
Tints of Black Pearl #152A2E
RGB
CMYK
RGB Variations
Color information
#152A2E (or 0x152A2E) is known color: Black Pearl. HEX triplet: 15, 2A and 2E. RGB value is (21,42,46). Sum of RGB (Red+Green+Blue) = 21+42+46=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 42 (16.80% from 255 or 38.53% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 46 - color contains mainly: blue. Hex color #152A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152A2E is #EAD5D1. Grayscale: #242424. Windows color (decimal): -15390162 or 3025429. OLE color: 3025429.
HSL color Cylindrical-coordinate representation of color #152A2E: hue angle of 189.6º 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 #152A2E is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 42 | 46 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.82 |
| HSL | 189.6º | 0.37% | 0.13% | - |
| HSV(B) | 189.6º | 0.54% | 0.18% | - |
| XYZ | 1.63 | 2.01 | 2.89 | - |
| YUV | 36.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 46 | 0.54 | 0.09 | 0 | 0.82 | 189.6 | 0.37 | 0.13 |
| Hex | 15 | 2A | 2E | 36 | 9 | 0 | 52 | BE | 25 | D |
| Octal | 25 | 52 | 56 | 66 | 11 | 0 | 122 | 276 | 45 | 15 |
| Binary | 10101 | 101010 | 101110 | 110110 | 1001 | 0 | 1010010 | 10111110 | 100101 | 1101 |
Color Harmonies of #152A2E
Complementary color
Monochromatic Colors of #152A2E
Black with #152A2E
Text Example
Text Example
White with #152A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152A2E; }
p { color: rgb(21,42,46); }
H1.HeaderClassName
{
color: #152A2E;
}
.AnyTagClassName
{
color: #152A2E;
}
</style>
background-color css
<style>
a { background-color: #152A2E; }
a { background-color: rgb(21,42,46); }
div.DivClassName
{
background-color: #152A2E;
}
.BgClassName
{
background-color: #152A2E;
}
</style>
border-color css
<style>
span { border-color: #152A2E; }
span { border-color: rgb(21,42,46); }
td.TdClassName
{
border-color: #152A2E;
}
.TagClassName
{
border-color: #152A2E;
}
</style>