Shades of Black Pearl #05131D
Tints of Black Pearl #05131D
RGB
CMYK
RGB Variations
Color information
#05131D (or 0x05131D) is known color: Black Pearl. HEX triplet: 05, 13 and 1D. RGB value is (5,19,29). Sum of RGB (Red+Green+Blue) = 5+19+29=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 29 (11.72% from 255 or 54.72% from 53); Max value from RGB is 29 - color contains mainly: blue. Hex color #05131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05131D is #FAECE2. Grayscale: #0F0F0F. Windows color (decimal): -16444643 or 1905413. OLE color: 1905413.
HSL color Cylindrical-coordinate representation of color #05131D: hue angle of 205º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #05131D is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 19 | 29 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.89 |
| HSL | 205º | 0.71% | 0.07% | - |
| HSV(B) | 205º | 0.83% | 0.11% | - |
| XYZ | 0.52 | 0.59 | 1.25 | - |
| YUV | 15.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 29 | 0.83 | 0.34 | 0 | 0.89 | 205 | 0.71 | 0.07 |
| Hex | 5 | 13 | 1D | 53 | 22 | 0 | 59 | CD | 47 | 7 |
| Octal | 5 | 23 | 35 | 123 | 42 | 0 | 131 | 315 | 107 | 7 |
| Binary | 101 | 10011 | 11101 | 1010011 | 100010 | 0 | 1011001 | 11001101 | 1000111 | 111 |
Color Harmonies of #05131D
Complementary color
Monochromatic Colors of #05131D
Black with #05131D
Text Example
Text Example
White with #05131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05131D; }
p { color: rgb(5,19,29); }
H1.HeaderClassName
{
color: #05131D;
}
.AnyTagClassName
{
color: #05131D;
}
</style>
background-color css
<style>
a { background-color: #05131D; }
a { background-color: rgb(5,19,29); }
div.DivClassName
{
background-color: #05131D;
}
.BgClassName
{
background-color: #05131D;
}
</style>
border-color css
<style>
span { border-color: #05131D; }
span { border-color: rgb(5,19,29); }
td.TdClassName
{
border-color: #05131D;
}
.TagClassName
{
border-color: #05131D;
}
</style>