Shades of Black Pearl #051F34
Tints of Black Pearl #051F34
RGB
CMYK
RGB Variations
Color information
#051F34 (or 0x051F34) is known color: Black Pearl. HEX triplet: 05, 1F and 34. RGB value is (5,31,52). Sum of RGB (Red+Green+Blue) = 5+31+52=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 52 (20.70% from 255 or 59.09% from 88); Max value from RGB is 52 - color contains mainly: blue. Hex color #051F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F34 is #FAE0CB. Grayscale: #191919. Windows color (decimal): -16441548 or 3415813. OLE color: 3415813.
HSL color Cylindrical-coordinate representation of color #051F34: hue angle of 206.81º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051F34 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 31 | 52 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.80 |
| HSL | 206.81º | 0.82% | 0.11% | - |
| HSV(B) | 206.81º | 0.9% | 0.2% | - |
| XYZ | 1.17 | 1.26 | 3.43 | - |
| YUV | 25.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 52 | 0.90 | 0.40 | 0 | 0.80 | 206.81 | 0.82 | 0.11 |
| Hex | 5 | 1F | 34 | 5A | 28 | 0 | 50 | CF | 52 | B |
| Octal | 5 | 37 | 64 | 132 | 50 | 0 | 120 | 317 | 122 | 13 |
| Binary | 101 | 11111 | 110100 | 1011010 | 101000 | 0 | 1010000 | 11001111 | 1010010 | 1011 |
Color Harmonies of #051F34
Complementary color
Monochromatic Colors of #051F34
Black with #051F34
Text Example
Text Example
White with #051F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F34; }
p { color: rgb(5,31,52); }
H1.HeaderClassName
{
color: #051F34;
}
.AnyTagClassName
{
color: #051F34;
}
</style>
background-color css
<style>
a { background-color: #051F34; }
a { background-color: rgb(5,31,52); }
div.DivClassName
{
background-color: #051F34;
}
.BgClassName
{
background-color: #051F34;
}
</style>
border-color css
<style>
span { border-color: #051F34; }
span { border-color: rgb(5,31,52); }
td.TdClassName
{
border-color: #051F34;
}
.TagClassName
{
border-color: #051F34;
}
</style>