Shades of Black Pearl #05262A
Tints of Black Pearl #05262A
RGB
CMYK
RGB Variations
Color information
#05262A (or 0x05262A) is known color: Black Pearl. HEX triplet: 05, 26 and 2A. RGB value is (5,38,42). Sum of RGB (Red+Green+Blue) = 5+38+42=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 42 (16.80% from 255 or 49.41% from 85); Max value from RGB is 42 - color contains mainly: blue. Hex color #05262A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05262A is #FAD9D5. Grayscale: #1C1C1C. Windows color (decimal): -16439766 or 2762245. OLE color: 2762245.
HSL color Cylindrical-coordinate representation of color #05262A: hue angle of 186.49º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05262A is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 38 | 42 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.84 |
| HSL | 186.49º | 0.79% | 0.09% | - |
| HSV(B) | 186.49º | 0.88% | 0.16% | - |
| XYZ | 1.17 | 1.59 | 2.43 | - |
| YUV | 28.59 | 135.57 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 42 | 0.88 | 0.10 | 0 | 0.84 | 186.49 | 0.79 | 0.09 |
| Hex | 5 | 26 | 2A | 58 | A | 0 | 54 | BA | 4F | 9 |
| Octal | 5 | 46 | 52 | 130 | 12 | 0 | 124 | 272 | 117 | 11 |
| Binary | 101 | 100110 | 101010 | 1011000 | 1010 | 0 | 1010100 | 10111010 | 1001111 | 1001 |
Color Harmonies of #05262A
Complementary color
Monochromatic Colors of #05262A
Black with #05262A
Text Example
Text Example
White with #05262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05262A; }
p { color: rgb(5,38,42); }
H1.HeaderClassName
{
color: #05262A;
}
.AnyTagClassName
{
color: #05262A;
}
</style>
background-color css
<style>
a { background-color: #05262A; }
a { background-color: rgb(5,38,42); }
div.DivClassName
{
background-color: #05262A;
}
.BgClassName
{
background-color: #05262A;
}
</style>
border-color css
<style>
span { border-color: #05262A; }
span { border-color: rgb(5,38,42); }
td.TdClassName
{
border-color: #05262A;
}
.TagClassName
{
border-color: #05262A;
}
</style>