Shades of Black Pearl #051C2A
Tints of Black Pearl #051C2A
RGB
CMYK
RGB Variations
Color information
#051C2A (or 0x051C2A) is known color: Black Pearl. HEX triplet: 05, 1C and 2A. RGB value is (5,28,42). Sum of RGB (Red+Green+Blue) = 5+28+42=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 28 (11.33% from 255 or 37.33% from 75); Blue value is 42 (16.80% from 255 or 56% from 75); Max value from RGB is 42 - color contains mainly: blue. Hex color #051C2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C2A is #FAE3D5. Grayscale: #161616. Windows color (decimal): -16442326 or 2759685. OLE color: 2759685.
HSL color Cylindrical-coordinate representation of color #051C2A: hue angle of 202.7º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #051C2A is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 28 | 42 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.84 |
| HSL | 202.7º | 0.79% | 0.09% | - |
| HSV(B) | 202.7º | 0.88% | 0.16% | - |
| XYZ | 0.9 | 1.03 | 2.34 | - |
| YUV | 22.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 42 | 0.88 | 0.33 | 0 | 0.84 | 202.7 | 0.79 | 0.09 |
| Hex | 5 | 1C | 2A | 58 | 21 | 0 | 54 | CB | 4F | 9 |
| Octal | 5 | 34 | 52 | 130 | 41 | 0 | 124 | 313 | 117 | 11 |
| Binary | 101 | 11100 | 101010 | 1011000 | 100001 | 0 | 1010100 | 11001011 | 1001111 | 1001 |
Color Harmonies of #051C2A
Complementary color
Monochromatic Colors of #051C2A
Black with #051C2A
Text Example
Text Example
White with #051C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C2A; }
p { color: rgb(5,28,42); }
H1.HeaderClassName
{
color: #051C2A;
}
.AnyTagClassName
{
color: #051C2A;
}
</style>
background-color css
<style>
a { background-color: #051C2A; }
a { background-color: rgb(5,28,42); }
div.DivClassName
{
background-color: #051C2A;
}
.BgClassName
{
background-color: #051C2A;
}
</style>
border-color css
<style>
span { border-color: #051C2A; }
span { border-color: rgb(5,28,42); }
td.TdClassName
{
border-color: #051C2A;
}
.TagClassName
{
border-color: #051C2A;
}
</style>