Shades of Black Pearl #051A2B
Tints of Black Pearl #051A2B
RGB
CMYK
RGB Variations
Color information
#051A2B (or 0x051A2B) is known color: Black Pearl. HEX triplet: 05, 1A and 2B. RGB value is (5,26,43). Sum of RGB (Red+Green+Blue) = 5+26+43=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 43 (17.19% from 255 or 58.11% from 74); Max value from RGB is 43 - color contains mainly: blue. Hex color #051A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A2B is #FAE5D4. Grayscale: #151515. Windows color (decimal): -16442837 or 2824709. OLE color: 2824709.
HSL color Cylindrical-coordinate representation of color #051A2B: hue angle of 206.84º 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 #051A2B is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 5 | 26 | 43 | - |
CMYK | 0.88 | 0.40 | 0 | 0.83 |
HSL | 206.84º | 0.79% | 0.09% | - |
HSV(B) | 206.84º | 0.88% | 0.17% | - |
XYZ | 0.87 | 0.95 | 2.42 | - |
YUV | 21.66 | 140.04 | 116.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 26 | 43 | 0.88 | 0.40 | 0 | 0.83 | 206.84 | 0.79 | 0.09 |
Hex | 5 | 1A | 2B | 58 | 28 | 0 | 53 | CF | 4F | 9 |
Octal | 5 | 32 | 53 | 130 | 50 | 0 | 123 | 317 | 117 | 11 |
Binary | 101 | 11010 | 101011 | 1011000 | 101000 | 0 | 1010011 | 11001111 | 1001111 | 1001 |
Color Harmonies of #051A2B
Complementary color
Monochromatic Colors of #051A2B
Black with #051A2B
Text Example
Text Example
White with #051A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A2B; }
p { color: rgb(5,26,43); }
H1.HeaderClassName
{
color: #051A2B;
}
.AnyTagClassName
{
color: #051A2B;
}
</style>
background-color css
<style>
a { background-color: #051A2B; }
a { background-color: rgb(5,26,43); }
div.DivClassName
{
background-color: #051A2B;
}
.BgClassName
{
background-color: #051A2B;
}
</style>
border-color css
<style>
span { border-color: #051A2B; }
span { border-color: rgb(5,26,43); }
td.TdClassName
{
border-color: #051A2B;
}
.TagClassName
{
border-color: #051A2B;
}
</style>