Shades of Black Pearl #152B34
Tints of Black Pearl #152B34
RGB
CMYK
RGB Variations
Color information
#152B34 (or 0x152B34) is known color: Black Pearl. HEX triplet: 15, 2B and 34. RGB value is (21,43,52). Sum of RGB (Red+Green+Blue) = 21+43+52=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 52 - color contains mainly: blue. Hex color #152B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152B34 is #EAD4CB. Grayscale: #252525. Windows color (decimal): -15389900 or 3418901. OLE color: 3418901.
HSL color Cylindrical-coordinate representation of color #152B34: hue angle of 197.42º 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 #152B34 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 43 | 52 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.80 |
| HSL | 197.42º | 0.42% | 0.14% | - |
| HSV(B) | 197.42º | 0.6% | 0.2% | - |
| XYZ | 1.79 | 2.14 | 3.57 | - |
| YUV | 37.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 52 | 0.60 | 0.17 | 0 | 0.80 | 197.42 | 0.42 | 0.14 |
| Hex | 15 | 2B | 34 | 3C | 11 | 0 | 50 | C5 | 2A | E |
| Octal | 25 | 53 | 64 | 74 | 21 | 0 | 120 | 305 | 52 | 16 |
| Binary | 10101 | 101011 | 110100 | 111100 | 10001 | 0 | 1010000 | 11000101 | 101010 | 1110 |
Color Harmonies of #152B34
Complementary color
Monochromatic Colors of #152B34
Black with #152B34
Text Example
Text Example
White with #152B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152B34; }
p { color: rgb(21,43,52); }
H1.HeaderClassName
{
color: #152B34;
}
.AnyTagClassName
{
color: #152B34;
}
</style>
background-color css
<style>
a { background-color: #152B34; }
a { background-color: rgb(21,43,52); }
div.DivClassName
{
background-color: #152B34;
}
.BgClassName
{
background-color: #152B34;
}
</style>
border-color css
<style>
span { border-color: #152B34; }
span { border-color: rgb(21,43,52); }
td.TdClassName
{
border-color: #152B34;
}
.TagClassName
{
border-color: #152B34;
}
</style>