Shades of Black Pearl #000205
Tints of Black Pearl #000205
RGB
CMYK
RGB Variations
Color information
#000205 (or 0x000205) is known color: Black Pearl. HEX triplet: 00, 02 and 05. RGB value is (0,2,5). Sum of RGB (Red+Green+Blue) = 0+2+5=7 (0% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 7); Green value is 2 (1.17% from 255 or 28.57% from 7); Blue value is 5 (2.34% from 255 or 71.43% from 7); Max value from RGB is 5 - color contains mainly: blue. Hex color #000205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000205 is #FFFDFA. Grayscale: #010101. Windows color (decimal): -16776699 or 328192. OLE color: 328192.
HSL color Cylindrical-coordinate representation of color #000205: hue angle of 216º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000205 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
RGB | 0 | 2 | 5 | - |
CMYK | 1 | 0.60 | 0 | 0.98 |
HSL | 216º | 1% | 0.01% | - |
HSV(B) | 216º | 1% | 0.02% | - |
XYZ | 0.05 | 0.05 | 0.15 | - |
YUV | 1.74 | 129.84 | 126.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 2 | 5 | 1 | 0.60 | 0 | 0.98 | 216 | 1 | 0.01 |
Hex | 0 | 2 | 5 | 64 | 3C | 0 | 62 | D8 | 64 | 1 |
Octal | 0 | 2 | 5 | 144 | 74 | 0 | 142 | 330 | 144 | 1 |
Binary | 0 | 10 | 101 | 1100100 | 111100 | 0 | 1100010 | 11011000 | 1100100 | 1 |
Color Harmonies of #000205
Complementary color
Monochromatic Colors of #000205
Black with #000205
Text Example
Text Example
White with #000205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000205; }
p { color: rgb(0,2,5); }
H1.HeaderClassName
{
color: #000205;
}
.AnyTagClassName
{
color: #000205;
}
</style>
background-color css
<style>
a { background-color: #000205; }
a { background-color: rgb(0,2,5); }
div.DivClassName
{
background-color: #000205;
}
.BgClassName
{
background-color: #000205;
}
</style>
border-color css
<style>
span { border-color: #000205; }
span { border-color: rgb(0,2,5); }
td.TdClassName
{
border-color: #000205;
}
.TagClassName
{
border-color: #000205;
}
</style>