Shades of Black Pearl #05242C
Tints of Black Pearl #05242C
RGB
CMYK
RGB Variations
Color information
#05242C (or 0x05242C) is known color: Black Pearl. HEX triplet: 05, 24 and 2C. RGB value is (5,36,44). Sum of RGB (Red+Green+Blue) = 5+36+44=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 44 (17.58% from 255 or 51.76% from 85); Max value from RGB is 44 - color contains mainly: blue. Hex color #05242C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05242C is #FADBD3. Grayscale: #1B1B1B. Windows color (decimal): -16440276 or 2892805. OLE color: 2892805.
HSL color Cylindrical-coordinate representation of color #05242C: hue angle of 192.31º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05242C is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 36 | 44 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.83 |
| HSL | 192.31º | 0.8% | 0.1% | - |
| HSV(B) | 192.31º | 0.89% | 0.17% | - |
| XYZ | 1.15 | 1.48 | 2.61 | - |
| YUV | 27.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 44 | 0.89 | 0.18 | 0 | 0.83 | 192.31 | 0.8 | 0.1 |
| Hex | 5 | 24 | 2C | 59 | 12 | 0 | 53 | C0 | 50 | A |
| Octal | 5 | 44 | 54 | 131 | 22 | 0 | 123 | 300 | 120 | 12 |
| Binary | 101 | 100100 | 101100 | 1011001 | 10010 | 0 | 1010011 | 11000000 | 1010000 | 1010 |
Color Harmonies of #05242C
Complementary color
Monochromatic Colors of #05242C
Black with #05242C
Text Example
Text Example
White with #05242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05242C; }
p { color: rgb(5,36,44); }
H1.HeaderClassName
{
color: #05242C;
}
.AnyTagClassName
{
color: #05242C;
}
</style>
background-color css
<style>
a { background-color: #05242C; }
a { background-color: rgb(5,36,44); }
div.DivClassName
{
background-color: #05242C;
}
.BgClassName
{
background-color: #05242C;
}
</style>
border-color css
<style>
span { border-color: #05242C; }
span { border-color: rgb(5,36,44); }
td.TdClassName
{
border-color: #05242C;
}
.TagClassName
{
border-color: #05242C;
}
</style>