Shades of Black Pearl #152934
Tints of Black Pearl #152934
RGB
CMYK
RGB Variations
Color information
#152934 (or 0x152934) is known color: Black Pearl. HEX triplet: 15, 29 and 34. RGB value is (21,41,52). Sum of RGB (Red+Green+Blue) = 21+41+52=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 52 (20.70% from 255 or 45.61% from 114); Max value from RGB is 52 - color contains mainly: blue. Hex color #152934 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152934 is #EAD6CB. Grayscale: #242424. Windows color (decimal): -15390412 or 3418389. OLE color: 3418389.
HSL color Cylindrical-coordinate representation of color #152934: hue angle of 201.29º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #152934 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 41 | 52 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.80 |
| HSL | 201.29º | 0.42% | 0.14% | - |
| HSV(B) | 201.29º | 0.6% | 0.2% | - |
| XYZ | 1.72 | 1.99 | 3.54 | - |
| YUV | 36.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 41 | 52 | 0.60 | 0.21 | 0 | 0.80 | 201.29 | 0.42 | 0.14 |
| Hex | 15 | 29 | 34 | 3C | 15 | 0 | 50 | C9 | 2A | E |
| Octal | 25 | 51 | 64 | 74 | 25 | 0 | 120 | 311 | 52 | 16 |
| Binary | 10101 | 101001 | 110100 | 111100 | 10101 | 0 | 1010000 | 11001001 | 101010 | 1110 |
Color Harmonies of #152934
Complementary color
Monochromatic Colors of #152934
Black with #152934
Text Example
Text Example
White with #152934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152934; }
p { color: rgb(21,41,52); }
H1.HeaderClassName
{
color: #152934;
}
.AnyTagClassName
{
color: #152934;
}
</style>
background-color css
<style>
a { background-color: #152934; }
a { background-color: rgb(21,41,52); }
div.DivClassName
{
background-color: #152934;
}
.BgClassName
{
background-color: #152934;
}
</style>
border-color css
<style>
span { border-color: #152934; }
span { border-color: rgb(21,41,52); }
td.TdClassName
{
border-color: #152934;
}
.TagClassName
{
border-color: #152934;
}
</style>