Shades of Black Pearl #050D15
Tints of Black Pearl #050D15
RGB
CMYK
RGB Variations
Color information
#050D15 (or 0x050D15) is known color: Black Pearl. HEX triplet: 05, 0D and 15. RGB value is (5,13,21). Sum of RGB (Red+Green+Blue) = 5+13+21=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 13 (5.47% from 255 or 33.33% from 39); Blue value is 21 (8.59% from 255 or 53.85% from 39); Max value from RGB is 21 - color contains mainly: blue. Hex color #050D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D15 is #FAF2EA. Grayscale: #0B0B0B. Windows color (decimal): -16446187 or 1379589. OLE color: 1379589.
HSL color Cylindrical-coordinate representation of color #050D15: hue angle of 210º 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 #050D15 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 5 | 13 | 21 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.92 |
| HSL | 210º | 0.62% | 0.05% | - |
| HSV(B) | 210º | 0.76% | 0.08% | - |
| XYZ | 0.34 | 0.37 | 0.76 | - |
| YUV | 11.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 21 | 0.76 | 0.38 | 0 | 0.92 | 210 | 0.62 | 0.05 |
| Hex | 5 | D | 15 | 4C | 26 | 0 | 5C | D2 | 3E | 5 |
| Octal | 5 | 15 | 25 | 114 | 46 | 0 | 134 | 322 | 76 | 5 |
| Binary | 101 | 1101 | 10101 | 1001100 | 100110 | 0 | 1011100 | 11010010 | 111110 | 101 |
Color Harmonies of #050D15
Complementary color
Monochromatic Colors of #050D15
Black with #050D15
Text Example
Text Example
White with #050D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D15; }
p { color: rgb(5,13,21); }
H1.HeaderClassName
{
color: #050D15;
}
.AnyTagClassName
{
color: #050D15;
}
</style>
background-color css
<style>
a { background-color: #050D15; }
a { background-color: rgb(5,13,21); }
div.DivClassName
{
background-color: #050D15;
}
.BgClassName
{
background-color: #050D15;
}
</style>
border-color css
<style>
span { border-color: #050D15; }
span { border-color: rgb(5,13,21); }
td.TdClassName
{
border-color: #050D15;
}
.TagClassName
{
border-color: #050D15;
}
</style>