Shades of Black Pearl #05080C
Tints of Black Pearl #05080C
RGB
CMYK
RGB Variations
Color information
#05080C (or 0x05080C) is known color: Black Pearl. HEX triplet: 05, 08 and 0C. RGB value is (5,8,12). Sum of RGB (Red+Green+Blue) = 5+8+12=25 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20% from 25); Green value is 8 (3.52% from 255 or 32% from 25); Blue value is 12 (5.08% from 255 or 48% from 25); Max value from RGB is 12 - color contains mainly: blue. Hex color #05080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05080C is #FAF7F3. Grayscale: #070707. Windows color (decimal): -16447476 or 788485. OLE color: 788485.
HSL color Cylindrical-coordinate representation of color #05080C: hue angle of 214.29º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #05080C is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 8 | 12 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.95 |
| HSL | 214.29º | 0.41% | 0.03% | - |
| HSV(B) | 214.29º | 0.58% | 0.05% | - |
| XYZ | 0.22 | 0.23 | 0.38 | - |
| YUV | 7.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 12 | 0.58 | 0.33 | 0 | 0.95 | 214.29 | 0.41 | 0.03 |
| Hex | 5 | 8 | C | 3A | 21 | 0 | 5F | D6 | 29 | 3 |
| Octal | 5 | 10 | 14 | 72 | 41 | 0 | 137 | 326 | 51 | 3 |
| Binary | 101 | 1000 | 1100 | 111010 | 100001 | 0 | 1011111 | 11010110 | 101001 | 11 |
Color Harmonies of #05080C
Complementary color
Monochromatic Colors of #05080C
Black with #05080C
Text Example
Text Example
White with #05080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05080C; }
p { color: rgb(5,8,12); }
H1.HeaderClassName
{
color: #05080C;
}
.AnyTagClassName
{
color: #05080C;
}
</style>
background-color css
<style>
a { background-color: #05080C; }
a { background-color: rgb(5,8,12); }
div.DivClassName
{
background-color: #05080C;
}
.BgClassName
{
background-color: #05080C;
}
</style>
border-color css
<style>
span { border-color: #05080C; }
span { border-color: rgb(5,8,12); }
td.TdClassName
{
border-color: #05080C;
}
.TagClassName
{
border-color: #05080C;
}
</style>