Shades of Black Pearl #05272E
Tints of Black Pearl #05272E
RGB
CMYK
RGB Variations
Color information
#05272E (or 0x05272E) is known color: Black Pearl. HEX triplet: 05, 27 and 2E. RGB value is (5,39,46). Sum of RGB (Red+Green+Blue) = 5+39+46=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 39 (15.62% from 255 or 43.33% from 90); Blue value is 46 (18.36% from 255 or 51.11% from 90); Max value from RGB is 46 - color contains mainly: blue. Hex color #05272E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05272E is #FAD8D1. Grayscale: #1D1D1D. Windows color (decimal): -16439506 or 3024645. OLE color: 3024645.
HSL color Cylindrical-coordinate representation of color #05272E: hue angle of 190.24º 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 #05272E is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 39 | 46 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.82 |
| HSL | 190.24º | 0.8% | 0.1% | - |
| HSV(B) | 190.24º | 0.89% | 0.18% | - |
| XYZ | 1.28 | 1.68 | 2.84 | - |
| YUV | 29.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 46 | 0.89 | 0.15 | 0 | 0.82 | 190.24 | 0.8 | 0.1 |
| Hex | 5 | 27 | 2E | 59 | F | 0 | 52 | BE | 50 | A |
| Octal | 5 | 47 | 56 | 131 | 17 | 0 | 122 | 276 | 120 | 12 |
| Binary | 101 | 100111 | 101110 | 1011001 | 1111 | 0 | 1010010 | 10111110 | 1010000 | 1010 |
Color Harmonies of #05272E
Complementary color
Monochromatic Colors of #05272E
Black with #05272E
Text Example
Text Example
White with #05272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05272E; }
p { color: rgb(5,39,46); }
H1.HeaderClassName
{
color: #05272E;
}
.AnyTagClassName
{
color: #05272E;
}
</style>
background-color css
<style>
a { background-color: #05272E; }
a { background-color: rgb(5,39,46); }
div.DivClassName
{
background-color: #05272E;
}
.BgClassName
{
background-color: #05272E;
}
</style>
border-color css
<style>
span { border-color: #05272E; }
span { border-color: rgb(5,39,46); }
td.TdClassName
{
border-color: #05272E;
}
.TagClassName
{
border-color: #05272E;
}
</style>