Shades of Black Pearl #05151D
Tints of Black Pearl #05151D
RGB
CMYK
RGB Variations
Color information
#05151D (or 0x05151D) is known color: Black Pearl. HEX triplet: 05, 15 and 1D. RGB value is (5,21,29). Sum of RGB (Red+Green+Blue) = 5+21+29=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #05151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05151D is #FAEAE2. Grayscale: #111111. Windows color (decimal): -16444131 or 1905925. OLE color: 1905925.
HSL color Cylindrical-coordinate representation of color #05151D: hue angle of 200º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #05151D is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 21 | 29 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.89 |
| HSL | 200º | 0.71% | 0.07% | - |
| HSV(B) | 200º | 0.83% | 0.11% | - |
| XYZ | 0.55 | 0.66 | 1.26 | - |
| YUV | 17.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 29 | 0.83 | 0.28 | 0 | 0.89 | 200 | 0.71 | 0.07 |
| Hex | 5 | 15 | 1D | 53 | 1C | 0 | 59 | C8 | 47 | 7 |
| Octal | 5 | 25 | 35 | 123 | 34 | 0 | 131 | 310 | 107 | 7 |
| Binary | 101 | 10101 | 11101 | 1010011 | 11100 | 0 | 1011001 | 11001000 | 1000111 | 111 |
Color Harmonies of #05151D
Complementary color
Monochromatic Colors of #05151D
Black with #05151D
Text Example
Text Example
White with #05151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05151D; }
p { color: rgb(5,21,29); }
H1.HeaderClassName
{
color: #05151D;
}
.AnyTagClassName
{
color: #05151D;
}
</style>
background-color css
<style>
a { background-color: #05151D; }
a { background-color: rgb(5,21,29); }
div.DivClassName
{
background-color: #05151D;
}
.BgClassName
{
background-color: #05151D;
}
</style>
border-color css
<style>
span { border-color: #05151D; }
span { border-color: rgb(5,21,29); }
td.TdClassName
{
border-color: #05151D;
}
.TagClassName
{
border-color: #05151D;
}
</style>