Shades of Black Pearl #05282D
Tints of Black Pearl #05282D
RGB
CMYK
RGB Variations
Color information
#05282D (or 0x05282D) is known color: Black Pearl. HEX triplet: 05, 28 and 2D. RGB value is (5,40,45). Sum of RGB (Red+Green+Blue) = 5+40+45=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 40 (16.02% from 255 or 44.44% from 90); Blue value is 45 (17.97% from 255 or 50% from 90); Max value from RGB is 45 - color contains mainly: blue. Hex color #05282D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05282D is #FAD7D2. Grayscale: #1E1E1E. Windows color (decimal): -16439251 or 2959365. OLE color: 2959365.
HSL color Cylindrical-coordinate representation of color #05282D: hue angle of 187.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 #05282D is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 40 | 45 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.82 |
| HSL | 187.5º | 0.8% | 0.1% | - |
| HSV(B) | 187.5º | 0.89% | 0.18% | - |
| XYZ | 1.3 | 1.74 | 2.75 | - |
| YUV | 30.11 | 136.4 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 45 | 0.89 | 0.11 | 0 | 0.82 | 187.5 | 0.8 | 0.1 |
| Hex | 5 | 28 | 2D | 59 | B | 0 | 52 | BC | 50 | A |
| Octal | 5 | 50 | 55 | 131 | 13 | 0 | 122 | 274 | 120 | 12 |
| Binary | 101 | 101000 | 101101 | 1011001 | 1011 | 0 | 1010010 | 10111100 | 1010000 | 1010 |
Color Harmonies of #05282D
Complementary color
Monochromatic Colors of #05282D
Black with #05282D
Text Example
Text Example
White with #05282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05282D; }
p { color: rgb(5,40,45); }
H1.HeaderClassName
{
color: #05282D;
}
.AnyTagClassName
{
color: #05282D;
}
</style>
background-color css
<style>
a { background-color: #05282D; }
a { background-color: rgb(5,40,45); }
div.DivClassName
{
background-color: #05282D;
}
.BgClassName
{
background-color: #05282D;
}
</style>
border-color css
<style>
span { border-color: #05282D; }
span { border-color: rgb(5,40,45); }
td.TdClassName
{
border-color: #05282D;
}
.TagClassName
{
border-color: #05282D;
}
</style>