Shades of Black Pearl #152123
Tints of Black Pearl #152123
RGB
CMYK
RGB Variations
Color information
#152123 (or 0x152123) is known color: Black Pearl. HEX triplet: 15, 21 and 23. RGB value is (21,33,35). Sum of RGB (Red+Green+Blue) = 21+33+35=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 35 (14.06% from 255 or 39.33% from 89); Max value from RGB is 35 - color contains mainly: blue. Hex color #152123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152123 is #EADEDC. Grayscale: #1D1D1D. Windows color (decimal): -15392477 or 2302229. OLE color: 2302229.
HSL color Cylindrical-coordinate representation of color #152123: hue angle of 188.57º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #152123 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 33 | 35 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.86 |
| HSL | 188.57º | 0.25% | 0.11% | - |
| HSV(B) | 188.57º | 0.4% | 0.14% | - |
| XYZ | 1.16 | 1.37 | 1.79 | - |
| YUV | 29.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 35 | 0.40 | 0.06 | 0 | 0.86 | 188.57 | 0.25 | 0.11 |
| Hex | 15 | 21 | 23 | 28 | 6 | 0 | 56 | BD | 19 | B |
| Octal | 25 | 41 | 43 | 50 | 6 | 0 | 126 | 275 | 31 | 13 |
| Binary | 10101 | 100001 | 100011 | 101000 | 110 | 0 | 1010110 | 10111101 | 11001 | 1011 |
Color Harmonies of #152123
Complementary color
Monochromatic Colors of #152123
Black with #152123
Text Example
Text Example
White with #152123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152123; }
p { color: rgb(21,33,35); }
H1.HeaderClassName
{
color: #152123;
}
.AnyTagClassName
{
color: #152123;
}
</style>
background-color css
<style>
a { background-color: #152123; }
a { background-color: rgb(21,33,35); }
div.DivClassName
{
background-color: #152123;
}
.BgClassName
{
background-color: #152123;
}
</style>
border-color css
<style>
span { border-color: #152123; }
span { border-color: rgb(21,33,35); }
td.TdClassName
{
border-color: #152123;
}
.TagClassName
{
border-color: #152123;
}
</style>