Shades of Blackcurrant #020005
Tints of Blackcurrant #020005
RGB
CMYK
RGB Variations
Color information
#020005 (or 0x020005) is known color: Blackcurrant. HEX triplet: 02, 00 and 05. RGB value is (2,0,5). Sum of RGB (Red+Green+Blue) = 2+0+5=7 (0% of max value = 765). Red value is 2 (1.17% from 255 or 28.57% from 7); Green value is 0 (0.39% from 255 or 0% 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 #020005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020005 is #FDFFFA. Grayscale: #010101. Windows color (decimal): -16646139 or 327682. OLE color: 327682.
HSL color Cylindrical-coordinate representation of color #020005: hue angle of 264º 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 #020005 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
RGB | 2 | 0 | 5 | - |
CMYK | 0.60 | 1 | 0 | 0.98 |
HSL | 264º | 1% | 0.01% | - |
HSV(B) | 264º | 1% | 0.02% | - |
XYZ | 0.05 | 0.02 | 0.15 | - |
YUV | 1.17 | 130.16 | 128.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 0 | 5 | 0.60 | 1 | 0 | 0.98 | 264 | 1 | 0.01 |
Hex | 2 | 0 | 5 | 3C | 64 | 0 | 62 | 108 | 64 | 1 |
Octal | 2 | 0 | 5 | 74 | 144 | 0 | 142 | 410 | 144 | 1 |
Binary | 10 | 0 | 101 | 111100 | 1100100 | 0 | 1100010 | 100001000 | 1100100 | 1 |
Color Harmonies of #020005
Complementary color
Monochromatic Colors of #020005
Black with #020005
Text Example
Text Example
White with #020005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020005; }
p { color: rgb(2,0,5); }
H1.HeaderClassName
{
color: #020005;
}
.AnyTagClassName
{
color: #020005;
}
</style>
background-color css
<style>
a { background-color: #020005; }
a { background-color: rgb(2,0,5); }
div.DivClassName
{
background-color: #020005;
}
.BgClassName
{
background-color: #020005;
}
</style>
border-color css
<style>
span { border-color: #020005; }
span { border-color: rgb(2,0,5); }
td.TdClassName
{
border-color: #020005;
}
.TagClassName
{
border-color: #020005;
}
</style>