Shades of Black Pearl #05131A
Tints of Black Pearl #05131A
RGB
CMYK
RGB Variations
Color information
#05131A (or 0x05131A) is known color: Black Pearl. HEX triplet: 05, 13 and 1A. RGB value is (5,19,26). Sum of RGB (Red+Green+Blue) = 5+19+26=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 26 (10.55% from 255 or 52% from 50); Max value from RGB is 26 - color contains mainly: blue. Hex color #05131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05131A is #FAECE5. Grayscale: #0F0F0F. Windows color (decimal): -16444646 or 1708805. OLE color: 1708805.
HSL color Cylindrical-coordinate representation of color #05131A: hue angle of 200º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #05131A is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 19 | 26 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.90 |
| HSL | 200º | 0.68% | 0.06% | - |
| HSV(B) | 200º | 0.81% | 0.1% | - |
| XYZ | 0.48 | 0.57 | 1.06 | - |
| YUV | 15.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 26 | 0.81 | 0.27 | 0 | 0.90 | 200 | 0.68 | 0.06 |
| Hex | 5 | 13 | 1A | 51 | 1B | 0 | 5A | C8 | 44 | 6 |
| Octal | 5 | 23 | 32 | 121 | 33 | 0 | 132 | 310 | 104 | 6 |
| Binary | 101 | 10011 | 11010 | 1010001 | 11011 | 0 | 1011010 | 11001000 | 1000100 | 110 |
Color Harmonies of #05131A
Complementary color
Monochromatic Colors of #05131A
Black with #05131A
Text Example
Text Example
White with #05131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05131A; }
p { color: rgb(5,19,26); }
H1.HeaderClassName
{
color: #05131A;
}
.AnyTagClassName
{
color: #05131A;
}
</style>
background-color css
<style>
a { background-color: #05131A; }
a { background-color: rgb(5,19,26); }
div.DivClassName
{
background-color: #05131A;
}
.BgClassName
{
background-color: #05131A;
}
</style>
border-color css
<style>
span { border-color: #05131A; }
span { border-color: rgb(5,19,26); }
td.TdClassName
{
border-color: #05131A;
}
.TagClassName
{
border-color: #05131A;
}
</style>