Shades of Black Pearl #05142B
Tints of Black Pearl #05142B
RGB
CMYK
RGB Variations
Color information
#05142B (or 0x05142B) is known color: Black Pearl. HEX triplet: 05, 14 and 2B. RGB value is (5,20,43). Sum of RGB (Red+Green+Blue) = 5+20+43=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 43 (17.19% from 255 or 63.24% from 68); Max value from RGB is 43 - color contains mainly: blue. Hex color #05142B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05142B is #FAEBD4. Grayscale: #121212. Windows color (decimal): -16444373 or 2823173. OLE color: 2823173.
HSL color Cylindrical-coordinate representation of color #05142B: hue angle of 216.32º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05142B is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 20 | 43 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.83 |
| HSL | 216.32º | 0.79% | 0.09% | - |
| HSV(B) | 216.32º | 0.88% | 0.17% | - |
| XYZ | 0.75 | 0.71 | 2.38 | - |
| YUV | 18.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 43 | 0.88 | 0.53 | 0 | 0.83 | 216.32 | 0.79 | 0.09 |
| Hex | 5 | 14 | 2B | 58 | 35 | 0 | 53 | D8 | 4F | 9 |
| Octal | 5 | 24 | 53 | 130 | 65 | 0 | 123 | 330 | 117 | 11 |
| Binary | 101 | 10100 | 101011 | 1011000 | 110101 | 0 | 1010011 | 11011000 | 1001111 | 1001 |
Color Harmonies of #05142B
Complementary color
Monochromatic Colors of #05142B
Black with #05142B
Text Example
Text Example
White with #05142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05142B; }
p { color: rgb(5,20,43); }
H1.HeaderClassName
{
color: #05142B;
}
.AnyTagClassName
{
color: #05142B;
}
</style>
background-color css
<style>
a { background-color: #05142B; }
a { background-color: rgb(5,20,43); }
div.DivClassName
{
background-color: #05142B;
}
.BgClassName
{
background-color: #05142B;
}
</style>
border-color css
<style>
span { border-color: #05142B; }
span { border-color: rgb(5,20,43); }
td.TdClassName
{
border-color: #05142B;
}
.TagClassName
{
border-color: #05142B;
}
</style>