Shades of Black Pearl #151A1E
Tints of Black Pearl #151A1E
RGB
CMYK
RGB Variations
Color information
#151A1E (or 0x151A1E) is known color: Black Pearl. HEX triplet: 15, 1A and 1E. RGB value is (21,26,30). Sum of RGB (Red+Green+Blue) = 21+26+30=77 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.27% from 77); Green value is 26 (10.55% from 255 or 33.77% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 30 - color contains mainly: blue. Hex color #151A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151A1E is #EAE5E1. Grayscale: #181818. Windows color (decimal): -15394274 or 1972757. OLE color: 1972757.
HSL color Cylindrical-coordinate representation of color #151A1E: hue angle of 206.67º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #151A1E is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 26 | 30 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.88 |
| HSL | 206.67º | 0.18% | 0.1% | - |
| HSV(B) | 206.67º | 0.3% | 0.12% | - |
| XYZ | 0.91 | 0.99 | 1.37 | - |
| YUV | 24.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 30 | 0.30 | 0.13 | 0 | 0.88 | 206.67 | 0.18 | 0.1 |
| Hex | 15 | 1A | 1E | 1E | D | 0 | 58 | CF | 12 | A |
| Octal | 25 | 32 | 36 | 36 | 15 | 0 | 130 | 317 | 22 | 12 |
| Binary | 10101 | 11010 | 11110 | 11110 | 1101 | 0 | 1011000 | 11001111 | 10010 | 1010 |
Color Harmonies of #151A1E
Complementary color
Monochromatic Colors of #151A1E
Black with #151A1E
Text Example
Text Example
White with #151A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151A1E; }
p { color: rgb(21,26,30); }
H1.HeaderClassName
{
color: #151A1E;
}
.AnyTagClassName
{
color: #151A1E;
}
</style>
background-color css
<style>
a { background-color: #151A1E; }
a { background-color: rgb(21,26,30); }
div.DivClassName
{
background-color: #151A1E;
}
.BgClassName
{
background-color: #151A1E;
}
</style>
border-color css
<style>
span { border-color: #151A1E; }
span { border-color: rgb(21,26,30); }
td.TdClassName
{
border-color: #151A1E;
}
.TagClassName
{
border-color: #151A1E;
}
</style>