Shades of Black Pearl #151F2D
Tints of Black Pearl #151F2D
RGB
CMYK
RGB Variations
Color information
#151F2D (or 0x151F2D) is known color: Black Pearl. HEX triplet: 15, 1F and 2D. RGB value is (21,31,45). Sum of RGB (Red+Green+Blue) = 21+31+45=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 45 - color contains mainly: blue. Hex color #151F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151F2D is #EAE0D2. Grayscale: #1D1D1D. Windows color (decimal): -15392979 or 2957077. OLE color: 2957077.
HSL color Cylindrical-coordinate representation of color #151F2D: hue angle of 215º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #151F2D is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 31 | 45 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.82 |
| HSL | 215º | 0.36% | 0.13% | - |
| HSV(B) | 215º | 0.53% | 0.18% | - |
| XYZ | 1.27 | 1.33 | 2.67 | - |
| YUV | 29.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 45 | 0.53 | 0.31 | 0 | 0.82 | 215 | 0.36 | 0.13 |
| Hex | 15 | 1F | 2D | 35 | 1F | 0 | 52 | D7 | 24 | D |
| Octal | 25 | 37 | 55 | 65 | 37 | 0 | 122 | 327 | 44 | 15 |
| Binary | 10101 | 11111 | 101101 | 110101 | 11111 | 0 | 1010010 | 11010111 | 100100 | 1101 |
Color Harmonies of #151F2D
Complementary color
Monochromatic Colors of #151F2D
Black with #151F2D
Text Example
Text Example
White with #151F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151F2D; }
p { color: rgb(21,31,45); }
H1.HeaderClassName
{
color: #151F2D;
}
.AnyTagClassName
{
color: #151F2D;
}
</style>
background-color css
<style>
a { background-color: #151F2D; }
a { background-color: rgb(21,31,45); }
div.DivClassName
{
background-color: #151F2D;
}
.BgClassName
{
background-color: #151F2D;
}
</style>
border-color css
<style>
span { border-color: #151F2D; }
span { border-color: rgb(21,31,45); }
td.TdClassName
{
border-color: #151F2D;
}
.TagClassName
{
border-color: #151F2D;
}
</style>