Shades of Black Pearl #151C20
Tints of Black Pearl #151C20
RGB
CMYK
RGB Variations
Color information
#151C20 (or 0x151C20) is known color: Black Pearl. HEX triplet: 15, 1C and 20. RGB value is (21,28,32). Sum of RGB (Red+Green+Blue) = 21+28+32=81 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.93% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 32 - color contains mainly: blue. Hex color #151C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151C20 is #EAE3DF. Grayscale: #1A1A1A. Windows color (decimal): -15393760 or 2104341. OLE color: 2104341.
HSL color Cylindrical-coordinate representation of color #151C20: hue angle of 201.82º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #151C20 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 28 | 32 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.87 |
| HSL | 201.82º | 0.21% | 0.1% | - |
| HSV(B) | 201.82º | 0.34% | 0.13% | - |
| XYZ | 0.99 | 1.09 | 1.53 | - |
| YUV | 26.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 32 | 0.34 | 0.12 | 0 | 0.87 | 201.82 | 0.21 | 0.1 |
| Hex | 15 | 1C | 20 | 22 | C | 0 | 57 | CA | 15 | A |
| Octal | 25 | 34 | 40 | 42 | 14 | 0 | 127 | 312 | 25 | 12 |
| Binary | 10101 | 11100 | 100000 | 100010 | 1100 | 0 | 1010111 | 11001010 | 10101 | 1010 |
Color Harmonies of #151C20
Complementary color
Monochromatic Colors of #151C20
Black with #151C20
Text Example
Text Example
White with #151C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C20; }
p { color: rgb(21,28,32); }
H1.HeaderClassName
{
color: #151C20;
}
.AnyTagClassName
{
color: #151C20;
}
</style>
background-color css
<style>
a { background-color: #151C20; }
a { background-color: rgb(21,28,32); }
div.DivClassName
{
background-color: #151C20;
}
.BgClassName
{
background-color: #151C20;
}
</style>
border-color css
<style>
span { border-color: #151C20; }
span { border-color: rgb(21,28,32); }
td.TdClassName
{
border-color: #151C20;
}
.TagClassName
{
border-color: #151C20;
}
</style>