Shades of Black Pearl #051226
Tints of Black Pearl #051226
RGB
CMYK
RGB Variations
Color information
#051226 (or 0x051226) is known color: Black Pearl. HEX triplet: 05, 12 and 26. RGB value is (5,18,38). Sum of RGB (Red+Green+Blue) = 5+18+38=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 38 (15.23% from 255 or 62.30% from 61); Max value from RGB is 38 - color contains mainly: blue. Hex color #051226 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051226 is #FAEDD9. Grayscale: #101010. Windows color (decimal): -16444890 or 2494981. OLE color: 2494981.
HSL color Cylindrical-coordinate representation of color #051226: hue angle of 216.36º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #051226 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 18 | 38 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.85 |
| HSL | 216.36º | 0.77% | 0.08% | - |
| HSV(B) | 216.36º | 0.87% | 0.15% | - |
| XYZ | 0.63 | 0.6 | 1.92 | - |
| YUV | 16.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 38 | 0.87 | 0.53 | 0 | 0.85 | 216.36 | 0.77 | 0.08 |
| Hex | 5 | 12 | 26 | 57 | 35 | 0 | 55 | D8 | 4D | 8 |
| Octal | 5 | 22 | 46 | 127 | 65 | 0 | 125 | 330 | 115 | 10 |
| Binary | 101 | 10010 | 100110 | 1010111 | 110101 | 0 | 1010101 | 11011000 | 1001101 | 1000 |
Color Harmonies of #051226
Complementary color
Monochromatic Colors of #051226
Black with #051226
Text Example
Text Example
White with #051226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051226; }
p { color: rgb(5,18,38); }
H1.HeaderClassName
{
color: #051226;
}
.AnyTagClassName
{
color: #051226;
}
</style>
background-color css
<style>
a { background-color: #051226; }
a { background-color: rgb(5,18,38); }
div.DivClassName
{
background-color: #051226;
}
.BgClassName
{
background-color: #051226;
}
</style>
border-color css
<style>
span { border-color: #051226; }
span { border-color: rgb(5,18,38); }
td.TdClassName
{
border-color: #051226;
}
.TagClassName
{
border-color: #051226;
}
</style>