Shades of Blackcurrant #2A013F
Tints of Blackcurrant #2A013F
RGB
CMYK
RGB Variations
Color information
#2A013F (or 0x2A013F) is known color: Blackcurrant. HEX triplet: 2A, 01 and 3F. RGB value is (42,1,63). Sum of RGB (Red+Green+Blue) = 42+1+63=106 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.62% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 63 (25% from 255 or 59.43% from 106); Max value from RGB is 63 - color contains mainly: blue. Hex color #2A013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A013F is #D5FEC0. Grayscale: #141414. Windows color (decimal): -14024385 or 4129066. OLE color: 4129066.
HSL color Cylindrical-coordinate representation of color #2A013F: hue angle of 279.68º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A013F is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 1 | 63 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.75 |
| HSL | 279.68º | 0.97% | 0.13% | - |
| HSV(B) | 279.68º | 0.98% | 0.25% | - |
| XYZ | 1.86 | 0.87 | 4.77 | - |
| YUV | 20.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 63 | 0.33 | 0.98 | 0 | 0.75 | 279.68 | 0.97 | 0.13 |
| Hex | 2A | 1 | 3F | 21 | 62 | 0 | 4B | 118 | 61 | D |
| Octal | 52 | 1 | 77 | 41 | 142 | 0 | 113 | 430 | 141 | 15 |
| Binary | 101010 | 1 | 111111 | 100001 | 1100010 | 0 | 1001011 | 100011000 | 1100001 | 1101 |
Color Harmonies of #2A013F
Complementary color
Monochromatic Colors of #2A013F
Black with #2A013F
Text Example
Text Example
White with #2A013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A013F; }
p { color: rgb(42,1,63); }
H1.HeaderClassName
{
color: #2A013F;
}
.AnyTagClassName
{
color: #2A013F;
}
</style>
background-color css
<style>
a { background-color: #2A013F; }
a { background-color: rgb(42,1,63); }
div.DivClassName
{
background-color: #2A013F;
}
.BgClassName
{
background-color: #2A013F;
}
</style>
border-color css
<style>
span { border-color: #2A013F; }
span { border-color: rgb(42,1,63); }
td.TdClassName
{
border-color: #2A013F;
}
.TagClassName
{
border-color: #2A013F;
}
</style>