Shades of Black Pearl #051A27
Tints of Black Pearl #051A27
RGB
CMYK
RGB Variations
Color information
#051A27 (or 0x051A27) is known color: Black Pearl. HEX triplet: 05, 1A and 27. RGB value is (5,26,39). Sum of RGB (Red+Green+Blue) = 5+26+39=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 26 (10.55% from 255 or 37.14% from 70); Blue value is 39 (15.62% from 255 or 55.71% from 70); Max value from RGB is 39 - color contains mainly: blue. Hex color #051A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A27 is #FAE5D8. Grayscale: #151515. Windows color (decimal): -16442841 or 2562565. OLE color: 2562565.
HSL color Cylindrical-coordinate representation of color #051A27: hue angle of 202.94º 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 #051A27 is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 26 | 39 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.85 |
| HSL | 202.94º | 0.77% | 0.09% | - |
| HSV(B) | 202.94º | 0.87% | 0.15% | - |
| XYZ | 0.8 | 0.92 | 2.05 | - |
| YUV | 21.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 39 | 0.87 | 0.33 | 0 | 0.85 | 202.94 | 0.77 | 0.09 |
| Hex | 5 | 1A | 27 | 57 | 21 | 0 | 55 | CB | 4D | 9 |
| Octal | 5 | 32 | 47 | 127 | 41 | 0 | 125 | 313 | 115 | 11 |
| Binary | 101 | 11010 | 100111 | 1010111 | 100001 | 0 | 1010101 | 11001011 | 1001101 | 1001 |
Color Harmonies of #051A27
Complementary color
Monochromatic Colors of #051A27
Black with #051A27
Text Example
Text Example
White with #051A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A27; }
p { color: rgb(5,26,39); }
H1.HeaderClassName
{
color: #051A27;
}
.AnyTagClassName
{
color: #051A27;
}
</style>
background-color css
<style>
a { background-color: #051A27; }
a { background-color: rgb(5,26,39); }
div.DivClassName
{
background-color: #051A27;
}
.BgClassName
{
background-color: #051A27;
}
</style>
border-color css
<style>
span { border-color: #051A27; }
span { border-color: rgb(5,26,39); }
td.TdClassName
{
border-color: #051A27;
}
.TagClassName
{
border-color: #051A27;
}
</style>