Shades of Black Pearl #05121C
Tints of Black Pearl #05121C
RGB
CMYK
RGB Variations
Color information
#05121C (or 0x05121C) is known color: Black Pearl. HEX triplet: 05, 12 and 1C. RGB value is (5,18,28). Sum of RGB (Red+Green+Blue) = 5+18+28=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #05121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05121C is #FAEDE3. Grayscale: #0F0F0F. Windows color (decimal): -16444900 or 1839621. OLE color: 1839621.
HSL color Cylindrical-coordinate representation of color #05121C: hue angle of 206.09º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #05121C is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 18 | 28 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.89 |
| HSL | 206.09º | 0.7% | 0.06% | - |
| HSV(B) | 206.09º | 0.82% | 0.11% | - |
| XYZ | 0.49 | 0.55 | 1.18 | - |
| YUV | 15.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 28 | 0.82 | 0.36 | 0 | 0.89 | 206.09 | 0.7 | 0.06 |
| Hex | 5 | 12 | 1C | 52 | 24 | 0 | 59 | CE | 46 | 6 |
| Octal | 5 | 22 | 34 | 122 | 44 | 0 | 131 | 316 | 106 | 6 |
| Binary | 101 | 10010 | 11100 | 1010010 | 100100 | 0 | 1011001 | 11001110 | 1000110 | 110 |
Color Harmonies of #05121C
Complementary color
Monochromatic Colors of #05121C
Black with #05121C
Text Example
Text Example
White with #05121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05121C; }
p { color: rgb(5,18,28); }
H1.HeaderClassName
{
color: #05121C;
}
.AnyTagClassName
{
color: #05121C;
}
</style>
background-color css
<style>
a { background-color: #05121C; }
a { background-color: rgb(5,18,28); }
div.DivClassName
{
background-color: #05121C;
}
.BgClassName
{
background-color: #05121C;
}
</style>
border-color css
<style>
span { border-color: #05121C; }
span { border-color: rgb(5,18,28); }
td.TdClassName
{
border-color: #05121C;
}
.TagClassName
{
border-color: #05121C;
}
</style>