Shades of Black Pearl #051427
Tints of Black Pearl #051427
RGB
CMYK
RGB Variations
Color information
#051427 (or 0x051427) is known color: Black Pearl. HEX triplet: 05, 14 and 27. RGB value is (5,20,39). Sum of RGB (Red+Green+Blue) = 5+20+39=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 39 (15.62% from 255 or 60.94% from 64); Max value from RGB is 39 - color contains mainly: blue. Hex color #051427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051427 is #FAEBD8. Grayscale: #111111. Windows color (decimal): -16444377 or 2561029. OLE color: 2561029.
HSL color Cylindrical-coordinate representation of color #051427: hue angle of 213.53º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #051427 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 20 | 39 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.85 |
| HSL | 213.53º | 0.77% | 0.09% | - |
| HSV(B) | 213.53º | 0.87% | 0.15% | - |
| XYZ | 0.68 | 0.68 | 2.01 | - |
| YUV | 17.68 | 140.03 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 39 | 0.87 | 0.49 | 0 | 0.85 | 213.53 | 0.77 | 0.09 |
| Hex | 5 | 14 | 27 | 57 | 31 | 0 | 55 | D6 | 4D | 9 |
| Octal | 5 | 24 | 47 | 127 | 61 | 0 | 125 | 326 | 115 | 11 |
| Binary | 101 | 10100 | 100111 | 1010111 | 110001 | 0 | 1010101 | 11010110 | 1001101 | 1001 |
Color Harmonies of #051427
Complementary color
Monochromatic Colors of #051427
Black with #051427
Text Example
Text Example
White with #051427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051427; }
p { color: rgb(5,20,39); }
H1.HeaderClassName
{
color: #051427;
}
.AnyTagClassName
{
color: #051427;
}
</style>
background-color css
<style>
a { background-color: #051427; }
a { background-color: rgb(5,20,39); }
div.DivClassName
{
background-color: #051427;
}
.BgClassName
{
background-color: #051427;
}
</style>
border-color css
<style>
span { border-color: #051427; }
span { border-color: rgb(5,20,39); }
td.TdClassName
{
border-color: #051427;
}
.TagClassName
{
border-color: #051427;
}
</style>