Shades of Blackcurrant #2A003D
Tints of Blackcurrant #2A003D
RGB
CMYK
RGB Variations
Color information
#2A003D (or 0x2A003D) is known color: Blackcurrant. HEX triplet: 2A, 00 and 3D. RGB value is (42,0,61). Sum of RGB (Red+Green+Blue) = 42+0+61=103 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.78% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 61 (24.22% from 255 or 59.22% from 103); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A003D is #D5FFC2. Grayscale: #131313. Windows color (decimal): -14024643 or 3997738. OLE color: 3997738.
HSL color Cylindrical-coordinate representation of color #2A003D: hue angle of 281.31º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A003D is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 0 | 61 | - |
| CMYK | 0.31 | 1 | 0 | 0.76 |
| HSL | 281.31º | 1% | 0.12% | - |
| HSV(B) | 281.31º | 1% | 0.24% | - |
| XYZ | 1.8 | 0.83 | 4.48 | - |
| YUV | 19.51 | 151.41 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 61 | 0.31 | 1 | 0 | 0.76 | 281.31 | 1 | 0.12 |
| Hex | 2A | 0 | 3D | 1F | 64 | 0 | 4C | 119 | 64 | C |
| Octal | 52 | 0 | 75 | 37 | 144 | 0 | 114 | 431 | 144 | 14 |
| Binary | 101010 | 0 | 111101 | 11111 | 1100100 | 0 | 1001100 | 100011001 | 1100100 | 1100 |
Color Harmonies of #2A003D
Complementary color
Monochromatic Colors of #2A003D
Black with #2A003D
Text Example
Text Example
White with #2A003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A003D; }
p { color: rgb(42,0,61); }
H1.HeaderClassName
{
color: #2A003D;
}
.AnyTagClassName
{
color: #2A003D;
}
</style>
background-color css
<style>
a { background-color: #2A003D; }
a { background-color: rgb(42,0,61); }
div.DivClassName
{
background-color: #2A003D;
}
.BgClassName
{
background-color: #2A003D;
}
</style>
border-color css
<style>
span { border-color: #2A003D; }
span { border-color: rgb(42,0,61); }
td.TdClassName
{
border-color: #2A003D;
}
.TagClassName
{
border-color: #2A003D;
}
</style>