Shades of Blackcurrant #2A082F
Tints of Blackcurrant #2A082F
RGB
CMYK
RGB Variations
Color information
#2A082F (or 0x2A082F) is known color: Blackcurrant. HEX triplet: 2A, 08 and 2F. RGB value is (42,8,47). Sum of RGB (Red+Green+Blue) = 42+8+47=97 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.30% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 47 (18.75% from 255 or 48.45% from 97); Max value from RGB is 47 - color contains mainly: blue. Hex color #2A082F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A082F is #D5F7D0. Grayscale: #161616. Windows color (decimal): -14022609 or 3082282. OLE color: 3082282.
HSL color Cylindrical-coordinate representation of color #2A082F: hue angle of 292.31º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A082F is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 8 | 47 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.82 |
| HSL | 292.31º | 0.71% | 0.11% | - |
| HSV(B) | 292.31º | 0.83% | 0.18% | - |
| XYZ | 1.55 | 0.87 | 2.78 | - |
| YUV | 22.61 | 141.76 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 47 | 0.11 | 0.83 | 0 | 0.82 | 292.31 | 0.71 | 0.11 |
| Hex | 2A | 8 | 2F | B | 53 | 0 | 52 | 124 | 47 | B |
| Octal | 52 | 10 | 57 | 13 | 123 | 0 | 122 | 444 | 107 | 13 |
| Binary | 101010 | 1000 | 101111 | 1011 | 1010011 | 0 | 1010010 | 100100100 | 1000111 | 1011 |
Color Harmonies of #2A082F
Complementary color
Monochromatic Colors of #2A082F
Black with #2A082F
Text Example
Text Example
White with #2A082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A082F; }
p { color: rgb(42,8,47); }
H1.HeaderClassName
{
color: #2A082F;
}
.AnyTagClassName
{
color: #2A082F;
}
</style>
background-color css
<style>
a { background-color: #2A082F; }
a { background-color: rgb(42,8,47); }
div.DivClassName
{
background-color: #2A082F;
}
.BgClassName
{
background-color: #2A082F;
}
</style>
border-color css
<style>
span { border-color: #2A082F; }
span { border-color: rgb(42,8,47); }
td.TdClassName
{
border-color: #2A082F;
}
.TagClassName
{
border-color: #2A082F;
}
</style>