Shades of Black Pearl #00050C
Tints of Black Pearl #00050C
RGB
CMYK
RGB Variations
Color information
#00050C (or 0x00050C) is known color: Black Pearl. HEX triplet: 00, 05 and 0C. RGB value is (0,5,12). Sum of RGB (Red+Green+Blue) = 0+5+12=17 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 17); Green value is 5 (2.34% from 255 or 29.41% from 17); Blue value is 12 (5.08% from 255 or 70.59% from 17); Max value from RGB is 12 - color contains mainly: blue. Hex color #00050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00050C is #FFFAF3. Grayscale: #040404. Windows color (decimal): -16775924 or 787712. OLE color: 787712.
HSL color Cylindrical-coordinate representation of color #00050C: hue angle of 215º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00050C is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 5 | 12 | - |
| CMYK | 1 | 0.58 | 0 | 0.95 |
| HSL | 215º | 1% | 0.02% | - |
| HSV(B) | 215º | 1% | 0.05% | - |
| XYZ | 0.12 | 0.14 | 0.37 | - |
| YUV | 4.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 12 | 1 | 0.58 | 0 | 0.95 | 215 | 1 | 0.02 |
| Hex | 0 | 5 | C | 64 | 3A | 0 | 5F | D7 | 64 | 2 |
| Octal | 0 | 5 | 14 | 144 | 72 | 0 | 137 | 327 | 144 | 2 |
| Binary | 0 | 101 | 1100 | 1100100 | 111010 | 0 | 1011111 | 11010111 | 1100100 | 10 |
Color Harmonies of #00050C
Complementary color
Monochromatic Colors of #00050C
Black with #00050C
Text Example
Text Example
White with #00050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00050C; }
p { color: rgb(0,5,12); }
H1.HeaderClassName
{
color: #00050C;
}
.AnyTagClassName
{
color: #00050C;
}
</style>
background-color css
<style>
a { background-color: #00050C; }
a { background-color: rgb(0,5,12); }
div.DivClassName
{
background-color: #00050C;
}
.BgClassName
{
background-color: #00050C;
}
</style>
border-color css
<style>
span { border-color: #00050C; }
span { border-color: rgb(0,5,12); }
td.TdClassName
{
border-color: #00050C;
}
.TagClassName
{
border-color: #00050C;
}
</style>