Shades of Black Pearl #051D36
Tints of Black Pearl #051D36
RGB
CMYK
RGB Variations
Color information
#051D36 (or 0x051D36) is known color: Black Pearl. HEX triplet: 05, 1D and 36. RGB value is (5,29,54). Sum of RGB (Red+Green+Blue) = 5+29+54=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 54 (21.48% from 255 or 61.36% from 88); Max value from RGB is 54 - color contains mainly: blue. Hex color #051D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D36 is #FAE2C9. Grayscale: #181818. Windows color (decimal): -16442058 or 3546373. OLE color: 3546373.
HSL color Cylindrical-coordinate representation of color #051D36: hue angle of 210.61º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051D36 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 29 | 54 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.79 |
| HSL | 210.61º | 0.83% | 0.12% | - |
| HSV(B) | 210.61º | 0.91% | 0.21% | - |
| XYZ | 1.17 | 1.18 | 3.66 | - |
| YUV | 24.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 54 | 0.91 | 0.46 | 0 | 0.79 | 210.61 | 0.83 | 0.12 |
| Hex | 5 | 1D | 36 | 5B | 2E | 0 | 4F | D3 | 53 | C |
| Octal | 5 | 35 | 66 | 133 | 56 | 0 | 117 | 323 | 123 | 14 |
| Binary | 101 | 11101 | 110110 | 1011011 | 101110 | 0 | 1001111 | 11010011 | 1010011 | 1100 |
Color Harmonies of #051D36
Complementary color
Monochromatic Colors of #051D36
Black with #051D36
Text Example
Text Example
White with #051D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D36; }
p { color: rgb(5,29,54); }
H1.HeaderClassName
{
color: #051D36;
}
.AnyTagClassName
{
color: #051D36;
}
</style>
background-color css
<style>
a { background-color: #051D36; }
a { background-color: rgb(5,29,54); }
div.DivClassName
{
background-color: #051D36;
}
.BgClassName
{
background-color: #051D36;
}
</style>
border-color css
<style>
span { border-color: #051D36; }
span { border-color: rgb(5,29,54); }
td.TdClassName
{
border-color: #051D36;
}
.TagClassName
{
border-color: #051D36;
}
</style>