Shades of Black Pearl #051827
Tints of Black Pearl #051827
RGB
CMYK
RGB Variations
Color information
#051827 (or 0x051827) is known color: Black Pearl. HEX triplet: 05, 18 and 27. RGB value is (5,24,39). Sum of RGB (Red+Green+Blue) = 5+24+39=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 24 (9.77% from 255 or 35.29% from 68); Blue value is 39 (15.62% from 255 or 57.35% from 68); Max value from RGB is 39 - color contains mainly: blue. Hex color #051827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051827 is #FAE7D8. Grayscale: #131313. Windows color (decimal): -16443353 or 2562053. OLE color: 2562053.
HSL color Cylindrical-coordinate representation of color #051827: hue angle of 206.47º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #051827 is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 24 | 39 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.85 |
| HSL | 206.47º | 0.77% | 0.09% | - |
| HSV(B) | 206.47º | 0.87% | 0.15% | - |
| XYZ | 0.76 | 0.83 | 2.04 | - |
| YUV | 20.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 39 | 0.87 | 0.38 | 0 | 0.85 | 206.47 | 0.77 | 0.09 |
| Hex | 5 | 18 | 27 | 57 | 26 | 0 | 55 | CE | 4D | 9 |
| Octal | 5 | 30 | 47 | 127 | 46 | 0 | 125 | 316 | 115 | 11 |
| Binary | 101 | 11000 | 100111 | 1010111 | 100110 | 0 | 1010101 | 11001110 | 1001101 | 1001 |
Color Harmonies of #051827
Complementary color
Monochromatic Colors of #051827
Black with #051827
Text Example
Text Example
White with #051827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051827; }
p { color: rgb(5,24,39); }
H1.HeaderClassName
{
color: #051827;
}
.AnyTagClassName
{
color: #051827;
}
</style>
background-color css
<style>
a { background-color: #051827; }
a { background-color: rgb(5,24,39); }
div.DivClassName
{
background-color: #051827;
}
.BgClassName
{
background-color: #051827;
}
</style>
border-color css
<style>
span { border-color: #051827; }
span { border-color: rgb(5,24,39); }
td.TdClassName
{
border-color: #051827;
}
.TagClassName
{
border-color: #051827;
}
</style>