Shades of Black Pearl #152430
Tints of Black Pearl #152430
RGB
CMYK
RGB Variations
Color information
#152430 (or 0x152430) is known color: Black Pearl. HEX triplet: 15, 24 and 30. RGB value is (21,36,48). Sum of RGB (Red+Green+Blue) = 21+36+48=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 48 - color contains mainly: blue. Hex color #152430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152430 is #EADBCF. Grayscale: #202020. Windows color (decimal): -15391696 or 3154965. OLE color: 3154965.
HSL color Cylindrical-coordinate representation of color #152430: hue angle of 206.67º 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 #152430 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 36 | 48 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.81 |
| HSL | 206.67º | 0.39% | 0.14% | - |
| HSV(B) | 206.67º | 0.56% | 0.19% | - |
| XYZ | 1.47 | 1.63 | 3.03 | - |
| YUV | 32.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 48 | 0.56 | 0.25 | 0 | 0.81 | 206.67 | 0.39 | 0.14 |
| Hex | 15 | 24 | 30 | 38 | 19 | 0 | 51 | CF | 27 | E |
| Octal | 25 | 44 | 60 | 70 | 31 | 0 | 121 | 317 | 47 | 16 |
| Binary | 10101 | 100100 | 110000 | 111000 | 11001 | 0 | 1010001 | 11001111 | 100111 | 1110 |
Color Harmonies of #152430
Complementary color
Monochromatic Colors of #152430
Black with #152430
Text Example
Text Example
White with #152430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152430; }
p { color: rgb(21,36,48); }
H1.HeaderClassName
{
color: #152430;
}
.AnyTagClassName
{
color: #152430;
}
</style>
background-color css
<style>
a { background-color: #152430; }
a { background-color: rgb(21,36,48); }
div.DivClassName
{
background-color: #152430;
}
.BgClassName
{
background-color: #152430;
}
</style>
border-color css
<style>
span { border-color: #152430; }
span { border-color: rgb(21,36,48); }
td.TdClassName
{
border-color: #152430;
}
.TagClassName
{
border-color: #152430;
}
</style>