Shades of Black Pearl #051A35
Tints of Black Pearl #051A35
RGB
CMYK
RGB Variations
Color information
#051A35 (or 0x051A35) is known color: Black Pearl. HEX triplet: 05, 1A and 35. RGB value is (5,26,53). Sum of RGB (Red+Green+Blue) = 5+26+53=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 53 (21.09% from 255 or 63.10% from 84); Max value from RGB is 53 - color contains mainly: blue. Hex color #051A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A35 is #FAE5CA. Grayscale: #161616. Windows color (decimal): -16442827 or 3480069. OLE color: 3480069.
HSL color Cylindrical-coordinate representation of color #051A35: hue angle of 213.75º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051A35 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 26 | 53 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.79 |
| HSL | 213.75º | 0.83% | 0.11% | - |
| HSV(B) | 213.75º | 0.91% | 0.21% | - |
| XYZ | 1.07 | 1.03 | 3.51 | - |
| YUV | 22.8 | 145.04 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 53 | 0.91 | 0.51 | 0 | 0.79 | 213.75 | 0.83 | 0.11 |
| Hex | 5 | 1A | 35 | 5B | 33 | 0 | 4F | D6 | 53 | B |
| Octal | 5 | 32 | 65 | 133 | 63 | 0 | 117 | 326 | 123 | 13 |
| Binary | 101 | 11010 | 110101 | 1011011 | 110011 | 0 | 1001111 | 11010110 | 1010011 | 1011 |
Color Harmonies of #051A35
Complementary color
Monochromatic Colors of #051A35
Black with #051A35
Text Example
Text Example
White with #051A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A35; }
p { color: rgb(5,26,53); }
H1.HeaderClassName
{
color: #051A35;
}
.AnyTagClassName
{
color: #051A35;
}
</style>
background-color css
<style>
a { background-color: #051A35; }
a { background-color: rgb(5,26,53); }
div.DivClassName
{
background-color: #051A35;
}
.BgClassName
{
background-color: #051A35;
}
</style>
border-color css
<style>
span { border-color: #051A35; }
span { border-color: rgb(5,26,53); }
td.TdClassName
{
border-color: #051A35;
}
.TagClassName
{
border-color: #051A35;
}
</style>