Shades of Black Pearl #152830
Tints of Black Pearl #152830
RGB
CMYK
RGB Variations
Color information
#152830 (or 0x152830) is known color: Black Pearl. HEX triplet: 15, 28 and 30. RGB value is (21,40,48). Sum of RGB (Red+Green+Blue) = 21+40+48=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 48 - color contains mainly: blue. Hex color #152830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152830 is #EAD7CF. Grayscale: #232323. Windows color (decimal): -15390672 or 3155989. OLE color: 3155989.
HSL color Cylindrical-coordinate representation of color #152830: hue angle of 197.78º 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 #152830 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 40 | 48 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.81 |
| HSL | 197.78º | 0.39% | 0.14% | - |
| HSV(B) | 197.78º | 0.56% | 0.19% | - |
| XYZ | 1.6 | 1.89 | 3.08 | - |
| YUV | 35.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 48 | 0.56 | 0.17 | 0 | 0.81 | 197.78 | 0.39 | 0.14 |
| Hex | 15 | 28 | 30 | 38 | 11 | 0 | 51 | C6 | 27 | E |
| Octal | 25 | 50 | 60 | 70 | 21 | 0 | 121 | 306 | 47 | 16 |
| Binary | 10101 | 101000 | 110000 | 111000 | 10001 | 0 | 1010001 | 11000110 | 100111 | 1110 |
Color Harmonies of #152830
Complementary color
Monochromatic Colors of #152830
Black with #152830
Text Example
Text Example
White with #152830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152830; }
p { color: rgb(21,40,48); }
H1.HeaderClassName
{
color: #152830;
}
.AnyTagClassName
{
color: #152830;
}
</style>
background-color css
<style>
a { background-color: #152830; }
a { background-color: rgb(21,40,48); }
div.DivClassName
{
background-color: #152830;
}
.BgClassName
{
background-color: #152830;
}
</style>
border-color css
<style>
span { border-color: #152830; }
span { border-color: rgb(21,40,48); }
td.TdClassName
{
border-color: #152830;
}
.TagClassName
{
border-color: #152830;
}
</style>