Shades of Black Pearl #05182E
Tints of Black Pearl #05182E
RGB
CMYK
RGB Variations
Color information
#05182E (or 0x05182E) is known color: Black Pearl. HEX triplet: 05, 18 and 2E. RGB value is (5,24,46). Sum of RGB (Red+Green+Blue) = 5+24+46=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 46 (18.36% from 255 or 61.33% from 75); Max value from RGB is 46 - color contains mainly: blue. Hex color #05182E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05182E is #FAE7D1. Grayscale: #141414. Windows color (decimal): -16443346 or 3020805. OLE color: 3020805.
HSL color Cylindrical-coordinate representation of color #05182E: hue angle of 212.2º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05182E is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 24 | 46 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.82 |
| HSL | 212.2º | 0.8% | 0.1% | - |
| HSV(B) | 212.2º | 0.89% | 0.18% | - |
| XYZ | 0.88 | 0.88 | 2.71 | - |
| YUV | 20.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 46 | 0.89 | 0.48 | 0 | 0.82 | 212.2 | 0.8 | 0.1 |
| Hex | 5 | 18 | 2E | 59 | 30 | 0 | 52 | D4 | 50 | A |
| Octal | 5 | 30 | 56 | 131 | 60 | 0 | 122 | 324 | 120 | 12 |
| Binary | 101 | 11000 | 101110 | 1011001 | 110000 | 0 | 1010010 | 11010100 | 1010000 | 1010 |
Color Harmonies of #05182E
Complementary color
Monochromatic Colors of #05182E
Black with #05182E
Text Example
Text Example
White with #05182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05182E; }
p { color: rgb(5,24,46); }
H1.HeaderClassName
{
color: #05182E;
}
.AnyTagClassName
{
color: #05182E;
}
</style>
background-color css
<style>
a { background-color: #05182E; }
a { background-color: rgb(5,24,46); }
div.DivClassName
{
background-color: #05182E;
}
.BgClassName
{
background-color: #05182E;
}
</style>
border-color css
<style>
span { border-color: #05182E; }
span { border-color: rgb(5,24,46); }
td.TdClassName
{
border-color: #05182E;
}
.TagClassName
{
border-color: #05182E;
}
</style>