Shades of Blackcurrant #2A0F3D
Tints of Blackcurrant #2A0F3D
RGB
CMYK
RGB Variations
Color information
#2A0F3D (or 0x2A0F3D) is known color: Blackcurrant. HEX triplet: 2A, 0F and 3D. RGB value is (42,15,61). Sum of RGB (Red+Green+Blue) = 42+15+61=118 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.59% from 118); Green value is 15 (6.25% from 255 or 12.71% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A0F3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0F3D is #D5F0C2. Grayscale: #1C1C1C. Windows color (decimal): -14020803 or 4001578. OLE color: 4001578.
HSL color Cylindrical-coordinate representation of color #2A0F3D: hue angle of 275.22º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A0F3D is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 15 | 61 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.76 |
| HSL | 275.22º | 0.61% | 0.15% | - |
| HSV(B) | 275.22º | 0.75% | 0.24% | - |
| XYZ | 1.97 | 1.17 | 4.54 | - |
| YUV | 28.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 15 | 61 | 0.31 | 0.75 | 0 | 0.76 | 275.22 | 0.61 | 0.15 |
| Hex | 2A | F | 3D | 1F | 4B | 0 | 4C | 113 | 3D | F |
| Octal | 52 | 17 | 75 | 37 | 113 | 0 | 114 | 423 | 75 | 17 |
| Binary | 101010 | 1111 | 111101 | 11111 | 1001011 | 0 | 1001100 | 100010011 | 111101 | 1111 |
Color Harmonies of #2A0F3D
Complementary color
Monochromatic Colors of #2A0F3D
Black with #2A0F3D
Text Example
Text Example
White with #2A0F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0F3D; }
p { color: rgb(42,15,61); }
H1.HeaderClassName
{
color: #2A0F3D;
}
.AnyTagClassName
{
color: #2A0F3D;
}
</style>
background-color css
<style>
a { background-color: #2A0F3D; }
a { background-color: rgb(42,15,61); }
div.DivClassName
{
background-color: #2A0F3D;
}
.BgClassName
{
background-color: #2A0F3D;
}
</style>
border-color css
<style>
span { border-color: #2A0F3D; }
span { border-color: rgb(42,15,61); }
td.TdClassName
{
border-color: #2A0F3D;
}
.TagClassName
{
border-color: #2A0F3D;
}
</style>