Shades of Black Pearl #05121F
Tints of Black Pearl #05121F
RGB
CMYK
RGB Variations
Color information
#05121F (or 0x05121F) is known color: Black Pearl. HEX triplet: 05, 12 and 1F. RGB value is (5,18,31). Sum of RGB (Red+Green+Blue) = 5+18+31=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 31 (12.5% from 255 or 57.41% from 54); Max value from RGB is 31 - color contains mainly: blue. Hex color #05121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05121F is #FAEDE0. Grayscale: #0F0F0F. Windows color (decimal): -16444897 or 2036229. OLE color: 2036229.
HSL color Cylindrical-coordinate representation of color #05121F: hue angle of 210º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #05121F is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 18 | 31 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.88 |
| HSL | 210º | 0.72% | 0.07% | - |
| HSV(B) | 210º | 0.84% | 0.12% | - |
| XYZ | 0.53 | 0.56 | 1.38 | - |
| YUV | 15.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 31 | 0.84 | 0.42 | 0 | 0.88 | 210 | 0.72 | 0.07 |
| Hex | 5 | 12 | 1F | 54 | 2A | 0 | 58 | D2 | 48 | 7 |
| Octal | 5 | 22 | 37 | 124 | 52 | 0 | 130 | 322 | 110 | 7 |
| Binary | 101 | 10010 | 11111 | 1010100 | 101010 | 0 | 1011000 | 11010010 | 1001000 | 111 |
Color Harmonies of #05121F
Complementary color
Monochromatic Colors of #05121F
Black with #05121F
Text Example
Text Example
White with #05121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05121F; }
p { color: rgb(5,18,31); }
H1.HeaderClassName
{
color: #05121F;
}
.AnyTagClassName
{
color: #05121F;
}
</style>
background-color css
<style>
a { background-color: #05121F; }
a { background-color: rgb(5,18,31); }
div.DivClassName
{
background-color: #05121F;
}
.BgClassName
{
background-color: #05121F;
}
</style>
border-color css
<style>
span { border-color: #05121F; }
span { border-color: rgb(5,18,31); }
td.TdClassName
{
border-color: #05121F;
}
.TagClassName
{
border-color: #05121F;
}
</style>