Shades of Black Pearl #051A2A
Tints of Black Pearl #051A2A
RGB
CMYK
RGB Variations
Color information
#051A2A (or 0x051A2A) is known color: Black Pearl. HEX triplet: 05, 1A and 2A. RGB value is (5,26,42). Sum of RGB (Red+Green+Blue) = 5+26+42=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 26 (10.55% from 255 or 35.62% from 73); Blue value is 42 (16.80% from 255 or 57.53% from 73); Max value from RGB is 42 - color contains mainly: blue. Hex color #051A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A2A is #FAE5D5. Grayscale: #151515. Windows color (decimal): -16442838 or 2759173. OLE color: 2759173.
HSL color Cylindrical-coordinate representation of color #051A2A: hue angle of 205.95º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #051A2A is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 26 | 42 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.84 |
| HSL | 205.95º | 0.79% | 0.09% | - |
| HSV(B) | 205.95º | 0.88% | 0.16% | - |
| XYZ | 0.85 | 0.94 | 2.33 | - |
| YUV | 21.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 42 | 0.88 | 0.38 | 0 | 0.84 | 205.95 | 0.79 | 0.09 |
| Hex | 5 | 1A | 2A | 58 | 26 | 0 | 54 | CE | 4F | 9 |
| Octal | 5 | 32 | 52 | 130 | 46 | 0 | 124 | 316 | 117 | 11 |
| Binary | 101 | 11010 | 101010 | 1011000 | 100110 | 0 | 1010100 | 11001110 | 1001111 | 1001 |
Color Harmonies of #051A2A
Complementary color
Monochromatic Colors of #051A2A
Black with #051A2A
Text Example
Text Example
White with #051A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A2A; }
p { color: rgb(5,26,42); }
H1.HeaderClassName
{
color: #051A2A;
}
.AnyTagClassName
{
color: #051A2A;
}
</style>
background-color css
<style>
a { background-color: #051A2A; }
a { background-color: rgb(5,26,42); }
div.DivClassName
{
background-color: #051A2A;
}
.BgClassName
{
background-color: #051A2A;
}
</style>
border-color css
<style>
span { border-color: #051A2A; }
span { border-color: rgb(5,26,42); }
td.TdClassName
{
border-color: #051A2A;
}
.TagClassName
{
border-color: #051A2A;
}
</style>