Shades of Black Pearl #051A1F
Tints of Black Pearl #051A1F
RGB
CMYK
RGB Variations
Color information
#051A1F (or 0x051A1F) is known color: Black Pearl. HEX triplet: 05, 1A and 1F. RGB value is (5,26,31). Sum of RGB (Red+Green+Blue) = 5+26+31=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 26 (10.55% from 255 or 41.94% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #051A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A1F is #FAE5E0. Grayscale: #141414. Windows color (decimal): -16442849 or 2038277. OLE color: 2038277.
HSL color Cylindrical-coordinate representation of color #051A1F: hue angle of 191.54º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #051A1F is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 26 | 31 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.88 |
| HSL | 191.54º | 0.72% | 0.07% | - |
| HSV(B) | 191.54º | 0.84% | 0.12% | - |
| XYZ | 0.68 | 0.87 | 1.43 | - |
| YUV | 20.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 31 | 0.84 | 0.16 | 0 | 0.88 | 191.54 | 0.72 | 0.07 |
| Hex | 5 | 1A | 1F | 54 | 10 | 0 | 58 | C0 | 48 | 7 |
| Octal | 5 | 32 | 37 | 124 | 20 | 0 | 130 | 300 | 110 | 7 |
| Binary | 101 | 11010 | 11111 | 1010100 | 10000 | 0 | 1011000 | 11000000 | 1001000 | 111 |
Color Harmonies of #051A1F
Complementary color
Monochromatic Colors of #051A1F
Black with #051A1F
Text Example
Text Example
White with #051A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A1F; }
p { color: rgb(5,26,31); }
H1.HeaderClassName
{
color: #051A1F;
}
.AnyTagClassName
{
color: #051A1F;
}
</style>
background-color css
<style>
a { background-color: #051A1F; }
a { background-color: rgb(5,26,31); }
div.DivClassName
{
background-color: #051A1F;
}
.BgClassName
{
background-color: #051A1F;
}
</style>
border-color css
<style>
span { border-color: #051A1F; }
span { border-color: rgb(5,26,31); }
td.TdClassName
{
border-color: #051A1F;
}
.TagClassName
{
border-color: #051A1F;
}
</style>