Shades of Black Pearl #051A25
Tints of Black Pearl #051A25
RGB
CMYK
RGB Variations
Color information
#051A25 (or 0x051A25) is known color: Black Pearl. HEX triplet: 05, 1A and 25. RGB value is (5,26,37). Sum of RGB (Red+Green+Blue) = 5+26+37=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 26 (10.55% from 255 or 38.24% from 68); Blue value is 37 (14.84% from 255 or 54.41% from 68); Max value from RGB is 37 - color contains mainly: blue. Hex color #051A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A25 is #FAE5DA. Grayscale: #141414. Windows color (decimal): -16442843 or 2431493. OLE color: 2431493.
HSL color Cylindrical-coordinate representation of color #051A25: hue angle of 200.62º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #051A25 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 26 | 37 | - |
| CMYK | 0.86 | 0.30 | 0 | 0.85 |
| HSL | 200.63º | 0.76% | 0.08% | - |
| HSV(B) | 200.63º | 0.86% | 0.15% | - |
| XYZ | 0.77 | 0.9 | 1.88 | - |
| YUV | 20.98 | 137.04 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 37 | 0.86 | 0.30 | 0 | 0.85 | 200.63 | 0.76 | 0.08 |
| Hex | 5 | 1A | 25 | 56 | 1E | 0 | 55 | C9 | 4C | 8 |
| Octal | 5 | 32 | 45 | 126 | 36 | 0 | 125 | 311 | 114 | 10 |
| Binary | 101 | 11010 | 100101 | 1010110 | 11110 | 0 | 1010101 | 11001001 | 1001100 | 1000 |
Color Harmonies of #051A25
Complementary color
Monochromatic Colors of #051A25
Black with #051A25
Text Example
Text Example
White with #051A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A25; }
p { color: rgb(5,26,37); }
H1.HeaderClassName
{
color: #051A25;
}
.AnyTagClassName
{
color: #051A25;
}
</style>
background-color css
<style>
a { background-color: #051A25; }
a { background-color: rgb(5,26,37); }
div.DivClassName
{
background-color: #051A25;
}
.BgClassName
{
background-color: #051A25;
}
</style>
border-color css
<style>
span { border-color: #051A25; }
span { border-color: rgb(5,26,37); }
td.TdClassName
{
border-color: #051A25;
}
.TagClassName
{
border-color: #051A25;
}
</style>