Shades of Black Pearl #05181B
Tints of Black Pearl #05181B
RGB
CMYK
RGB Variations
Color information
#05181B (or 0x05181B) is known color: Black Pearl. HEX triplet: 05, 18 and 1B. RGB value is (5,24,27). Sum of RGB (Red+Green+Blue) = 5+24+27=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 27 (10.94% from 255 or 48.21% from 56); Max value from RGB is 27 - color contains mainly: blue. Hex color #05181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05181B is #FAE7E4. Grayscale: #121212. Windows color (decimal): -16443365 or 1775621. OLE color: 1775621.
HSL color Cylindrical-coordinate representation of color #05181B: hue angle of 188.18º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #05181B is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 24 | 27 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.89 |
| HSL | 188.18º | 0.69% | 0.06% | - |
| HSV(B) | 188.18º | 0.81% | 0.11% | - |
| XYZ | 0.59 | 0.76 | 1.15 | - |
| YUV | 18.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 27 | 0.81 | 0.11 | 0 | 0.89 | 188.18 | 0.69 | 0.06 |
| Hex | 5 | 18 | 1B | 51 | B | 0 | 59 | BC | 45 | 6 |
| Octal | 5 | 30 | 33 | 121 | 13 | 0 | 131 | 274 | 105 | 6 |
| Binary | 101 | 11000 | 11011 | 1010001 | 1011 | 0 | 1011001 | 10111100 | 1000101 | 110 |
Color Harmonies of #05181B
Complementary color
Monochromatic Colors of #05181B
Black with #05181B
Text Example
Text Example
White with #05181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05181B; }
p { color: rgb(5,24,27); }
H1.HeaderClassName
{
color: #05181B;
}
.AnyTagClassName
{
color: #05181B;
}
</style>
background-color css
<style>
a { background-color: #05181B; }
a { background-color: rgb(5,24,27); }
div.DivClassName
{
background-color: #05181B;
}
.BgClassName
{
background-color: #05181B;
}
</style>
border-color css
<style>
span { border-color: #05181B; }
span { border-color: rgb(5,24,27); }
td.TdClassName
{
border-color: #05181B;
}
.TagClassName
{
border-color: #05181B;
}
</style>