Shades of Black Pearl #151F2E
Tints of Black Pearl #151F2E
RGB
CMYK
RGB Variations
Color information
#151F2E (or 0x151F2E) is known color: Black Pearl. HEX triplet: 15, 1F and 2E. RGB value is (21,31,46). Sum of RGB (Red+Green+Blue) = 21+31+46=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 46 - color contains mainly: blue. Hex color #151F2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151F2E is #EAE0D1. Grayscale: #1D1D1D. Windows color (decimal): -15392978 or 3022613. OLE color: 3022613.
HSL color Cylindrical-coordinate representation of color #151F2E: hue angle of 216º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #151F2E is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 31 | 46 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.82 |
| HSL | 216º | 0.37% | 0.13% | - |
| HSV(B) | 216º | 0.54% | 0.18% | - |
| XYZ | 1.29 | 1.34 | 2.77 | - |
| YUV | 29.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 46 | 0.54 | 0.33 | 0 | 0.82 | 216 | 0.37 | 0.13 |
| Hex | 15 | 1F | 2E | 36 | 21 | 0 | 52 | D8 | 25 | D |
| Octal | 25 | 37 | 56 | 66 | 41 | 0 | 122 | 330 | 45 | 15 |
| Binary | 10101 | 11111 | 101110 | 110110 | 100001 | 0 | 1010010 | 11011000 | 100101 | 1101 |
Color Harmonies of #151F2E
Complementary color
Monochromatic Colors of #151F2E
Black with #151F2E
Text Example
Text Example
White with #151F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151F2E; }
p { color: rgb(21,31,46); }
H1.HeaderClassName
{
color: #151F2E;
}
.AnyTagClassName
{
color: #151F2E;
}
</style>
background-color css
<style>
a { background-color: #151F2E; }
a { background-color: rgb(21,31,46); }
div.DivClassName
{
background-color: #151F2E;
}
.BgClassName
{
background-color: #151F2E;
}
</style>
border-color css
<style>
span { border-color: #151F2E; }
span { border-color: rgb(21,31,46); }
td.TdClassName
{
border-color: #151F2E;
}
.TagClassName
{
border-color: #151F2E;
}
</style>