Shades of Blackcurrant #2B044A
Tints of Blackcurrant #2B044A
RGB
CMYK
RGB Variations
Color information
#2B044A (or 0x2B044A) is known color: Blackcurrant. HEX triplet: 2B, 04 and 4A. RGB value is (43,4,74). Sum of RGB (Red+Green+Blue) = 43+4+74=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #2B044A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B044A is #D4FBB5. Grayscale: #171717. Windows color (decimal): -13958070 or 4850731. OLE color: 4850731.
HSL color Cylindrical-coordinate representation of color #2B044A: hue angle of 273.43º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B044A is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 4 | 74 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.71 |
| HSL | 273.43º | 0.9% | 0.15% | - |
| HSV(B) | 273.43º | 0.95% | 0.29% | - |
| XYZ | 2.28 | 1.09 | 6.57 | - |
| YUV | 23.64 | 156.42 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 74 | 0.42 | 0.95 | 0 | 0.71 | 273.43 | 0.9 | 0.15 |
| Hex | 2B | 4 | 4A | 2A | 5F | 0 | 47 | 111 | 5A | F |
| Octal | 53 | 4 | 112 | 52 | 137 | 0 | 107 | 421 | 132 | 17 |
| Binary | 101011 | 100 | 1001010 | 101010 | 1011111 | 0 | 1000111 | 100010001 | 1011010 | 1111 |
Color Harmonies of #2B044A
Complementary color
Monochromatic Colors of #2B044A
Black with #2B044A
Text Example
Text Example
White with #2B044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B044A; }
p { color: rgb(43,4,74); }
H1.HeaderClassName
{
color: #2B044A;
}
.AnyTagClassName
{
color: #2B044A;
}
</style>
background-color css
<style>
a { background-color: #2B044A; }
a { background-color: rgb(43,4,74); }
div.DivClassName
{
background-color: #2B044A;
}
.BgClassName
{
background-color: #2B044A;
}
</style>
border-color css
<style>
span { border-color: #2B044A; }
span { border-color: rgb(43,4,74); }
td.TdClassName
{
border-color: #2B044A;
}
.TagClassName
{
border-color: #2B044A;
}
</style>