Shades of Black Pearl #050C17
Tints of Black Pearl #050C17
RGB
CMYK
RGB Variations
Color information
#050C17 (or 0x050C17) is known color: Black Pearl. HEX triplet: 05, 0C and 17. RGB value is (5,12,23). Sum of RGB (Red+Green+Blue) = 5+12+23=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 23 (9.38% from 255 or 57.5% from 40); Max value from RGB is 23 - color contains mainly: blue. Hex color #050C17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C17 is #FAF3E8. Grayscale: #0B0B0B. Windows color (decimal): -16446441 or 1510405. OLE color: 1510405.
HSL color Cylindrical-coordinate representation of color #050C17: hue angle of 216.67º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #050C17 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 12 | 23 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.91 |
| HSL | 216.67º | 0.64% | 0.05% | - |
| HSV(B) | 216.67º | 0.78% | 0.09% | - |
| XYZ | 0.35 | 0.36 | 0.86 | - |
| YUV | 11.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 23 | 0.78 | 0.48 | 0 | 0.91 | 216.67 | 0.64 | 0.05 |
| Hex | 5 | C | 17 | 4E | 30 | 0 | 5B | D9 | 40 | 5 |
| Octal | 5 | 14 | 27 | 116 | 60 | 0 | 133 | 331 | 100 | 5 |
| Binary | 101 | 1100 | 10111 | 1001110 | 110000 | 0 | 1011011 | 11011001 | 1000000 | 101 |
Color Harmonies of #050C17
Complementary color
Monochromatic Colors of #050C17
Black with #050C17
Text Example
Text Example
White with #050C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C17; }
p { color: rgb(5,12,23); }
H1.HeaderClassName
{
color: #050C17;
}
.AnyTagClassName
{
color: #050C17;
}
</style>
background-color css
<style>
a { background-color: #050C17; }
a { background-color: rgb(5,12,23); }
div.DivClassName
{
background-color: #050C17;
}
.BgClassName
{
background-color: #050C17;
}
</style>
border-color css
<style>
span { border-color: #050C17; }
span { border-color: rgb(5,12,23); }
td.TdClassName
{
border-color: #050C17;
}
.TagClassName
{
border-color: #050C17;
}
</style>