Shades of Black Pearl #051224
Tints of Black Pearl #051224
RGB
CMYK
RGB Variations
Color information
#051224 (or 0x051224) is known color: Black Pearl. HEX triplet: 05, 12 and 24. RGB value is (5,18,36). Sum of RGB (Red+Green+Blue) = 5+18+36=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 36 (14.45% from 255 or 61.02% from 59); Max value from RGB is 36 - color contains mainly: blue. Hex color #051224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051224 is #FAEDDB. Grayscale: #101010. Windows color (decimal): -16444892 or 2363909. OLE color: 2363909.
HSL color Cylindrical-coordinate representation of color #051224: hue angle of 214.84º 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 #051224 is Cyan = 0.86, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 5 | 18 | 36 | - |
| CMYK | 0.86 | 0.5 | 0 | 0.86 |
| HSL | 214.84º | 0.76% | 0.08% | - |
| HSV(B) | 214.84º | 0.86% | 0.14% | - |
| XYZ | 0.6 | 0.59 | 1.75 | - |
| YUV | 16.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 36 | 0.86 | 0.5 | 0 | 0.86 | 214.84 | 0.76 | 0.08 |
| Hex | 5 | 12 | 24 | 56 | 32 | 0 | 56 | D7 | 4C | 8 |
| Octal | 5 | 22 | 44 | 126 | 62 | 0 | 126 | 327 | 114 | 10 |
| Binary | 101 | 10010 | 100100 | 1010110 | 110010 | 0 | 1010110 | 11010111 | 1001100 | 1000 |
Color Harmonies of #051224
Complementary color
Monochromatic Colors of #051224
Black with #051224
Text Example
Text Example
White with #051224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051224; }
p { color: rgb(5,18,36); }
H1.HeaderClassName
{
color: #051224;
}
.AnyTagClassName
{
color: #051224;
}
</style>
background-color css
<style>
a { background-color: #051224; }
a { background-color: rgb(5,18,36); }
div.DivClassName
{
background-color: #051224;
}
.BgClassName
{
background-color: #051224;
}
</style>
border-color css
<style>
span { border-color: #051224; }
span { border-color: rgb(5,18,36); }
td.TdClassName
{
border-color: #051224;
}
.TagClassName
{
border-color: #051224;
}
</style>