Shades of Black Pearl #051015
Tints of Black Pearl #051015
RGB
CMYK
RGB Variations
Color information
#051015 (or 0x051015) is known color: Black Pearl. HEX triplet: 05, 10 and 15. RGB value is (5,16,21). Sum of RGB (Red+Green+Blue) = 5+16+21=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 21 (8.59% from 255 or 50% from 42); Max value from RGB is 21 - color contains mainly: blue. Hex color #051015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051015 is #FAEFEA. Grayscale: #0D0D0D. Windows color (decimal): -16445419 or 1380357. OLE color: 1380357.
HSL color Cylindrical-coordinate representation of color #051015: hue angle of 198.75º 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 #051015 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 5 | 16 | 21 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.92 |
| HSL | 198.75º | 0.62% | 0.05% | - |
| HSV(B) | 198.75º | 0.76% | 0.08% | - |
| XYZ | 0.38 | 0.46 | 0.78 | - |
| YUV | 13.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 21 | 0.76 | 0.24 | 0 | 0.92 | 198.75 | 0.62 | 0.05 |
| Hex | 5 | 10 | 15 | 4C | 18 | 0 | 5C | C7 | 3E | 5 |
| Octal | 5 | 20 | 25 | 114 | 30 | 0 | 134 | 307 | 76 | 5 |
| Binary | 101 | 10000 | 10101 | 1001100 | 11000 | 0 | 1011100 | 11000111 | 111110 | 101 |
Color Harmonies of #051015
Complementary color
Monochromatic Colors of #051015
Black with #051015
Text Example
Text Example
White with #051015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051015; }
p { color: rgb(5,16,21); }
H1.HeaderClassName
{
color: #051015;
}
.AnyTagClassName
{
color: #051015;
}
</style>
background-color css
<style>
a { background-color: #051015; }
a { background-color: rgb(5,16,21); }
div.DivClassName
{
background-color: #051015;
}
.BgClassName
{
background-color: #051015;
}
</style>
border-color css
<style>
span { border-color: #051015; }
span { border-color: rgb(5,16,21); }
td.TdClassName
{
border-color: #051015;
}
.TagClassName
{
border-color: #051015;
}
</style>