Shades of Black Pearl #151F26
Tints of Black Pearl #151F26
RGB
CMYK
RGB Variations
Color information
#151F26 (or 0x151F26) is known color: Black Pearl. HEX triplet: 15, 1F and 26. RGB value is (21,31,38). Sum of RGB (Red+Green+Blue) = 21+31+38=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 38 (15.23% from 255 or 42.22% from 90); Max value from RGB is 38 - color contains mainly: blue. Hex color #151F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151F26 is #EAE0D9. Grayscale: #1C1C1C. Windows color (decimal): -15392986 or 2498325. OLE color: 2498325.
HSL color Cylindrical-coordinate representation of color #151F26: hue angle of 204.71º 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 #151F26 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 21 | 31 | 38 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.85 |
| HSL | 204.71º | 0.29% | 0.12% | - |
| HSV(B) | 204.71º | 0.45% | 0.15% | - |
| XYZ | 1.15 | 1.28 | 2.02 | - |
| YUV | 28.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 38 | 0.45 | 0.18 | 0 | 0.85 | 204.71 | 0.29 | 0.12 |
| Hex | 15 | 1F | 26 | 2D | 12 | 0 | 55 | CD | 1D | C |
| Octal | 25 | 37 | 46 | 55 | 22 | 0 | 125 | 315 | 35 | 14 |
| Binary | 10101 | 11111 | 100110 | 101101 | 10010 | 0 | 1010101 | 11001101 | 11101 | 1100 |
Color Harmonies of #151F26
Complementary color
Monochromatic Colors of #151F26
Black with #151F26
Text Example
Text Example
White with #151F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151F26; }
p { color: rgb(21,31,38); }
H1.HeaderClassName
{
color: #151F26;
}
.AnyTagClassName
{
color: #151F26;
}
</style>
background-color css
<style>
a { background-color: #151F26; }
a { background-color: rgb(21,31,38); }
div.DivClassName
{
background-color: #151F26;
}
.BgClassName
{
background-color: #151F26;
}
</style>
border-color css
<style>
span { border-color: #151F26; }
span { border-color: rgb(21,31,38); }
td.TdClassName
{
border-color: #151F26;
}
.TagClassName
{
border-color: #151F26;
}
</style>