Shades of Blackcurrant #2A023F
Tints of Blackcurrant #2A023F
RGB
CMYK
RGB Variations
Color information
#2A023F (or 0x2A023F) is known color: Blackcurrant. HEX triplet: 2A, 02 and 3F. RGB value is (42,2,63). Sum of RGB (Red+Green+Blue) = 42+2+63=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 63 (25% from 255 or 58.88% from 107); Max value from RGB is 63 - color contains mainly: blue. Hex color #2A023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A023F is #D5FDC0. Grayscale: #141414. Windows color (decimal): -14024129 or 4129322. OLE color: 4129322.
HSL color Cylindrical-coordinate representation of color #2A023F: hue angle of 279.34º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A023F is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 2 | 63 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.75 |
| HSL | 279.34º | 0.94% | 0.13% | - |
| HSV(B) | 279.34º | 0.97% | 0.25% | - |
| XYZ | 1.87 | 0.89 | 4.78 | - |
| YUV | 20.91 | 151.75 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 63 | 0.33 | 0.97 | 0 | 0.75 | 279.34 | 0.94 | 0.13 |
| Hex | 2A | 2 | 3F | 21 | 61 | 0 | 4B | 117 | 5E | D |
| Octal | 52 | 2 | 77 | 41 | 141 | 0 | 113 | 427 | 136 | 15 |
| Binary | 101010 | 10 | 111111 | 100001 | 1100001 | 0 | 1001011 | 100010111 | 1011110 | 1101 |
Color Harmonies of #2A023F
Complementary color
Monochromatic Colors of #2A023F
Black with #2A023F
Text Example
Text Example
White with #2A023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A023F; }
p { color: rgb(42,2,63); }
H1.HeaderClassName
{
color: #2A023F;
}
.AnyTagClassName
{
color: #2A023F;
}
</style>
background-color css
<style>
a { background-color: #2A023F; }
a { background-color: rgb(42,2,63); }
div.DivClassName
{
background-color: #2A023F;
}
.BgClassName
{
background-color: #2A023F;
}
</style>
border-color css
<style>
span { border-color: #2A023F; }
span { border-color: rgb(42,2,63); }
td.TdClassName
{
border-color: #2A023F;
}
.TagClassName
{
border-color: #2A023F;
}
</style>