Shades of Black Pearl #05090C
Tints of Black Pearl #05090C
RGB
CMYK
RGB Variations
Color information
#05090C (or 0x05090C) is known color: Black Pearl. HEX triplet: 05, 09 and 0C. RGB value is (5,9,12). Sum of RGB (Red+Green+Blue) = 5+9+12=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 9 (3.91% from 255 or 34.62% from 26); Blue value is 12 (5.08% from 255 or 46.15% from 26); Max value from RGB is 12 - color contains mainly: blue. Hex color #05090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05090C is #FAF6F3. Grayscale: #080808. Windows color (decimal): -16447220 or 788741. OLE color: 788741.
HSL color Cylindrical-coordinate representation of color #05090C: hue angle of 205.71º 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 #05090C is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 9 | 12 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.95 |
| HSL | 205.71º | 0.41% | 0.03% | - |
| HSV(B) | 205.71º | 0.58% | 0.05% | - |
| XYZ | 0.23 | 0.25 | 0.38 | - |
| YUV | 8.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 9 | 12 | 0.58 | 0.25 | 0 | 0.95 | 205.71 | 0.41 | 0.03 |
| Hex | 5 | 9 | C | 3A | 19 | 0 | 5F | CE | 29 | 3 |
| Octal | 5 | 11 | 14 | 72 | 31 | 0 | 137 | 316 | 51 | 3 |
| Binary | 101 | 1001 | 1100 | 111010 | 11001 | 0 | 1011111 | 11001110 | 101001 | 11 |
Color Harmonies of #05090C
Complementary color
Monochromatic Colors of #05090C
Black with #05090C
Text Example
Text Example
White with #05090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05090C; }
p { color: rgb(5,9,12); }
H1.HeaderClassName
{
color: #05090C;
}
.AnyTagClassName
{
color: #05090C;
}
</style>
background-color css
<style>
a { background-color: #05090C; }
a { background-color: rgb(5,9,12); }
div.DivClassName
{
background-color: #05090C;
}
.BgClassName
{
background-color: #05090C;
}
</style>
border-color css
<style>
span { border-color: #05090C; }
span { border-color: rgb(5,9,12); }
td.TdClassName
{
border-color: #05090C;
}
.TagClassName
{
border-color: #05090C;
}
</style>