Shades of Black Pearl #151E2C
Tints of Black Pearl #151E2C
RGB
CMYK
RGB Variations
Color information
#151E2C (or 0x151E2C) is known color: Black Pearl. HEX triplet: 15, 1E and 2C. RGB value is (21,30,44). Sum of RGB (Red+Green+Blue) = 21+30+44=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 44 - color contains mainly: blue. Hex color #151E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151E2C is #EAE1D3. Grayscale: #1C1C1C. Windows color (decimal): -15393236 or 2891285. OLE color: 2891285.
HSL color Cylindrical-coordinate representation of color #151E2C: hue angle of 216.52º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #151E2C is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 30 | 44 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.83 |
| HSL | 216.52º | 0.35% | 0.13% | - |
| HSV(B) | 216.52º | 0.52% | 0.17% | - |
| XYZ | 1.23 | 1.27 | 2.56 | - |
| YUV | 28.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 44 | 0.52 | 0.32 | 0 | 0.83 | 216.52 | 0.35 | 0.13 |
| Hex | 15 | 1E | 2C | 34 | 20 | 0 | 53 | D9 | 23 | D |
| Octal | 25 | 36 | 54 | 64 | 40 | 0 | 123 | 331 | 43 | 15 |
| Binary | 10101 | 11110 | 101100 | 110100 | 100000 | 0 | 1010011 | 11011001 | 100011 | 1101 |
Color Harmonies of #151E2C
Complementary color
Monochromatic Colors of #151E2C
Black with #151E2C
Text Example
Text Example
White with #151E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151E2C; }
p { color: rgb(21,30,44); }
H1.HeaderClassName
{
color: #151E2C;
}
.AnyTagClassName
{
color: #151E2C;
}
</style>
background-color css
<style>
a { background-color: #151E2C; }
a { background-color: rgb(21,30,44); }
div.DivClassName
{
background-color: #151E2C;
}
.BgClassName
{
background-color: #151E2C;
}
</style>
border-color css
<style>
span { border-color: #151E2C; }
span { border-color: rgb(21,30,44); }
td.TdClassName
{
border-color: #151E2C;
}
.TagClassName
{
border-color: #151E2C;
}
</style>