Shades of Black Pearl #151C26
Tints of Black Pearl #151C26
RGB
CMYK
RGB Variations
Color information
#151C26 (or 0x151C26) is known color: Black Pearl. HEX triplet: 15, 1C and 26. RGB value is (21,28,38). Sum of RGB (Red+Green+Blue) = 21+28+38=87 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.14% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 38 (15.23% from 255 or 43.68% from 87); Max value from RGB is 38 - color contains mainly: blue. Hex color #151C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151C26 is #EAE3D9. Grayscale: #1B1B1B. Windows color (decimal): -15393754 or 2497557. OLE color: 2497557.
HSL color Cylindrical-coordinate representation of color #151C26: hue angle of 215.29º 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 #151C26 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 21 | 28 | 38 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.85 |
| HSL | 215.29º | 0.29% | 0.12% | - |
| HSV(B) | 215.29º | 0.45% | 0.15% | - |
| XYZ | 1.07 | 1.13 | 2 | - |
| YUV | 27.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 38 | 0.45 | 0.26 | 0 | 0.85 | 215.29 | 0.29 | 0.12 |
| Hex | 15 | 1C | 26 | 2D | 1A | 0 | 55 | D7 | 1D | C |
| Octal | 25 | 34 | 46 | 55 | 32 | 0 | 125 | 327 | 35 | 14 |
| Binary | 10101 | 11100 | 100110 | 101101 | 11010 | 0 | 1010101 | 11010111 | 11101 | 1100 |
Color Harmonies of #151C26
Complementary color
Monochromatic Colors of #151C26
Black with #151C26
Text Example
Text Example
White with #151C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C26; }
p { color: rgb(21,28,38); }
H1.HeaderClassName
{
color: #151C26;
}
.AnyTagClassName
{
color: #151C26;
}
</style>
background-color css
<style>
a { background-color: #151C26; }
a { background-color: rgb(21,28,38); }
div.DivClassName
{
background-color: #151C26;
}
.BgClassName
{
background-color: #151C26;
}
</style>
border-color css
<style>
span { border-color: #151C26; }
span { border-color: rgb(21,28,38); }
td.TdClassName
{
border-color: #151C26;
}
.TagClassName
{
border-color: #151C26;
}
</style>