Shades of Black Pearl #050D0F
Tints of Black Pearl #050D0F
RGB
CMYK
RGB Variations
Color information
#050D0F (or 0x050D0F) is known color: Black Pearl. HEX triplet: 05, 0D and 0F. RGB value is (5,13,15). Sum of RGB (Red+Green+Blue) = 5+13+15=33 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.15% from 33); Green value is 13 (5.47% from 255 or 39.39% from 33); Blue value is 15 (6.25% from 255 or 45.45% from 33); Max value from RGB is 15 - color contains mainly: blue. Hex color #050D0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D0F is #FAF2F0. Grayscale: #0A0A0A. Windows color (decimal): -16446193 or 986373. OLE color: 986373.
HSL color Cylindrical-coordinate representation of color #050D0F: hue angle of 192º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #050D0F is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 5 | 13 | 15 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.94 |
| HSL | 192º | 0.5% | 0.04% | - |
| HSV(B) | 192º | 0.67% | 0.06% | - |
| XYZ | 0.29 | 0.35 | 0.5 | - |
| YUV | 10.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 15 | 0.67 | 0.13 | 0 | 0.94 | 192 | 0.5 | 0.04 |
| Hex | 5 | D | F | 43 | D | 0 | 5E | C0 | 32 | 4 |
| Octal | 5 | 15 | 17 | 103 | 15 | 0 | 136 | 300 | 62 | 4 |
| Binary | 101 | 1101 | 1111 | 1000011 | 1101 | 0 | 1011110 | 11000000 | 110010 | 100 |
Color Harmonies of #050D0F
Complementary color
Monochromatic Colors of #050D0F
Black with #050D0F
Text Example
Text Example
White with #050D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D0F; }
p { color: rgb(5,13,15); }
H1.HeaderClassName
{
color: #050D0F;
}
.AnyTagClassName
{
color: #050D0F;
}
</style>
background-color css
<style>
a { background-color: #050D0F; }
a { background-color: rgb(5,13,15); }
div.DivClassName
{
background-color: #050D0F;
}
.BgClassName
{
background-color: #050D0F;
}
</style>
border-color css
<style>
span { border-color: #050D0F; }
span { border-color: rgb(5,13,15); }
td.TdClassName
{
border-color: #050D0F;
}
.TagClassName
{
border-color: #050D0F;
}
</style>