Shades of Black Pearl #051926
Tints of Black Pearl #051926
RGB
CMYK
RGB Variations
Color information
#051926 (or 0x051926) is known color: Black Pearl. HEX triplet: 05, 19 and 26. RGB value is (5,25,38). Sum of RGB (Red+Green+Blue) = 5+25+38=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 25 (10.16% from 255 or 36.76% from 68); Blue value is 38 (15.23% from 255 or 55.88% from 68); Max value from RGB is 38 - color contains mainly: blue. Hex color #051926 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051926 is #FAE6D9. Grayscale: #141414. Windows color (decimal): -16443098 or 2496773. OLE color: 2496773.
HSL color Cylindrical-coordinate representation of color #051926: hue angle of 203.64º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #051926 is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 25 | 38 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.85 |
| HSL | 203.64º | 0.77% | 0.08% | - |
| HSV(B) | 203.64º | 0.87% | 0.15% | - |
| XYZ | 0.76 | 0.87 | 1.96 | - |
| YUV | 20.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 38 | 0.87 | 0.34 | 0 | 0.85 | 203.64 | 0.77 | 0.08 |
| Hex | 5 | 19 | 26 | 57 | 22 | 0 | 55 | CC | 4D | 8 |
| Octal | 5 | 31 | 46 | 127 | 42 | 0 | 125 | 314 | 115 | 10 |
| Binary | 101 | 11001 | 100110 | 1010111 | 100010 | 0 | 1010101 | 11001100 | 1001101 | 1000 |
Color Harmonies of #051926
Complementary color
Monochromatic Colors of #051926
Black with #051926
Text Example
Text Example
White with #051926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051926; }
p { color: rgb(5,25,38); }
H1.HeaderClassName
{
color: #051926;
}
.AnyTagClassName
{
color: #051926;
}
</style>
background-color css
<style>
a { background-color: #051926; }
a { background-color: rgb(5,25,38); }
div.DivClassName
{
background-color: #051926;
}
.BgClassName
{
background-color: #051926;
}
</style>
border-color css
<style>
span { border-color: #051926; }
span { border-color: rgb(5,25,38); }
td.TdClassName
{
border-color: #051926;
}
.TagClassName
{
border-color: #051926;
}
</style>