Shades of Black Pearl #051B28
Tints of Black Pearl #051B28
RGB
CMYK
RGB Variations
Color information
#051B28 (or 0x051B28) is known color: Black Pearl. HEX triplet: 05, 1B and 28. RGB value is (5,27,40). Sum of RGB (Red+Green+Blue) = 5+27+40=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 27 (10.94% from 255 or 37.5% from 72); Blue value is 40 (16.02% from 255 or 55.56% from 72); Max value from RGB is 40 - color contains mainly: blue. Hex color #051B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B28 is #FAE4D7. Grayscale: #151515. Windows color (decimal): -16442584 or 2628357. OLE color: 2628357.
HSL color Cylindrical-coordinate representation of color #051B28: hue angle of 202.29º 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 #051B28 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 27 | 40 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.84 |
| HSL | 202.29º | 0.78% | 0.09% | - |
| HSV(B) | 202.29º | 0.88% | 0.16% | - |
| XYZ | 0.84 | 0.97 | 2.15 | - |
| YUV | 21.9 | 138.21 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 40 | 0.88 | 0.33 | 0 | 0.84 | 202.29 | 0.78 | 0.09 |
| Hex | 5 | 1B | 28 | 58 | 21 | 0 | 54 | CA | 4E | 9 |
| Octal | 5 | 33 | 50 | 130 | 41 | 0 | 124 | 312 | 116 | 11 |
| Binary | 101 | 11011 | 101000 | 1011000 | 100001 | 0 | 1010100 | 11001010 | 1001110 | 1001 |
Color Harmonies of #051B28
Complementary color
Monochromatic Colors of #051B28
Black with #051B28
Text Example
Text Example
White with #051B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B28; }
p { color: rgb(5,27,40); }
H1.HeaderClassName
{
color: #051B28;
}
.AnyTagClassName
{
color: #051B28;
}
</style>
background-color css
<style>
a { background-color: #051B28; }
a { background-color: rgb(5,27,40); }
div.DivClassName
{
background-color: #051B28;
}
.BgClassName
{
background-color: #051B28;
}
</style>
border-color css
<style>
span { border-color: #051B28; }
span { border-color: rgb(5,27,40); }
td.TdClassName
{
border-color: #051B28;
}
.TagClassName
{
border-color: #051B28;
}
</style>