Shades of Black Pearl #05242D
Tints of Black Pearl #05242D
RGB
CMYK
RGB Variations
Color information
#05242D (or 0x05242D) is known color: Black Pearl. HEX triplet: 05, 24 and 2D. RGB value is (5,36,45). Sum of RGB (Red+Green+Blue) = 5+36+45=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 36 (14.45% from 255 or 41.86% from 86); Blue value is 45 (17.97% from 255 or 52.33% from 86); Max value from RGB is 45 - color contains mainly: blue. Hex color #05242D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05242D is #FADBD2. Grayscale: #1B1B1B. Windows color (decimal): -16440275 or 2958341. OLE color: 2958341.
HSL color Cylindrical-coordinate representation of color #05242D: hue angle of 193.5º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05242D is Cyan = 0.89, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 36 | 45 | - |
| CMYK | 0.89 | 0.2 | 0 | 0.82 |
| HSL | 193.5º | 0.8% | 0.1% | - |
| HSV(B) | 193.5º | 0.89% | 0.18% | - |
| XYZ | 1.17 | 1.48 | 2.71 | - |
| YUV | 27.76 | 137.73 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 45 | 0.89 | 0.2 | 0 | 0.82 | 193.5 | 0.8 | 0.1 |
| Hex | 5 | 24 | 2D | 59 | 14 | 0 | 52 | C2 | 50 | A |
| Octal | 5 | 44 | 55 | 131 | 24 | 0 | 122 | 302 | 120 | 12 |
| Binary | 101 | 100100 | 101101 | 1011001 | 10100 | 0 | 1010010 | 11000010 | 1010000 | 1010 |
Color Harmonies of #05242D
Complementary color
Monochromatic Colors of #05242D
Black with #05242D
Text Example
Text Example
White with #05242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05242D; }
p { color: rgb(5,36,45); }
H1.HeaderClassName
{
color: #05242D;
}
.AnyTagClassName
{
color: #05242D;
}
</style>
background-color css
<style>
a { background-color: #05242D; }
a { background-color: rgb(5,36,45); }
div.DivClassName
{
background-color: #05242D;
}
.BgClassName
{
background-color: #05242D;
}
</style>
border-color css
<style>
span { border-color: #05242D; }
span { border-color: rgb(5,36,45); }
td.TdClassName
{
border-color: #05242D;
}
.TagClassName
{
border-color: #05242D;
}
</style>