Shades of Black Pearl #152834
Tints of Black Pearl #152834
RGB
CMYK
RGB Variations
Color information
#152834 (or 0x152834) is known color: Black Pearl. HEX triplet: 15, 28 and 34. RGB value is (21,40,52). Sum of RGB (Red+Green+Blue) = 21+40+52=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 52 (20.70% from 255 or 46.02% from 113); Max value from RGB is 52 - color contains mainly: blue. Hex color #152834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152834 is #EAD7CB. Grayscale: #232323. Windows color (decimal): -15390668 or 3418133. OLE color: 3418133.
HSL color Cylindrical-coordinate representation of color #152834: hue angle of 203.23º 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 #152834 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 40 | 52 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.80 |
| HSL | 203.23º | 0.42% | 0.14% | - |
| HSV(B) | 203.23º | 0.6% | 0.2% | - |
| XYZ | 1.69 | 1.92 | 3.53 | - |
| YUV | 35.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 52 | 0.60 | 0.23 | 0 | 0.80 | 203.23 | 0.42 | 0.14 |
| Hex | 15 | 28 | 34 | 3C | 17 | 0 | 50 | CB | 2A | E |
| Octal | 25 | 50 | 64 | 74 | 27 | 0 | 120 | 313 | 52 | 16 |
| Binary | 10101 | 101000 | 110100 | 111100 | 10111 | 0 | 1010000 | 11001011 | 101010 | 1110 |
Color Harmonies of #152834
Complementary color
Monochromatic Colors of #152834
Black with #152834
Text Example
Text Example
White with #152834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152834; }
p { color: rgb(21,40,52); }
H1.HeaderClassName
{
color: #152834;
}
.AnyTagClassName
{
color: #152834;
}
</style>
background-color css
<style>
a { background-color: #152834; }
a { background-color: rgb(21,40,52); }
div.DivClassName
{
background-color: #152834;
}
.BgClassName
{
background-color: #152834;
}
</style>
border-color css
<style>
span { border-color: #152834; }
span { border-color: rgb(21,40,52); }
td.TdClassName
{
border-color: #152834;
}
.TagClassName
{
border-color: #152834;
}
</style>