Shades of Blackcurrant #2A003E
Tints of Blackcurrant #2A003E
RGB
CMYK
RGB Variations
Color information
#2A003E (or 0x2A003E) is known color: Blackcurrant. HEX triplet: 2A, 00 and 3E. RGB value is (42,0,62). Sum of RGB (Red+Green+Blue) = 42+0+62=104 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.38% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 62 (24.61% from 255 or 59.62% from 104); Max value from RGB is 62 - color contains mainly: blue. Hex color #2A003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A003E is #D5FFC1. Grayscale: #131313. Windows color (decimal): -14024642 or 4063274. OLE color: 4063274.
HSL color Cylindrical-coordinate representation of color #2A003E: hue angle of 280.65º 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 #2A003E is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 0 | 62 | - |
| CMYK | 0.32 | 1 | 0 | 0.76 |
| HSL | 280.65º | 1% | 0.12% | - |
| HSV(B) | 280.65º | 1% | 0.24% | - |
| XYZ | 1.82 | 0.84 | 4.62 | - |
| YUV | 19.63 | 151.91 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 62 | 0.32 | 1 | 0 | 0.76 | 280.65 | 1 | 0.12 |
| Hex | 2A | 0 | 3E | 20 | 64 | 0 | 4C | 119 | 64 | C |
| Octal | 52 | 0 | 76 | 40 | 144 | 0 | 114 | 431 | 144 | 14 |
| Binary | 101010 | 0 | 111110 | 100000 | 1100100 | 0 | 1001100 | 100011001 | 1100100 | 1100 |
Color Harmonies of #2A003E
Complementary color
Monochromatic Colors of #2A003E
Black with #2A003E
Text Example
Text Example
White with #2A003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A003E; }
p { color: rgb(42,0,62); }
H1.HeaderClassName
{
color: #2A003E;
}
.AnyTagClassName
{
color: #2A003E;
}
</style>
background-color css
<style>
a { background-color: #2A003E; }
a { background-color: rgb(42,0,62); }
div.DivClassName
{
background-color: #2A003E;
}
.BgClassName
{
background-color: #2A003E;
}
</style>
border-color css
<style>
span { border-color: #2A003E; }
span { border-color: rgb(42,0,62); }
td.TdClassName
{
border-color: #2A003E;
}
.TagClassName
{
border-color: #2A003E;
}
</style>