Shades of Black Pearl #152D33
Tints of Black Pearl #152D33
RGB
CMYK
RGB Variations
Color information
#152D33 (or 0x152D33) is known color: Black Pearl. HEX triplet: 15, 2D and 33. RGB value is (21,45,51). Sum of RGB (Red+Green+Blue) = 21+45+51=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 51 - color contains mainly: blue. Hex color #152D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D33 is #EAD2CC. Grayscale: #262626. Windows color (decimal): -15389389 or 3353877. OLE color: 3353877.
HSL color Cylindrical-coordinate representation of color #152D33: hue angle of 192º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #152D33 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 21 | 45 | 51 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.8 |
| HSL | 192º | 0.42% | 0.14% | - |
| HSV(B) | 192º | 0.59% | 0.2% | - |
| XYZ | 1.85 | 2.28 | 3.47 | - |
| YUV | 38.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 51 | 0.59 | 0.12 | 0 | 0.8 | 192 | 0.42 | 0.14 |
| Hex | 15 | 2D | 33 | 3B | C | 0 | 50 | C0 | 2A | E |
| Octal | 25 | 55 | 63 | 73 | 14 | 0 | 120 | 300 | 52 | 16 |
| Binary | 10101 | 101101 | 110011 | 111011 | 1100 | 0 | 1010000 | 11000000 | 101010 | 1110 |
Color Harmonies of #152D33
Complementary color
Monochromatic Colors of #152D33
Black with #152D33
Text Example
Text Example
White with #152D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D33; }
p { color: rgb(21,45,51); }
H1.HeaderClassName
{
color: #152D33;
}
.AnyTagClassName
{
color: #152D33;
}
</style>
background-color css
<style>
a { background-color: #152D33; }
a { background-color: rgb(21,45,51); }
div.DivClassName
{
background-color: #152D33;
}
.BgClassName
{
background-color: #152D33;
}
</style>
border-color css
<style>
span { border-color: #152D33; }
span { border-color: rgb(21,45,51); }
td.TdClassName
{
border-color: #152D33;
}
.TagClassName
{
border-color: #152D33;
}
</style>