Shades of Black Pearl #152A34
Tints of Black Pearl #152A34
RGB
CMYK
RGB Variations
Color information
#152A34 (or 0x152A34) is known color: Black Pearl. HEX triplet: 15, 2A and 34. RGB value is (21,42,52). Sum of RGB (Red+Green+Blue) = 21+42+52=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 52 - color contains mainly: blue. Hex color #152A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152A34 is #EAD5CB. Grayscale: #242424. Windows color (decimal): -15390156 or 3418645. OLE color: 3418645.
HSL color Cylindrical-coordinate representation of color #152A34: hue angle of 199.35º 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 #152A34 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 42 | 52 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.80 |
| HSL | 199.35º | 0.42% | 0.14% | - |
| HSV(B) | 199.35º | 0.6% | 0.2% | - |
| XYZ | 1.76 | 2.06 | 3.55 | - |
| YUV | 36.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 52 | 0.60 | 0.19 | 0 | 0.80 | 199.35 | 0.42 | 0.14 |
| Hex | 15 | 2A | 34 | 3C | 13 | 0 | 50 | C7 | 2A | E |
| Octal | 25 | 52 | 64 | 74 | 23 | 0 | 120 | 307 | 52 | 16 |
| Binary | 10101 | 101010 | 110100 | 111100 | 10011 | 0 | 1010000 | 11000111 | 101010 | 1110 |
Color Harmonies of #152A34
Complementary color
Monochromatic Colors of #152A34
Black with #152A34
Text Example
Text Example
White with #152A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152A34; }
p { color: rgb(21,42,52); }
H1.HeaderClassName
{
color: #152A34;
}
.AnyTagClassName
{
color: #152A34;
}
</style>
background-color css
<style>
a { background-color: #152A34; }
a { background-color: rgb(21,42,52); }
div.DivClassName
{
background-color: #152A34;
}
.BgClassName
{
background-color: #152A34;
}
</style>
border-color css
<style>
span { border-color: #152A34; }
span { border-color: rgb(21,42,52); }
td.TdClassName
{
border-color: #152A34;
}
.TagClassName
{
border-color: #152A34;
}
</style>