Shades of Blackcurrant #2B0450
Tints of Blackcurrant #2B0450
RGB
CMYK
RGB Variations
Color information
#2B0450 (or 0x2B0450) is known color: Blackcurrant. HEX triplet: 2B, 04 and 50. RGB value is (43,4,80). Sum of RGB (Red+Green+Blue) = 43+4+80=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 80 (31.64% from 255 or 62.99% from 127); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B0450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0450 is #D4FBAF. Grayscale: #181818. Windows color (decimal): -13958064 or 5243947. OLE color: 5243947.
HSL color Cylindrical-coordinate representation of color #2B0450: hue angle of 270.79º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0450 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 4 | 80 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.69 |
| HSL | 270.79º | 0.9% | 0.16% | - |
| HSV(B) | 270.79º | 0.95% | 0.31% | - |
| XYZ | 2.49 | 1.18 | 7.69 | - |
| YUV | 24.33 | 159.42 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 80 | 0.46 | 0.95 | 0 | 0.69 | 270.79 | 0.9 | 0.16 |
| Hex | 2B | 4 | 50 | 2E | 5F | 0 | 45 | 10F | 5A | 10 |
| Octal | 53 | 4 | 120 | 56 | 137 | 0 | 105 | 417 | 132 | 20 |
| Binary | 101011 | 100 | 1010000 | 101110 | 1011111 | 0 | 1000101 | 100001111 | 1011010 | 10000 |
Color Harmonies of #2B0450
Complementary color
Monochromatic Colors of #2B0450
Black with #2B0450
Text Example
Text Example
White with #2B0450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0450; }
p { color: rgb(43,4,80); }
H1.HeaderClassName
{
color: #2B0450;
}
.AnyTagClassName
{
color: #2B0450;
}
</style>
background-color css
<style>
a { background-color: #2B0450; }
a { background-color: rgb(43,4,80); }
div.DivClassName
{
background-color: #2B0450;
}
.BgClassName
{
background-color: #2B0450;
}
</style>
border-color css
<style>
span { border-color: #2B0450; }
span { border-color: rgb(43,4,80); }
td.TdClassName
{
border-color: #2B0450;
}
.TagClassName
{
border-color: #2B0450;
}
</style>