Shades of Black Pearl #152630
Tints of Black Pearl #152630
RGB
CMYK
RGB Variations
Color information
#152630 (or 0x152630) is known color: Black Pearl. HEX triplet: 15, 26 and 30. RGB value is (21,38,48). Sum of RGB (Red+Green+Blue) = 21+38+48=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 48 - color contains mainly: blue. Hex color #152630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152630 is #EAD9CF. Grayscale: #222222. Windows color (decimal): -15391184 or 3155477. OLE color: 3155477.
HSL color Cylindrical-coordinate representation of color #152630: hue angle of 202.22º 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 #152630 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 38 | 48 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.81 |
| HSL | 202.22º | 0.39% | 0.14% | - |
| HSV(B) | 202.22º | 0.56% | 0.19% | - |
| XYZ | 1.54 | 1.76 | 3.05 | - |
| YUV | 34.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 48 | 0.56 | 0.21 | 0 | 0.81 | 202.22 | 0.39 | 0.14 |
| Hex | 15 | 26 | 30 | 38 | 15 | 0 | 51 | CA | 27 | E |
| Octal | 25 | 46 | 60 | 70 | 25 | 0 | 121 | 312 | 47 | 16 |
| Binary | 10101 | 100110 | 110000 | 111000 | 10101 | 0 | 1010001 | 11001010 | 100111 | 1110 |
Color Harmonies of #152630
Complementary color
Monochromatic Colors of #152630
Black with #152630
Text Example
Text Example
White with #152630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152630; }
p { color: rgb(21,38,48); }
H1.HeaderClassName
{
color: #152630;
}
.AnyTagClassName
{
color: #152630;
}
</style>
background-color css
<style>
a { background-color: #152630; }
a { background-color: rgb(21,38,48); }
div.DivClassName
{
background-color: #152630;
}
.BgClassName
{
background-color: #152630;
}
</style>
border-color css
<style>
span { border-color: #152630; }
span { border-color: rgb(21,38,48); }
td.TdClassName
{
border-color: #152630;
}
.TagClassName
{
border-color: #152630;
}
</style>