Shades of Black Pearl #050B0C
Tints of Black Pearl #050B0C
RGB
CMYK
RGB Variations
Color information
#050B0C (or 0x050B0C) is known color: Black Pearl. HEX triplet: 05, 0B and 0C. RGB value is (5,11,12). Sum of RGB (Red+Green+Blue) = 5+11+12=28 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.86% from 28); Green value is 11 (4.69% from 255 or 39.29% from 28); Blue value is 12 (5.08% from 255 or 42.86% from 28); Max value from RGB is 12 - color contains mainly: blue. Hex color #050B0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B0C is #FAF4F3. Grayscale: #090909. Windows color (decimal): -16446708 or 789253. OLE color: 789253.
HSL color Cylindrical-coordinate representation of color #050B0C: hue angle of 188.57º 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 #050B0C is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 11 | 12 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.95 |
| HSL | 188.57º | 0.41% | 0.03% | - |
| HSV(B) | 188.57º | 0.58% | 0.05% | - |
| XYZ | 0.25 | 0.3 | 0.39 | - |
| YUV | 9.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 11 | 12 | 0.58 | 0.08 | 0 | 0.95 | 188.57 | 0.41 | 0.03 |
| Hex | 5 | B | C | 3A | 8 | 0 | 5F | BD | 29 | 3 |
| Octal | 5 | 13 | 14 | 72 | 10 | 0 | 137 | 275 | 51 | 3 |
| Binary | 101 | 1011 | 1100 | 111010 | 1000 | 0 | 1011111 | 10111101 | 101001 | 11 |
Color Harmonies of #050B0C
Complementary color
Monochromatic Colors of #050B0C
Black with #050B0C
Text Example
Text Example
White with #050B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050B0C; }
p { color: rgb(5,11,12); }
H1.HeaderClassName
{
color: #050B0C;
}
.AnyTagClassName
{
color: #050B0C;
}
</style>
background-color css
<style>
a { background-color: #050B0C; }
a { background-color: rgb(5,11,12); }
div.DivClassName
{
background-color: #050B0C;
}
.BgClassName
{
background-color: #050B0C;
}
</style>
border-color css
<style>
span { border-color: #050B0C; }
span { border-color: rgb(5,11,12); }
td.TdClassName
{
border-color: #050B0C;
}
.TagClassName
{
border-color: #050B0C;
}
</style>