Shades of Black Pearl #152128
Tints of Black Pearl #152128
RGB
CMYK
RGB Variations
Color information
#152128 (or 0x152128) is known color: Black Pearl. HEX triplet: 15, 21 and 28. RGB value is (21,33,40). Sum of RGB (Red+Green+Blue) = 21+33+40=94 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.34% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 40 - color contains mainly: blue. Hex color #152128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152128 is #EADED7. Grayscale: #1E1E1E. Windows color (decimal): -15392472 or 2629909. OLE color: 2629909.
HSL color Cylindrical-coordinate representation of color #152128: hue angle of 202.11º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #152128 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 33 | 40 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.84 |
| HSL | 202.11º | 0.31% | 0.12% | - |
| HSV(B) | 202.11º | 0.48% | 0.16% | - |
| XYZ | 1.24 | 1.4 | 2.21 | - |
| YUV | 30.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 40 | 0.48 | 0.17 | 0 | 0.84 | 202.11 | 0.31 | 0.12 |
| Hex | 15 | 21 | 28 | 30 | 11 | 0 | 54 | CA | 1F | C |
| Octal | 25 | 41 | 50 | 60 | 21 | 0 | 124 | 312 | 37 | 14 |
| Binary | 10101 | 100001 | 101000 | 110000 | 10001 | 0 | 1010100 | 11001010 | 11111 | 1100 |
Color Harmonies of #152128
Complementary color
Monochromatic Colors of #152128
Black with #152128
Text Example
Text Example
White with #152128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152128; }
p { color: rgb(21,33,40); }
H1.HeaderClassName
{
color: #152128;
}
.AnyTagClassName
{
color: #152128;
}
</style>
background-color css
<style>
a { background-color: #152128; }
a { background-color: rgb(21,33,40); }
div.DivClassName
{
background-color: #152128;
}
.BgClassName
{
background-color: #152128;
}
</style>
border-color css
<style>
span { border-color: #152128; }
span { border-color: rgb(21,33,40); }
td.TdClassName
{
border-color: #152128;
}
.TagClassName
{
border-color: #152128;
}
</style>