Shades of Black Pearl #051C2C
Tints of Black Pearl #051C2C
RGB
CMYK
RGB Variations
Color information
#051C2C (or 0x051C2C) is known color: Black Pearl. HEX triplet: 05, 1C and 2C. RGB value is (5,28,44). Sum of RGB (Red+Green+Blue) = 5+28+44=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 28 (11.33% from 255 or 36.36% from 77); Blue value is 44 (17.58% from 255 or 57.14% from 77); Max value from RGB is 44 - color contains mainly: blue. Hex color #051C2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C2C is #FAE3D3. Grayscale: #161616. Windows color (decimal): -16442324 or 2890757. OLE color: 2890757.
HSL color Cylindrical-coordinate representation of color #051C2C: hue angle of 204.62º 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 #051C2C is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 28 | 44 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.83 |
| HSL | 204.62º | 0.8% | 0.1% | - |
| HSV(B) | 204.62º | 0.89% | 0.17% | - |
| XYZ | 0.93 | 1.04 | 2.54 | - |
| YUV | 22.95 | 139.88 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 44 | 0.89 | 0.36 | 0 | 0.83 | 204.62 | 0.8 | 0.1 |
| Hex | 5 | 1C | 2C | 59 | 24 | 0 | 53 | CD | 50 | A |
| Octal | 5 | 34 | 54 | 131 | 44 | 0 | 123 | 315 | 120 | 12 |
| Binary | 101 | 11100 | 101100 | 1011001 | 100100 | 0 | 1010011 | 11001101 | 1010000 | 1010 |
Color Harmonies of #051C2C
Complementary color
Monochromatic Colors of #051C2C
Black with #051C2C
Text Example
Text Example
White with #051C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C2C; }
p { color: rgb(5,28,44); }
H1.HeaderClassName
{
color: #051C2C;
}
.AnyTagClassName
{
color: #051C2C;
}
</style>
background-color css
<style>
a { background-color: #051C2C; }
a { background-color: rgb(5,28,44); }
div.DivClassName
{
background-color: #051C2C;
}
.BgClassName
{
background-color: #051C2C;
}
</style>
border-color css
<style>
span { border-color: #051C2C; }
span { border-color: rgb(5,28,44); }
td.TdClassName
{
border-color: #051C2C;
}
.TagClassName
{
border-color: #051C2C;
}
</style>