Shades of Black Pearl #051B30
Tints of Black Pearl #051B30
RGB
CMYK
RGB Variations
Color information
#051B30 (or 0x051B30) is known color: Black Pearl. HEX triplet: 05, 1B and 30. RGB value is (5,27,48). Sum of RGB (Red+Green+Blue) = 5+27+48=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 48 (19.14% from 255 or 60% from 80); Max value from RGB is 48 - color contains mainly: blue. Hex color #051B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B30 is #FAE4CF. Grayscale: #161616. Windows color (decimal): -16442576 or 3152645. OLE color: 3152645.
HSL color Cylindrical-coordinate representation of color #051B30: hue angle of 209.3º 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 #051B30 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 27 | 48 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.81 |
| HSL | 209.3º | 0.81% | 0.1% | - |
| HSV(B) | 209.3º | 0.9% | 0.19% | - |
| XYZ | 0.99 | 1.03 | 2.94 | - |
| YUV | 22.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 48 | 0.90 | 0.44 | 0 | 0.81 | 209.3 | 0.81 | 0.1 |
| Hex | 5 | 1B | 30 | 5A | 2C | 0 | 51 | D1 | 51 | A |
| Octal | 5 | 33 | 60 | 132 | 54 | 0 | 121 | 321 | 121 | 12 |
| Binary | 101 | 11011 | 110000 | 1011010 | 101100 | 0 | 1010001 | 11010001 | 1010001 | 1010 |
Color Harmonies of #051B30
Complementary color
Monochromatic Colors of #051B30
Black with #051B30
Text Example
Text Example
White with #051B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B30; }
p { color: rgb(5,27,48); }
H1.HeaderClassName
{
color: #051B30;
}
.AnyTagClassName
{
color: #051B30;
}
</style>
background-color css
<style>
a { background-color: #051B30; }
a { background-color: rgb(5,27,48); }
div.DivClassName
{
background-color: #051B30;
}
.BgClassName
{
background-color: #051B30;
}
</style>
border-color css
<style>
span { border-color: #051B30; }
span { border-color: rgb(5,27,48); }
td.TdClassName
{
border-color: #051B30;
}
.TagClassName
{
border-color: #051B30;
}
</style>