Shades of Black Pearl #051B1F
Tints of Black Pearl #051B1F
RGB
CMYK
RGB Variations
Color information
#051B1F (or 0x051B1F) is known color: Black Pearl. HEX triplet: 05, 1B and 1F. RGB value is (5,27,31). Sum of RGB (Red+Green+Blue) = 5+27+31=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 27 (10.94% from 255 or 42.86% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #051B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B1F is #FAE4E0. Grayscale: #141414. Windows color (decimal): -16442593 or 2038533. OLE color: 2038533.
HSL color Cylindrical-coordinate representation of color #051B1F: hue angle of 189.23º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #051B1F is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 27 | 31 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.88 |
| HSL | 189.23º | 0.72% | 0.07% | - |
| HSV(B) | 189.23º | 0.84% | 0.12% | - |
| XYZ | 0.7 | 0.92 | 1.44 | - |
| YUV | 20.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 31 | 0.84 | 0.13 | 0 | 0.88 | 189.23 | 0.72 | 0.07 |
| Hex | 5 | 1B | 1F | 54 | D | 0 | 58 | BD | 48 | 7 |
| Octal | 5 | 33 | 37 | 124 | 15 | 0 | 130 | 275 | 110 | 7 |
| Binary | 101 | 11011 | 11111 | 1010100 | 1101 | 0 | 1011000 | 10111101 | 1001000 | 111 |
Color Harmonies of #051B1F
Complementary color
Monochromatic Colors of #051B1F
Black with #051B1F
Text Example
Text Example
White with #051B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B1F; }
p { color: rgb(5,27,31); }
H1.HeaderClassName
{
color: #051B1F;
}
.AnyTagClassName
{
color: #051B1F;
}
</style>
background-color css
<style>
a { background-color: #051B1F; }
a { background-color: rgb(5,27,31); }
div.DivClassName
{
background-color: #051B1F;
}
.BgClassName
{
background-color: #051B1F;
}
</style>
border-color css
<style>
span { border-color: #051B1F; }
span { border-color: rgb(5,27,31); }
td.TdClassName
{
border-color: #051B1F;
}
.TagClassName
{
border-color: #051B1F;
}
</style>