Shades of Black Pearl #151E20
Tints of Black Pearl #151E20
RGB
CMYK
RGB Variations
Color information
#151E20 (or 0x151E20) is known color: Black Pearl. HEX triplet: 15, 1E and 20. RGB value is (21,30,32). Sum of RGB (Red+Green+Blue) = 21+30+32=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 30 (12.11% from 255 or 36.14% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 32 - color contains mainly: blue. Hex color #151E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151E20 is #EAE1DF. Grayscale: #1B1B1B. Windows color (decimal): -15393248 or 2104853. OLE color: 2104853.
HSL color Cylindrical-coordinate representation of color #151E20: hue angle of 190.91º 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 #151E20 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 30 | 32 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.87 |
| HSL | 190.91º | 0.21% | 0.1% | - |
| HSV(B) | 190.91º | 0.34% | 0.13% | - |
| XYZ | 1.03 | 1.19 | 1.54 | - |
| YUV | 27.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 32 | 0.34 | 0.06 | 0 | 0.87 | 190.91 | 0.21 | 0.1 |
| Hex | 15 | 1E | 20 | 22 | 6 | 0 | 57 | BF | 15 | A |
| Octal | 25 | 36 | 40 | 42 | 6 | 0 | 127 | 277 | 25 | 12 |
| Binary | 10101 | 11110 | 100000 | 100010 | 110 | 0 | 1010111 | 10111111 | 10101 | 1010 |
Color Harmonies of #151E20
Complementary color
Monochromatic Colors of #151E20
Black with #151E20
Text Example
Text Example
White with #151E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151E20; }
p { color: rgb(21,30,32); }
H1.HeaderClassName
{
color: #151E20;
}
.AnyTagClassName
{
color: #151E20;
}
</style>
background-color css
<style>
a { background-color: #151E20; }
a { background-color: rgb(21,30,32); }
div.DivClassName
{
background-color: #151E20;
}
.BgClassName
{
background-color: #151E20;
}
</style>
border-color css
<style>
span { border-color: #151E20; }
span { border-color: rgb(21,30,32); }
td.TdClassName
{
border-color: #151E20;
}
.TagClassName
{
border-color: #151E20;
}
</style>