Shades of Black Pearl #051624
Tints of Black Pearl #051624
RGB
CMYK
RGB Variations
Color information
#051624 (or 0x051624) is known color: Black Pearl. HEX triplet: 05, 16 and 24. RGB value is (5,22,36). Sum of RGB (Red+Green+Blue) = 5+22+36=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 22 (8.98% from 255 or 34.92% from 63); Blue value is 36 (14.45% from 255 or 57.14% from 63); Max value from RGB is 36 - color contains mainly: blue. Hex color #051624 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051624 is #FAE9DB. Grayscale: #121212. Windows color (decimal): -16443868 or 2364933. OLE color: 2364933.
HSL color Cylindrical-coordinate representation of color #051624: hue angle of 207.1º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #051624 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 5 | 22 | 36 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.86 |
| HSL | 207.1º | 0.76% | 0.08% | - |
| HSV(B) | 207.1º | 0.86% | 0.14% | - |
| XYZ | 0.67 | 0.73 | 1.78 | - |
| YUV | 18.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 36 | 0.86 | 0.39 | 0 | 0.86 | 207.1 | 0.76 | 0.08 |
| Hex | 5 | 16 | 24 | 56 | 27 | 0 | 56 | CF | 4C | 8 |
| Octal | 5 | 26 | 44 | 126 | 47 | 0 | 126 | 317 | 114 | 10 |
| Binary | 101 | 10110 | 100100 | 1010110 | 100111 | 0 | 1010110 | 11001111 | 1001100 | 1000 |
Color Harmonies of #051624
Complementary color
Monochromatic Colors of #051624
Black with #051624
Text Example
Text Example
White with #051624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051624; }
p { color: rgb(5,22,36); }
H1.HeaderClassName
{
color: #051624;
}
.AnyTagClassName
{
color: #051624;
}
</style>
background-color css
<style>
a { background-color: #051624; }
a { background-color: rgb(5,22,36); }
div.DivClassName
{
background-color: #051624;
}
.BgClassName
{
background-color: #051624;
}
</style>
border-color css
<style>
span { border-color: #051624; }
span { border-color: rgb(5,22,36); }
td.TdClassName
{
border-color: #051624;
}
.TagClassName
{
border-color: #051624;
}
</style>