Shades of Black Pearl #05131B
Tints of Black Pearl #05131B
RGB
CMYK
RGB Variations
Color information
#05131B (or 0x05131B) is known color: Black Pearl. HEX triplet: 05, 13 and 1B. RGB value is (5,19,27). Sum of RGB (Red+Green+Blue) = 5+19+27=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #05131B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05131B is #FAECE4. Grayscale: #0F0F0F. Windows color (decimal): -16444645 or 1774341. OLE color: 1774341.
HSL color Cylindrical-coordinate representation of color #05131B: hue angle of 201.82º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #05131B is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 19 | 27 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.89 |
| HSL | 201.82º | 0.69% | 0.06% | - |
| HSV(B) | 201.82º | 0.81% | 0.11% | - |
| XYZ | 0.49 | 0.58 | 1.12 | - |
| YUV | 15.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 27 | 0.81 | 0.30 | 0 | 0.89 | 201.82 | 0.69 | 0.06 |
| Hex | 5 | 13 | 1B | 51 | 1E | 0 | 59 | CA | 45 | 6 |
| Octal | 5 | 23 | 33 | 121 | 36 | 0 | 131 | 312 | 105 | 6 |
| Binary | 101 | 10011 | 11011 | 1010001 | 11110 | 0 | 1011001 | 11001010 | 1000101 | 110 |
Color Harmonies of #05131B
Complementary color
Monochromatic Colors of #05131B
Black with #05131B
Text Example
Text Example
White with #05131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05131B; }
p { color: rgb(5,19,27); }
H1.HeaderClassName
{
color: #05131B;
}
.AnyTagClassName
{
color: #05131B;
}
</style>
background-color css
<style>
a { background-color: #05131B; }
a { background-color: rgb(5,19,27); }
div.DivClassName
{
background-color: #05131B;
}
.BgClassName
{
background-color: #05131B;
}
</style>
border-color css
<style>
span { border-color: #05131B; }
span { border-color: rgb(5,19,27); }
td.TdClassName
{
border-color: #05131B;
}
.TagClassName
{
border-color: #05131B;
}
</style>