Shades of Black Pearl #050F20
Tints of Black Pearl #050F20
RGB
CMYK
RGB Variations
Color information
#050F20 (or 0x050F20) is known color: Black Pearl. HEX triplet: 05, 0F and 20. RGB value is (5,15,32). Sum of RGB (Red+Green+Blue) = 5+15+32=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 32 (12.89% from 255 or 61.54% from 52); Max value from RGB is 32 - color contains mainly: blue. Hex color #050F20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F20 is #FAF0DF. Grayscale: #0D0D0D. Windows color (decimal): -16445664 or 2100997. OLE color: 2100997.
HSL color Cylindrical-coordinate representation of color #050F20: hue angle of 217.78º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #050F20 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 15 | 32 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.87 |
| HSL | 217.78º | 0.73% | 0.07% | - |
| HSV(B) | 217.78º | 0.84% | 0.13% | - |
| XYZ | 0.49 | 0.48 | 1.43 | - |
| YUV | 13.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 32 | 0.84 | 0.53 | 0 | 0.87 | 217.78 | 0.73 | 0.07 |
| Hex | 5 | F | 20 | 54 | 35 | 0 | 57 | DA | 49 | 7 |
| Octal | 5 | 17 | 40 | 124 | 65 | 0 | 127 | 332 | 111 | 7 |
| Binary | 101 | 1111 | 100000 | 1010100 | 110101 | 0 | 1010111 | 11011010 | 1001001 | 111 |
Color Harmonies of #050F20
Complementary color
Monochromatic Colors of #050F20
Black with #050F20
Text Example
Text Example
White with #050F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F20; }
p { color: rgb(5,15,32); }
H1.HeaderClassName
{
color: #050F20;
}
.AnyTagClassName
{
color: #050F20;
}
</style>
background-color css
<style>
a { background-color: #050F20; }
a { background-color: rgb(5,15,32); }
div.DivClassName
{
background-color: #050F20;
}
.BgClassName
{
background-color: #050F20;
}
</style>
border-color css
<style>
span { border-color: #050F20; }
span { border-color: rgb(5,15,32); }
td.TdClassName
{
border-color: #050F20;
}
.TagClassName
{
border-color: #050F20;
}
</style>