Shades of Black Pearl #152330
Tints of Black Pearl #152330
RGB
CMYK
RGB Variations
Color information
#152330 (or 0x152330) is known color: Black Pearl. HEX triplet: 15, 23 and 30. RGB value is (21,35,48). Sum of RGB (Red+Green+Blue) = 21+35+48=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 48 - color contains mainly: blue. Hex color #152330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152330 is #EADCCF. Grayscale: #202020. Windows color (decimal): -15391952 or 3154709. OLE color: 3154709.
HSL color Cylindrical-coordinate representation of color #152330: hue angle of 208.89º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #152330 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 35 | 48 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.81 |
| HSL | 208.89º | 0.39% | 0.14% | - |
| HSV(B) | 208.89º | 0.56% | 0.19% | - |
| XYZ | 1.44 | 1.57 | 3.02 | - |
| YUV | 32.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 35 | 48 | 0.56 | 0.27 | 0 | 0.81 | 208.89 | 0.39 | 0.14 |
| Hex | 15 | 23 | 30 | 38 | 1B | 0 | 51 | D1 | 27 | E |
| Octal | 25 | 43 | 60 | 70 | 33 | 0 | 121 | 321 | 47 | 16 |
| Binary | 10101 | 100011 | 110000 | 111000 | 11011 | 0 | 1010001 | 11010001 | 100111 | 1110 |
Color Harmonies of #152330
Complementary color
Monochromatic Colors of #152330
Black with #152330
Text Example
Text Example
White with #152330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152330; }
p { color: rgb(21,35,48); }
H1.HeaderClassName
{
color: #152330;
}
.AnyTagClassName
{
color: #152330;
}
</style>
background-color css
<style>
a { background-color: #152330; }
a { background-color: rgb(21,35,48); }
div.DivClassName
{
background-color: #152330;
}
.BgClassName
{
background-color: #152330;
}
</style>
border-color css
<style>
span { border-color: #152330; }
span { border-color: rgb(21,35,48); }
td.TdClassName
{
border-color: #152330;
}
.TagClassName
{
border-color: #152330;
}
</style>