Shades of Black Pearl #051E2C
Tints of Black Pearl #051E2C
RGB
CMYK
RGB Variations
Color information
#051E2C (or 0x051E2C) is known color: Black Pearl. HEX triplet: 05, 1E and 2C. RGB value is (5,30,44). Sum of RGB (Red+Green+Blue) = 5+30+44=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 30 (12.11% from 255 or 37.97% from 79); Blue value is 44 (17.58% from 255 or 55.70% from 79); Max value from RGB is 44 - color contains mainly: blue. Hex color #051E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051E2C is #FAE1D3. Grayscale: #181818. Windows color (decimal): -16441812 or 2891269. OLE color: 2891269.
HSL color Cylindrical-coordinate representation of color #051E2C: hue angle of 201.54º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #051E2C is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 30 | 44 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.83 |
| HSL | 201.54º | 0.8% | 0.1% | - |
| HSV(B) | 201.54º | 0.89% | 0.17% | - |
| XYZ | 0.98 | 1.14 | 2.55 | - |
| YUV | 24.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 44 | 0.89 | 0.32 | 0 | 0.83 | 201.54 | 0.8 | 0.1 |
| Hex | 5 | 1E | 2C | 59 | 20 | 0 | 53 | CA | 50 | A |
| Octal | 5 | 36 | 54 | 131 | 40 | 0 | 123 | 312 | 120 | 12 |
| Binary | 101 | 11110 | 101100 | 1011001 | 100000 | 0 | 1010011 | 11001010 | 1010000 | 1010 |
Color Harmonies of #051E2C
Complementary color
Monochromatic Colors of #051E2C
Black with #051E2C
Text Example
Text Example
White with #051E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051E2C; }
p { color: rgb(5,30,44); }
H1.HeaderClassName
{
color: #051E2C;
}
.AnyTagClassName
{
color: #051E2C;
}
</style>
background-color css
<style>
a { background-color: #051E2C; }
a { background-color: rgb(5,30,44); }
div.DivClassName
{
background-color: #051E2C;
}
.BgClassName
{
background-color: #051E2C;
}
</style>
border-color css
<style>
span { border-color: #051E2C; }
span { border-color: rgb(5,30,44); }
td.TdClassName
{
border-color: #051E2C;
}
.TagClassName
{
border-color: #051E2C;
}
</style>