Shades of Black Pearl #151F2B
Tints of Black Pearl #151F2B
RGB
CMYK
RGB Variations
Color information
#151F2B (or 0x151F2B) is known color: Black Pearl. HEX triplet: 15, 1F and 2B. RGB value is (21,31,43). Sum of RGB (Red+Green+Blue) = 21+31+43=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 43 - color contains mainly: blue. Hex color #151F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151F2B is #EAE0D4. Grayscale: #1D1D1D. Windows color (decimal): -15392981 or 2826005. OLE color: 2826005.
HSL color Cylindrical-coordinate representation of color #151F2B: hue angle of 212.73º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #151F2B is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 31 | 43 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.83 |
| HSL | 212.73º | 0.34% | 0.13% | - |
| HSV(B) | 212.73º | 0.51% | 0.17% | - |
| XYZ | 1.24 | 1.31 | 2.47 | - |
| YUV | 29.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 43 | 0.51 | 0.28 | 0 | 0.83 | 212.73 | 0.34 | 0.13 |
| Hex | 15 | 1F | 2B | 33 | 1C | 0 | 53 | D5 | 22 | D |
| Octal | 25 | 37 | 53 | 63 | 34 | 0 | 123 | 325 | 42 | 15 |
| Binary | 10101 | 11111 | 101011 | 110011 | 11100 | 0 | 1010011 | 11010101 | 100010 | 1101 |
Color Harmonies of #151F2B
Complementary color
Monochromatic Colors of #151F2B
Black with #151F2B
Text Example
Text Example
White with #151F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151F2B; }
p { color: rgb(21,31,43); }
H1.HeaderClassName
{
color: #151F2B;
}
.AnyTagClassName
{
color: #151F2B;
}
</style>
background-color css
<style>
a { background-color: #151F2B; }
a { background-color: rgb(21,31,43); }
div.DivClassName
{
background-color: #151F2B;
}
.BgClassName
{
background-color: #151F2B;
}
</style>
border-color css
<style>
span { border-color: #151F2B; }
span { border-color: rgb(21,31,43); }
td.TdClassName
{
border-color: #151F2B;
}
.TagClassName
{
border-color: #151F2B;
}
</style>