Shades of Black Pearl #05090E
Tints of Black Pearl #05090E
RGB
CMYK
RGB Variations
Color information
#05090E (or 0x05090E) is known color: Black Pearl. HEX triplet: 05, 09 and 0E. RGB value is (5,9,14). Sum of RGB (Red+Green+Blue) = 5+9+14=28 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.86% from 28); Green value is 9 (3.91% from 255 or 32.14% from 28); Blue value is 14 (5.86% from 255 or 50% from 28); Max value from RGB is 14 - color contains mainly: blue. Hex color #05090E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05090E is #FAF6F1. Grayscale: #080808. Windows color (decimal): -16447218 or 919813. OLE color: 919813.
HSL color Cylindrical-coordinate representation of color #05090E: hue angle of 213.33º degrees, saturation: 0.47, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #05090E is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 9 | 14 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.95 |
| HSL | 213.33º | 0.47% | 0.04% | - |
| HSV(B) | 213.33º | 0.64% | 0.05% | - |
| XYZ | 0.24 | 0.26 | 0.45 | - |
| YUV | 8.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 9 | 14 | 0.64 | 0.36 | 0 | 0.95 | 213.33 | 0.47 | 0.04 |
| Hex | 5 | 9 | E | 40 | 24 | 0 | 5F | D5 | 2F | 4 |
| Octal | 5 | 11 | 16 | 100 | 44 | 0 | 137 | 325 | 57 | 4 |
| Binary | 101 | 1001 | 1110 | 1000000 | 100100 | 0 | 1011111 | 11010101 | 101111 | 100 |
Color Harmonies of #05090E
Complementary color
Monochromatic Colors of #05090E
Black with #05090E
Text Example
Text Example
White with #05090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05090E; }
p { color: rgb(5,9,14); }
H1.HeaderClassName
{
color: #05090E;
}
.AnyTagClassName
{
color: #05090E;
}
</style>
background-color css
<style>
a { background-color: #05090E; }
a { background-color: rgb(5,9,14); }
div.DivClassName
{
background-color: #05090E;
}
.BgClassName
{
background-color: #05090E;
}
</style>
border-color css
<style>
span { border-color: #05090E; }
span { border-color: rgb(5,9,14); }
td.TdClassName
{
border-color: #05090E;
}
.TagClassName
{
border-color: #05090E;
}
</style>