Shades of Black Pearl #05242E
Tints of Black Pearl #05242E
RGB
CMYK
RGB Variations
Color information
#05242E (or 0x05242E) is known color: Black Pearl. HEX triplet: 05, 24 and 2E. RGB value is (5,36,46). Sum of RGB (Red+Green+Blue) = 5+36+46=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 46 (18.36% from 255 or 52.87% from 87); Max value from RGB is 46 - color contains mainly: blue. Hex color #05242E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05242E is #FADBD1. Grayscale: #1B1B1B. Windows color (decimal): -16440274 or 3023877. OLE color: 3023877.
HSL color Cylindrical-coordinate representation of color #05242E: hue angle of 194.63º 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 #05242E is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 36 | 46 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.82 |
| HSL | 194.63º | 0.8% | 0.1% | - |
| HSV(B) | 194.63º | 0.89% | 0.18% | - |
| XYZ | 1.19 | 1.49 | 2.81 | - |
| YUV | 27.87 | 138.23 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 46 | 0.89 | 0.22 | 0 | 0.82 | 194.63 | 0.8 | 0.1 |
| Hex | 5 | 24 | 2E | 59 | 16 | 0 | 52 | C3 | 50 | A |
| Octal | 5 | 44 | 56 | 131 | 26 | 0 | 122 | 303 | 120 | 12 |
| Binary | 101 | 100100 | 101110 | 1011001 | 10110 | 0 | 1010010 | 11000011 | 1010000 | 1010 |
Color Harmonies of #05242E
Complementary color
Monochromatic Colors of #05242E
Black with #05242E
Text Example
Text Example
White with #05242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05242E; }
p { color: rgb(5,36,46); }
H1.HeaderClassName
{
color: #05242E;
}
.AnyTagClassName
{
color: #05242E;
}
</style>
background-color css
<style>
a { background-color: #05242E; }
a { background-color: rgb(5,36,46); }
div.DivClassName
{
background-color: #05242E;
}
.BgClassName
{
background-color: #05242E;
}
</style>
border-color css
<style>
span { border-color: #05242E; }
span { border-color: rgb(5,36,46); }
td.TdClassName
{
border-color: #05242E;
}
.TagClassName
{
border-color: #05242E;
}
</style>