Shades of Blackcurrant #2A072F
Tints of Blackcurrant #2A072F
RGB
CMYK
RGB Variations
Color information
#2A072F (or 0x2A072F) is known color: Blackcurrant. HEX triplet: 2A, 07 and 2F. RGB value is (42,7,47). Sum of RGB (Red+Green+Blue) = 42+7+47=96 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.75% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 47 (18.75% from 255 or 48.96% from 96); Max value from RGB is 47 - color contains mainly: blue. Hex color #2A072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A072F is #D5F8D0. Grayscale: #151515. Windows color (decimal): -14022865 or 3082026. OLE color: 3082026.
HSL color Cylindrical-coordinate representation of color #2A072F: hue angle of 292.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A072F is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 7 | 47 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.82 |
| HSL | 292.5º | 0.74% | 0.11% | - |
| HSV(B) | 292.5º | 0.85% | 0.18% | - |
| XYZ | 1.54 | 0.85 | 2.77 | - |
| YUV | 22.03 | 142.1 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 7 | 47 | 0.11 | 0.85 | 0 | 0.82 | 292.5 | 0.74 | 0.11 |
| Hex | 2A | 7 | 2F | B | 55 | 0 | 52 | 124 | 4A | B |
| Octal | 52 | 7 | 57 | 13 | 125 | 0 | 122 | 444 | 112 | 13 |
| Binary | 101010 | 111 | 101111 | 1011 | 1010101 | 0 | 1010010 | 100100100 | 1001010 | 1011 |
Color Harmonies of #2A072F
Complementary color
Monochromatic Colors of #2A072F
Black with #2A072F
Text Example
Text Example
White with #2A072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A072F; }
p { color: rgb(42,7,47); }
H1.HeaderClassName
{
color: #2A072F;
}
.AnyTagClassName
{
color: #2A072F;
}
</style>
background-color css
<style>
a { background-color: #2A072F; }
a { background-color: rgb(42,7,47); }
div.DivClassName
{
background-color: #2A072F;
}
.BgClassName
{
background-color: #2A072F;
}
</style>
border-color css
<style>
span { border-color: #2A072F; }
span { border-color: rgb(42,7,47); }
td.TdClassName
{
border-color: #2A072F;
}
.TagClassName
{
border-color: #2A072F;
}
</style>