Shades of Black Pearl #051B2B
Tints of Black Pearl #051B2B
RGB
CMYK
RGB Variations
Color information
#051B2B (or 0x051B2B) is known color: Black Pearl. HEX triplet: 05, 1B and 2B. RGB value is (5,27,43). Sum of RGB (Red+Green+Blue) = 5+27+43=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 43 (17.19% from 255 or 57.33% from 75); Max value from RGB is 43 - color contains mainly: blue. Hex color #051B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B2B is #FAE4D4. Grayscale: #161616. Windows color (decimal): -16442581 or 2824965. OLE color: 2824965.
HSL color Cylindrical-coordinate representation of color #051B2B: hue angle of 205.26º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #051B2B is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 27 | 43 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.83 |
| HSL | 205.26º | 0.79% | 0.09% | - |
| HSV(B) | 205.26º | 0.88% | 0.17% | - |
| XYZ | 0.89 | 0.99 | 2.43 | - |
| YUV | 22.25 | 139.71 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 43 | 0.88 | 0.37 | 0 | 0.83 | 205.26 | 0.79 | 0.09 |
| Hex | 5 | 1B | 2B | 58 | 25 | 0 | 53 | CD | 4F | 9 |
| Octal | 5 | 33 | 53 | 130 | 45 | 0 | 123 | 315 | 117 | 11 |
| Binary | 101 | 11011 | 101011 | 1011000 | 100101 | 0 | 1010011 | 11001101 | 1001111 | 1001 |
Color Harmonies of #051B2B
Complementary color
Monochromatic Colors of #051B2B
Black with #051B2B
Text Example
Text Example
White with #051B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B2B; }
p { color: rgb(5,27,43); }
H1.HeaderClassName
{
color: #051B2B;
}
.AnyTagClassName
{
color: #051B2B;
}
</style>
background-color css
<style>
a { background-color: #051B2B; }
a { background-color: rgb(5,27,43); }
div.DivClassName
{
background-color: #051B2B;
}
.BgClassName
{
background-color: #051B2B;
}
</style>
border-color css
<style>
span { border-color: #051B2B; }
span { border-color: rgb(5,27,43); }
td.TdClassName
{
border-color: #051B2B;
}
.TagClassName
{
border-color: #051B2B;
}
</style>