Shades of Black Pearl #05152A
Tints of Black Pearl #05152A
RGB
CMYK
RGB Variations
Color information
#05152A (or 0x05152A) is known color: Black Pearl. HEX triplet: 05, 15 and 2A. RGB value is (5,21,42). Sum of RGB (Red+Green+Blue) = 5+21+42=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 42 (16.80% from 255 or 61.76% from 68); Max value from RGB is 42 - color contains mainly: blue. Hex color #05152A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05152A is #FAEAD5. Grayscale: #121212. Windows color (decimal): -16444118 or 2757893. OLE color: 2757893.
HSL color Cylindrical-coordinate representation of color #05152A: hue angle of 214.05º degrees, saturation: 0.79, 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 #05152A is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 21 | 42 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.84 |
| HSL | 214.05º | 0.79% | 0.09% | - |
| HSV(B) | 214.05º | 0.88% | 0.16% | - |
| XYZ | 0.75 | 0.74 | 2.29 | - |
| YUV | 18.61 | 141.2 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 42 | 0.88 | 0.50 | 0 | 0.84 | 214.05 | 0.79 | 0.09 |
| Hex | 5 | 15 | 2A | 58 | 32 | 0 | 54 | D6 | 4F | 9 |
| Octal | 5 | 25 | 52 | 130 | 62 | 0 | 124 | 326 | 117 | 11 |
| Binary | 101 | 10101 | 101010 | 1011000 | 110010 | 0 | 1010100 | 11010110 | 1001111 | 1001 |
Color Harmonies of #05152A
Complementary color
Monochromatic Colors of #05152A
Black with #05152A
Text Example
Text Example
White with #05152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05152A; }
p { color: rgb(5,21,42); }
H1.HeaderClassName
{
color: #05152A;
}
.AnyTagClassName
{
color: #05152A;
}
</style>
background-color css
<style>
a { background-color: #05152A; }
a { background-color: rgb(5,21,42); }
div.DivClassName
{
background-color: #05152A;
}
.BgClassName
{
background-color: #05152A;
}
</style>
border-color css
<style>
span { border-color: #05152A; }
span { border-color: rgb(5,21,42); }
td.TdClassName
{
border-color: #05152A;
}
.TagClassName
{
border-color: #05152A;
}
</style>