Shades of Black Pearl #020508
Tints of Black Pearl #020508
RGB
CMYK
RGB Variations
Color information
#020508 (or 0x020508) is known color: Black Pearl. HEX triplet: 02, 05 and 08. RGB value is (2,5,8). Sum of RGB (Red+Green+Blue) = 2+5+8=15 (1% of max value = 765). Red value is 2 (1.17% from 255 or 13.33% from 15); Green value is 5 (2.34% from 255 or 33.33% from 15); Blue value is 8 (3.52% from 255 or 53.33% from 15); Max value from RGB is 8 - color contains mainly: blue. Hex color #020508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020508 is #FDFAF7. Grayscale: #040404. Windows color (decimal): -16644856 or 525570. OLE color: 525570.
HSL color Cylindrical-coordinate representation of color #020508: hue angle of 210º degrees, saturation: 0.6, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #020508 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 2 | 5 | 8 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.97 |
| HSL | 210º | 0.6% | 0.02% | - |
| HSV(B) | 210º | 0.75% | 0.03% | - |
| XYZ | 0.12 | 0.14 | 0.25 | - |
| YUV | 4.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 8 | 0.75 | 0.38 | 0 | 0.97 | 210 | 0.6 | 0.02 |
| Hex | 2 | 5 | 8 | 4B | 26 | 0 | 61 | D2 | 3C | 2 |
| Octal | 2 | 5 | 10 | 113 | 46 | 0 | 141 | 322 | 74 | 2 |
| Binary | 10 | 101 | 1000 | 1001011 | 100110 | 0 | 1100001 | 11010010 | 111100 | 10 |
Color Harmonies of #020508
Complementary color
Monochromatic Colors of #020508
Black with #020508
Text Example
Text Example
White with #020508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020508; }
p { color: rgb(2,5,8); }
H1.HeaderClassName
{
color: #020508;
}
.AnyTagClassName
{
color: #020508;
}
</style>
background-color css
<style>
a { background-color: #020508; }
a { background-color: rgb(2,5,8); }
div.DivClassName
{
background-color: #020508;
}
.BgClassName
{
background-color: #020508;
}
</style>
border-color css
<style>
span { border-color: #020508; }
span { border-color: rgb(2,5,8); }
td.TdClassName
{
border-color: #020508;
}
.TagClassName
{
border-color: #020508;
}
</style>