Shades of Black Pearl #051B36
Tints of Black Pearl #051B36
RGB
CMYK
RGB Variations
Color information
#051B36 (or 0x051B36) is known color: Black Pearl. HEX triplet: 05, 1B and 36. RGB value is (5,27,54). Sum of RGB (Red+Green+Blue) = 5+27+54=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 54 (21.48% from 255 or 62.79% from 86); Max value from RGB is 54 - color contains mainly: blue. Hex color #051B36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B36 is #FAE4C9. Grayscale: #171717. Windows color (decimal): -16442570 or 3545861. OLE color: 3545861.
HSL color Cylindrical-coordinate representation of color #051B36: hue angle of 213.06º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051B36 is Cyan = 0.91, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 27 | 54 | - |
| CMYK | 0.91 | 0.5 | 0 | 0.79 |
| HSL | 213.06º | 0.83% | 0.12% | - |
| HSV(B) | 213.06º | 0.91% | 0.21% | - |
| XYZ | 1.12 | 1.08 | 3.64 | - |
| YUV | 23.5 | 145.21 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 54 | 0.91 | 0.5 | 0 | 0.79 | 213.06 | 0.83 | 0.12 |
| Hex | 5 | 1B | 36 | 5B | 32 | 0 | 4F | D5 | 53 | C |
| Octal | 5 | 33 | 66 | 133 | 62 | 0 | 117 | 325 | 123 | 14 |
| Binary | 101 | 11011 | 110110 | 1011011 | 110010 | 0 | 1001111 | 11010101 | 1010011 | 1100 |
Color Harmonies of #051B36
Complementary color
Monochromatic Colors of #051B36
Black with #051B36
Text Example
Text Example
White with #051B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B36; }
p { color: rgb(5,27,54); }
H1.HeaderClassName
{
color: #051B36;
}
.AnyTagClassName
{
color: #051B36;
}
</style>
background-color css
<style>
a { background-color: #051B36; }
a { background-color: rgb(5,27,54); }
div.DivClassName
{
background-color: #051B36;
}
.BgClassName
{
background-color: #051B36;
}
</style>
border-color css
<style>
span { border-color: #051B36; }
span { border-color: rgb(5,27,54); }
td.TdClassName
{
border-color: #051B36;
}
.TagClassName
{
border-color: #051B36;
}
</style>