Shades of Black Pearl #051F2B
Tints of Black Pearl #051F2B
RGB
CMYK
RGB Variations
Color information
#051F2B (or 0x051F2B) is known color: Black Pearl. HEX triplet: 05, 1F and 2B. RGB value is (5,31,43). Sum of RGB (Red+Green+Blue) = 5+31+43=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 31 (12.5% from 255 or 39.24% from 79); Blue value is 43 (17.19% from 255 or 54.43% from 79); Max value from RGB is 43 - color contains mainly: blue. Hex color #051F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F2B is #FAE0D4. Grayscale: #181818. Windows color (decimal): -16441557 or 2825989. OLE color: 2825989.
HSL color Cylindrical-coordinate representation of color #051F2B: hue angle of 198.95º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #051F2B is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 31 | 43 | - |
| CMYK | 0.88 | 0.28 | 0 | 0.83 |
| HSL | 198.95º | 0.79% | 0.09% | - |
| HSV(B) | 198.95º | 0.88% | 0.17% | - |
| XYZ | 0.99 | 1.19 | 2.46 | - |
| YUV | 24.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 43 | 0.88 | 0.28 | 0 | 0.83 | 198.95 | 0.79 | 0.09 |
| Hex | 5 | 1F | 2B | 58 | 1C | 0 | 53 | C7 | 4F | 9 |
| Octal | 5 | 37 | 53 | 130 | 34 | 0 | 123 | 307 | 117 | 11 |
| Binary | 101 | 11111 | 101011 | 1011000 | 11100 | 0 | 1010011 | 11000111 | 1001111 | 1001 |
Color Harmonies of #051F2B
Complementary color
Monochromatic Colors of #051F2B
Black with #051F2B
Text Example
Text Example
White with #051F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F2B; }
p { color: rgb(5,31,43); }
H1.HeaderClassName
{
color: #051F2B;
}
.AnyTagClassName
{
color: #051F2B;
}
</style>
background-color css
<style>
a { background-color: #051F2B; }
a { background-color: rgb(5,31,43); }
div.DivClassName
{
background-color: #051F2B;
}
.BgClassName
{
background-color: #051F2B;
}
</style>
border-color css
<style>
span { border-color: #051F2B; }
span { border-color: rgb(5,31,43); }
td.TdClassName
{
border-color: #051F2B;
}
.TagClassName
{
border-color: #051F2B;
}
</style>