Shades of Black Pearl #151E26
Tints of Black Pearl #151E26
RGB
CMYK
RGB Variations
Color information
#151E26 (or 0x151E26) is known color: Black Pearl. HEX triplet: 15, 1E and 26. RGB value is (21,30,38). Sum of RGB (Red+Green+Blue) = 21+30+38=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 38 (15.23% from 255 or 42.70% from 89); Max value from RGB is 38 - color contains mainly: blue. Hex color #151E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151E26 is #EAE1D9. Grayscale: #1C1C1C. Windows color (decimal): -15393242 or 2498069. OLE color: 2498069.
HSL color Cylindrical-coordinate representation of color #151E26: hue angle of 208.24º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #151E26 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 21 | 30 | 38 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.85 |
| HSL | 208.24º | 0.29% | 0.12% | - |
| HSV(B) | 208.24º | 0.45% | 0.15% | - |
| XYZ | 1.12 | 1.23 | 2.01 | - |
| YUV | 28.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 38 | 0.45 | 0.21 | 0 | 0.85 | 208.24 | 0.29 | 0.12 |
| Hex | 15 | 1E | 26 | 2D | 15 | 0 | 55 | D0 | 1D | C |
| Octal | 25 | 36 | 46 | 55 | 25 | 0 | 125 | 320 | 35 | 14 |
| Binary | 10101 | 11110 | 100110 | 101101 | 10101 | 0 | 1010101 | 11010000 | 11101 | 1100 |
Color Harmonies of #151E26
Complementary color
Monochromatic Colors of #151E26
Black with #151E26
Text Example
Text Example
White with #151E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151E26; }
p { color: rgb(21,30,38); }
H1.HeaderClassName
{
color: #151E26;
}
.AnyTagClassName
{
color: #151E26;
}
</style>
background-color css
<style>
a { background-color: #151E26; }
a { background-color: rgb(21,30,38); }
div.DivClassName
{
background-color: #151E26;
}
.BgClassName
{
background-color: #151E26;
}
</style>
border-color css
<style>
span { border-color: #151E26; }
span { border-color: rgb(21,30,38); }
td.TdClassName
{
border-color: #151E26;
}
.TagClassName
{
border-color: #151E26;
}
</style>