Shades of Black Pearl #051D1E
Tints of Black Pearl #051D1E
RGB
CMYK
RGB Variations
Color information
#051D1E (or 0x051D1E) is known color: Black Pearl. HEX triplet: 05, 1D and 1E. RGB value is (5,29,30). Sum of RGB (Red+Green+Blue) = 5+29+30=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 29 (11.72% from 255 or 45.31% from 64); Blue value is 30 (12.11% from 255 or 46.88% from 64); Max value from RGB is 30 - color contains mainly: blue. Hex color #051D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D1E is #FAE2E1. Grayscale: #151515. Windows color (decimal): -16442082 or 1973509. OLE color: 1973509.
HSL color Cylindrical-coordinate representation of color #051D1E: hue angle of 182.4º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #051D1E is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 29 | 30 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.88 |
| HSL | 182.4º | 0.71% | 0.07% | - |
| HSV(B) | 182.4º | 0.83% | 0.12% | - |
| XYZ | 0.74 | 1 | 1.38 | - |
| YUV | 21.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 30 | 0.83 | 0.03 | 0 | 0.88 | 182.4 | 0.71 | 0.07 |
| Hex | 5 | 1D | 1E | 53 | 3 | 0 | 58 | B6 | 47 | 7 |
| Octal | 5 | 35 | 36 | 123 | 3 | 0 | 130 | 266 | 107 | 7 |
| Binary | 101 | 11101 | 11110 | 1010011 | 11 | 0 | 1011000 | 10110110 | 1000111 | 111 |
Color Harmonies of #051D1E
Complementary color
Monochromatic Colors of #051D1E
Black with #051D1E
Text Example
Text Example
White with #051D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D1E; }
p { color: rgb(5,29,30); }
H1.HeaderClassName
{
color: #051D1E;
}
.AnyTagClassName
{
color: #051D1E;
}
</style>
background-color css
<style>
a { background-color: #051D1E; }
a { background-color: rgb(5,29,30); }
div.DivClassName
{
background-color: #051D1E;
}
.BgClassName
{
background-color: #051D1E;
}
</style>
border-color css
<style>
span { border-color: #051D1E; }
span { border-color: rgb(5,29,30); }
td.TdClassName
{
border-color: #051D1E;
}
.TagClassName
{
border-color: #051D1E;
}
</style>