Shades of Black Pearl #05080D
Tints of Black Pearl #05080D
RGB
CMYK
RGB Variations
Color information
#05080D (or 0x05080D) is known color: Black Pearl. HEX triplet: 05, 08 and 0D. RGB value is (5,8,13). Sum of RGB (Red+Green+Blue) = 5+8+13=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 8 (3.52% from 255 or 30.77% from 26); Blue value is 13 (5.47% from 255 or 50% from 26); Max value from RGB is 13 - color contains mainly: blue. Hex color #05080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05080D is #FAF7F2. Grayscale: #070707. Windows color (decimal): -16447475 or 854021. OLE color: 854021.
HSL color Cylindrical-coordinate representation of color #05080D: hue angle of 217.5º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #05080D is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 8 | 13 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.95 |
| HSL | 217.5º | 0.44% | 0.04% | - |
| HSV(B) | 217.5º | 0.62% | 0.05% | - |
| XYZ | 0.22 | 0.23 | 0.41 | - |
| YUV | 7.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 13 | 0.62 | 0.38 | 0 | 0.95 | 217.5 | 0.44 | 0.04 |
| Hex | 5 | 8 | D | 3E | 26 | 0 | 5F | DA | 2C | 4 |
| Octal | 5 | 10 | 15 | 76 | 46 | 0 | 137 | 332 | 54 | 4 |
| Binary | 101 | 1000 | 1101 | 111110 | 100110 | 0 | 1011111 | 11011010 | 101100 | 100 |
Color Harmonies of #05080D
Complementary color
Monochromatic Colors of #05080D
Black with #05080D
Text Example
Text Example
White with #05080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05080D; }
p { color: rgb(5,8,13); }
H1.HeaderClassName
{
color: #05080D;
}
.AnyTagClassName
{
color: #05080D;
}
</style>
background-color css
<style>
a { background-color: #05080D; }
a { background-color: rgb(5,8,13); }
div.DivClassName
{
background-color: #05080D;
}
.BgClassName
{
background-color: #05080D;
}
</style>
border-color css
<style>
span { border-color: #05080D; }
span { border-color: rgb(5,8,13); }
td.TdClassName
{
border-color: #05080D;
}
.TagClassName
{
border-color: #05080D;
}
</style>