Shades of Black Pearl #051630
Tints of Black Pearl #051630
RGB
CMYK
RGB Variations
Color information
#051630 (or 0x051630) is known color: Black Pearl. HEX triplet: 05, 16 and 30. RGB value is (5,22,48). Sum of RGB (Red+Green+Blue) = 5+22+48=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 48 (19.14% from 255 or 64% from 75); Max value from RGB is 48 - color contains mainly: blue. Hex color #051630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051630 is #FAE9CF. Grayscale: #131313. Windows color (decimal): -16443856 or 3151365. OLE color: 3151365.
HSL color Cylindrical-coordinate representation of color #051630: hue angle of 216.28º 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 #051630 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 22 | 48 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.81 |
| HSL | 216.28º | 0.81% | 0.1% | - |
| HSV(B) | 216.28º | 0.9% | 0.19% | - |
| XYZ | 0.88 | 0.82 | 2.91 | - |
| YUV | 19.88 | 143.87 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 48 | 0.90 | 0.54 | 0 | 0.81 | 216.28 | 0.81 | 0.1 |
| Hex | 5 | 16 | 30 | 5A | 36 | 0 | 51 | D8 | 51 | A |
| Octal | 5 | 26 | 60 | 132 | 66 | 0 | 121 | 330 | 121 | 12 |
| Binary | 101 | 10110 | 110000 | 1011010 | 110110 | 0 | 1010001 | 11011000 | 1010001 | 1010 |
Color Harmonies of #051630
Complementary color
Monochromatic Colors of #051630
Black with #051630
Text Example
Text Example
White with #051630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051630; }
p { color: rgb(5,22,48); }
H1.HeaderClassName
{
color: #051630;
}
.AnyTagClassName
{
color: #051630;
}
</style>
background-color css
<style>
a { background-color: #051630; }
a { background-color: rgb(5,22,48); }
div.DivClassName
{
background-color: #051630;
}
.BgClassName
{
background-color: #051630;
}
</style>
border-color css
<style>
span { border-color: #051630; }
span { border-color: rgb(5,22,48); }
td.TdClassName
{
border-color: #051630;
}
.TagClassName
{
border-color: #051630;
}
</style>