Shades of Black Pearl #05151C
Tints of Black Pearl #05151C
RGB
CMYK
RGB Variations
Color information
#05151C (or 0x05151C) is known color: Black Pearl. HEX triplet: 05, 15 and 1C. RGB value is (5,21,28). Sum of RGB (Red+Green+Blue) = 5+21+28=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #05151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05151C is #FAEAE3. Grayscale: #101010. Windows color (decimal): -16444132 or 1840389. OLE color: 1840389.
HSL color Cylindrical-coordinate representation of color #05151C: hue angle of 198.26º 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 #05151C is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 21 | 28 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.89 |
| HSL | 198.26º | 0.7% | 0.06% | - |
| HSV(B) | 198.26º | 0.82% | 0.11% | - |
| XYZ | 0.54 | 0.65 | 1.2 | - |
| YUV | 17.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 28 | 0.82 | 0.25 | 0 | 0.89 | 198.26 | 0.7 | 0.06 |
| Hex | 5 | 15 | 1C | 52 | 19 | 0 | 59 | C6 | 46 | 6 |
| Octal | 5 | 25 | 34 | 122 | 31 | 0 | 131 | 306 | 106 | 6 |
| Binary | 101 | 10101 | 11100 | 1010010 | 11001 | 0 | 1011001 | 11000110 | 1000110 | 110 |
Color Harmonies of #05151C
Complementary color
Monochromatic Colors of #05151C
Black with #05151C
Text Example
Text Example
White with #05151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05151C; }
p { color: rgb(5,21,28); }
H1.HeaderClassName
{
color: #05151C;
}
.AnyTagClassName
{
color: #05151C;
}
</style>
background-color css
<style>
a { background-color: #05151C; }
a { background-color: rgb(5,21,28); }
div.DivClassName
{
background-color: #05151C;
}
.BgClassName
{
background-color: #05151C;
}
</style>
border-color css
<style>
span { border-color: #05151C; }
span { border-color: rgb(5,21,28); }
td.TdClassName
{
border-color: #05151C;
}
.TagClassName
{
border-color: #05151C;
}
</style>