Shades of Black Pearl #051828
Tints of Black Pearl #051828
RGB
CMYK
RGB Variations
Color information
#051828 (or 0x051828) is known color: Black Pearl. HEX triplet: 05, 18 and 28. RGB value is (5,24,40). Sum of RGB (Red+Green+Blue) = 5+24+40=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 24 (9.77% from 255 or 34.78% from 69); Blue value is 40 (16.02% from 255 or 57.97% from 69); Max value from RGB is 40 - color contains mainly: blue. Hex color #051828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051828 is #FAE7D7. Grayscale: #141414. Windows color (decimal): -16443352 or 2627589. OLE color: 2627589.
HSL color Cylindrical-coordinate representation of color #051828: hue angle of 207.43º degrees, saturation: 0.78, 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 #051828 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 24 | 40 | - |
| CMYK | 0.88 | 0.40 | 0 | 0.84 |
| HSL | 207.43º | 0.78% | 0.09% | - |
| HSV(B) | 207.43º | 0.88% | 0.16% | - |
| XYZ | 0.77 | 0.84 | 2.13 | - |
| YUV | 20.14 | 139.21 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 40 | 0.88 | 0.40 | 0 | 0.84 | 207.43 | 0.78 | 0.09 |
| Hex | 5 | 18 | 28 | 58 | 28 | 0 | 54 | CF | 4E | 9 |
| Octal | 5 | 30 | 50 | 130 | 50 | 0 | 124 | 317 | 116 | 11 |
| Binary | 101 | 11000 | 101000 | 1011000 | 101000 | 0 | 1010100 | 11001111 | 1001110 | 1001 |
Color Harmonies of #051828
Complementary color
Monochromatic Colors of #051828
Black with #051828
Text Example
Text Example
White with #051828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051828; }
p { color: rgb(5,24,40); }
H1.HeaderClassName
{
color: #051828;
}
.AnyTagClassName
{
color: #051828;
}
</style>
background-color css
<style>
a { background-color: #051828; }
a { background-color: rgb(5,24,40); }
div.DivClassName
{
background-color: #051828;
}
.BgClassName
{
background-color: #051828;
}
</style>
border-color css
<style>
span { border-color: #051828; }
span { border-color: rgb(5,24,40); }
td.TdClassName
{
border-color: #051828;
}
.TagClassName
{
border-color: #051828;
}
</style>