Shades of Black Pearl #151C21
Tints of Black Pearl #151C21
RGB
CMYK
RGB Variations
Color information
#151C21 (or 0x151C21) is known color: Black Pearl. HEX triplet: 15, 1C and 21. RGB value is (21,28,33). Sum of RGB (Red+Green+Blue) = 21+28+33=82 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.61% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 33 (13.28% from 255 or 40.24% from 82); Max value from RGB is 33 - color contains mainly: blue. Hex color #151C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151C21 is #EAE3DE. Grayscale: #1A1A1A. Windows color (decimal): -15393759 or 2169877. OLE color: 2169877.
HSL color Cylindrical-coordinate representation of color #151C21: hue angle of 205º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #151C21 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 28 | 33 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.87 |
| HSL | 205º | 0.22% | 0.11% | - |
| HSV(B) | 205º | 0.36% | 0.13% | - |
| XYZ | 1 | 1.1 | 1.6 | - |
| YUV | 26.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 33 | 0.36 | 0.15 | 0 | 0.87 | 205 | 0.22 | 0.11 |
| Hex | 15 | 1C | 21 | 24 | F | 0 | 57 | CD | 16 | B |
| Octal | 25 | 34 | 41 | 44 | 17 | 0 | 127 | 315 | 26 | 13 |
| Binary | 10101 | 11100 | 100001 | 100100 | 1111 | 0 | 1010111 | 11001101 | 10110 | 1011 |
Color Harmonies of #151C21
Complementary color
Monochromatic Colors of #151C21
Black with #151C21
Text Example
Text Example
White with #151C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C21; }
p { color: rgb(21,28,33); }
H1.HeaderClassName
{
color: #151C21;
}
.AnyTagClassName
{
color: #151C21;
}
</style>
background-color css
<style>
a { background-color: #151C21; }
a { background-color: rgb(21,28,33); }
div.DivClassName
{
background-color: #151C21;
}
.BgClassName
{
background-color: #151C21;
}
</style>
border-color css
<style>
span { border-color: #151C21; }
span { border-color: rgb(21,28,33); }
td.TdClassName
{
border-color: #151C21;
}
.TagClassName
{
border-color: #151C21;
}
</style>