Shades of Black Pearl #051315
Tints of Black Pearl #051315
RGB
CMYK
RGB Variations
Color information
#051315 (or 0x051315) is known color: Black Pearl. HEX triplet: 05, 13 and 15. RGB value is (5,19,21). Sum of RGB (Red+Green+Blue) = 5+19+21=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 21 - color contains mainly: blue. Hex color #051315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051315 is #FAECEA. Grayscale: #0F0F0F. Windows color (decimal): -16444651 or 1381125. OLE color: 1381125.
HSL color Cylindrical-coordinate representation of color #051315: hue angle of 187.5º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #051315 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 5 | 19 | 21 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.92 |
| HSL | 187.5º | 0.62% | 0.05% | - |
| HSV(B) | 187.5º | 0.76% | 0.08% | - |
| XYZ | 0.43 | 0.55 | 0.79 | - |
| YUV | 15.04 | 131.36 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 21 | 0.76 | 0.10 | 0 | 0.92 | 187.5 | 0.62 | 0.05 |
| Hex | 5 | 13 | 15 | 4C | A | 0 | 5C | BC | 3E | 5 |
| Octal | 5 | 23 | 25 | 114 | 12 | 0 | 134 | 274 | 76 | 5 |
| Binary | 101 | 10011 | 10101 | 1001100 | 1010 | 0 | 1011100 | 10111100 | 111110 | 101 |
Color Harmonies of #051315
Complementary color
Monochromatic Colors of #051315
Black with #051315
Text Example
Text Example
White with #051315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051315; }
p { color: rgb(5,19,21); }
H1.HeaderClassName
{
color: #051315;
}
.AnyTagClassName
{
color: #051315;
}
</style>
background-color css
<style>
a { background-color: #051315; }
a { background-color: rgb(5,19,21); }
div.DivClassName
{
background-color: #051315;
}
.BgClassName
{
background-color: #051315;
}
</style>
border-color css
<style>
span { border-color: #051315; }
span { border-color: rgb(5,19,21); }
td.TdClassName
{
border-color: #051315;
}
.TagClassName
{
border-color: #051315;
}
</style>