Shades of Black Pearl #051418
Tints of Black Pearl #051418
RGB
CMYK
RGB Variations
Color information
#051418 (or 0x051418) is known color: Black Pearl. HEX triplet: 05, 14 and 18. RGB value is (5,20,24). Sum of RGB (Red+Green+Blue) = 5+20+24=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 24 (9.77% from 255 or 48.98% from 49); Max value from RGB is 24 - color contains mainly: blue. Hex color #051418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051418 is #FAEBE7. Grayscale: #0F0F0F. Windows color (decimal): -16444392 or 1577989. OLE color: 1577989.
HSL color Cylindrical-coordinate representation of color #051418: hue angle of 192.63º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #051418 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 20 | 24 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.91 |
| HSL | 192.63º | 0.66% | 0.06% | - |
| HSV(B) | 192.63º | 0.79% | 0.09% | - |
| XYZ | 0.48 | 0.6 | 0.95 | - |
| YUV | 15.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 24 | 0.79 | 0.17 | 0 | 0.91 | 192.63 | 0.66 | 0.06 |
| Hex | 5 | 14 | 18 | 4F | 11 | 0 | 5B | C1 | 42 | 6 |
| Octal | 5 | 24 | 30 | 117 | 21 | 0 | 133 | 301 | 102 | 6 |
| Binary | 101 | 10100 | 11000 | 1001111 | 10001 | 0 | 1011011 | 11000001 | 1000010 | 110 |
Color Harmonies of #051418
Complementary color
Monochromatic Colors of #051418
Black with #051418
Text Example
Text Example
White with #051418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051418; }
p { color: rgb(5,20,24); }
H1.HeaderClassName
{
color: #051418;
}
.AnyTagClassName
{
color: #051418;
}
</style>
background-color css
<style>
a { background-color: #051418; }
a { background-color: rgb(5,20,24); }
div.DivClassName
{
background-color: #051418;
}
.BgClassName
{
background-color: #051418;
}
</style>
border-color css
<style>
span { border-color: #051418; }
span { border-color: rgb(5,20,24); }
td.TdClassName
{
border-color: #051418;
}
.TagClassName
{
border-color: #051418;
}
</style>