Shades of Black Pearl #051218
Tints of Black Pearl #051218
RGB
CMYK
RGB Variations
Color information
#051218 (or 0x051218) is known color: Black Pearl. HEX triplet: 05, 12 and 18. RGB value is (5,18,24). Sum of RGB (Red+Green+Blue) = 5+18+24=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #051218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051218 is #FAEDE7. Grayscale: #0E0E0E. Windows color (decimal): -16444904 or 1577477. OLE color: 1577477.
HSL color Cylindrical-coordinate representation of color #051218: hue angle of 198.95º 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 #051218 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 18 | 24 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.91 |
| HSL | 198.95º | 0.66% | 0.06% | - |
| HSV(B) | 198.95º | 0.79% | 0.09% | - |
| XYZ | 0.44 | 0.53 | 0.94 | - |
| YUV | 14.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 24 | 0.79 | 0.25 | 0 | 0.91 | 198.95 | 0.66 | 0.06 |
| Hex | 5 | 12 | 18 | 4F | 19 | 0 | 5B | C7 | 42 | 6 |
| Octal | 5 | 22 | 30 | 117 | 31 | 0 | 133 | 307 | 102 | 6 |
| Binary | 101 | 10010 | 11000 | 1001111 | 11001 | 0 | 1011011 | 11000111 | 1000010 | 110 |
Color Harmonies of #051218
Complementary color
Monochromatic Colors of #051218
Black with #051218
Text Example
Text Example
White with #051218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051218; }
p { color: rgb(5,18,24); }
H1.HeaderClassName
{
color: #051218;
}
.AnyTagClassName
{
color: #051218;
}
</style>
background-color css
<style>
a { background-color: #051218; }
a { background-color: rgb(5,18,24); }
div.DivClassName
{
background-color: #051218;
}
.BgClassName
{
background-color: #051218;
}
</style>
border-color css
<style>
span { border-color: #051218; }
span { border-color: rgb(5,18,24); }
td.TdClassName
{
border-color: #051218;
}
.TagClassName
{
border-color: #051218;
}
</style>