Shades of Black Pearl #051F2E
Tints of Black Pearl #051F2E
RGB
CMYK
RGB Variations
Color information
#051F2E (or 0x051F2E) is known color: Black Pearl. HEX triplet: 05, 1F and 2E. RGB value is (5,31,46). Sum of RGB (Red+Green+Blue) = 5+31+46=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 46 (18.36% from 255 or 56.10% from 82); Max value from RGB is 46 - color contains mainly: blue. Hex color #051F2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F2E is #FAE0D1. Grayscale: #181818. Windows color (decimal): -16441554 or 3022597. OLE color: 3022597.
HSL color Cylindrical-coordinate representation of color #051F2E: hue angle of 201.95º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #051F2E is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 31 | 46 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.82 |
| HSL | 201.95º | 0.8% | 0.1% | - |
| HSV(B) | 201.95º | 0.89% | 0.18% | - |
| XYZ | 1.05 | 1.21 | 2.76 | - |
| YUV | 24.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 46 | 0.89 | 0.33 | 0 | 0.82 | 201.95 | 0.8 | 0.1 |
| Hex | 5 | 1F | 2E | 59 | 21 | 0 | 52 | CA | 50 | A |
| Octal | 5 | 37 | 56 | 131 | 41 | 0 | 122 | 312 | 120 | 12 |
| Binary | 101 | 11111 | 101110 | 1011001 | 100001 | 0 | 1010010 | 11001010 | 1010000 | 1010 |
Color Harmonies of #051F2E
Complementary color
Monochromatic Colors of #051F2E
Black with #051F2E
Text Example
Text Example
White with #051F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F2E; }
p { color: rgb(5,31,46); }
H1.HeaderClassName
{
color: #051F2E;
}
.AnyTagClassName
{
color: #051F2E;
}
</style>
background-color css
<style>
a { background-color: #051F2E; }
a { background-color: rgb(5,31,46); }
div.DivClassName
{
background-color: #051F2E;
}
.BgClassName
{
background-color: #051F2E;
}
</style>
border-color css
<style>
span { border-color: #051F2E; }
span { border-color: rgb(5,31,46); }
td.TdClassName
{
border-color: #051F2E;
}
.TagClassName
{
border-color: #051F2E;
}
</style>