Shades of Black Pearl #051C30
Tints of Black Pearl #051C30
RGB
CMYK
RGB Variations
Color information
#051C30 (or 0x051C30) is known color: Black Pearl. HEX triplet: 05, 1C and 30. RGB value is (5,28,48). Sum of RGB (Red+Green+Blue) = 5+28+48=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #051C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C30 is #FAE3CF. Grayscale: #171717. Windows color (decimal): -16442320 or 3152901. OLE color: 3152901.
HSL color Cylindrical-coordinate representation of color #051C30: hue angle of 207.91º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051C30 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 28 | 48 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.81 |
| HSL | 207.91º | 0.81% | 0.1% | - |
| HSV(B) | 207.91º | 0.9% | 0.19% | - |
| XYZ | 1.01 | 1.08 | 2.95 | - |
| YUV | 23.4 | 141.88 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 48 | 0.90 | 0.42 | 0 | 0.81 | 207.91 | 0.81 | 0.1 |
| Hex | 5 | 1C | 30 | 5A | 2A | 0 | 51 | D0 | 51 | A |
| Octal | 5 | 34 | 60 | 132 | 52 | 0 | 121 | 320 | 121 | 12 |
| Binary | 101 | 11100 | 110000 | 1011010 | 101010 | 0 | 1010001 | 11010000 | 1010001 | 1010 |
Color Harmonies of #051C30
Complementary color
Monochromatic Colors of #051C30
Black with #051C30
Text Example
Text Example
White with #051C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C30; }
p { color: rgb(5,28,48); }
H1.HeaderClassName
{
color: #051C30;
}
.AnyTagClassName
{
color: #051C30;
}
</style>
background-color css
<style>
a { background-color: #051C30; }
a { background-color: rgb(5,28,48); }
div.DivClassName
{
background-color: #051C30;
}
.BgClassName
{
background-color: #051C30;
}
</style>
border-color css
<style>
span { border-color: #051C30; }
span { border-color: rgb(5,28,48); }
td.TdClassName
{
border-color: #051C30;
}
.TagClassName
{
border-color: #051C30;
}
</style>