Shades of Blackcurrant #2B094C
Tints of Blackcurrant #2B094C
RGB
CMYK
RGB Variations
Color information
#2B094C (or 0x2B094C) is known color: Blackcurrant. HEX triplet: 2B, 09 and 4C. RGB value is (43,9,76). Sum of RGB (Red+Green+Blue) = 43+9+76=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #2B094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B094C is #D4F6B3. Grayscale: #1A1A1A. Windows color (decimal): -13956788 or 4983083. OLE color: 4983083.
HSL color Cylindrical-coordinate representation of color #2B094C: hue angle of 270.45º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B094C is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 9 | 76 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.70 |
| HSL | 270.45º | 0.79% | 0.17% | - |
| HSV(B) | 270.45º | 0.88% | 0.3% | - |
| XYZ | 2.4 | 1.23 | 6.95 | - |
| YUV | 26.8 | 155.76 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 9 | 76 | 0.43 | 0.88 | 0 | 0.70 | 270.45 | 0.79 | 0.17 |
| Hex | 2B | 9 | 4C | 2B | 58 | 0 | 46 | 10E | 4F | 11 |
| Octal | 53 | 11 | 114 | 53 | 130 | 0 | 106 | 416 | 117 | 21 |
| Binary | 101011 | 1001 | 1001100 | 101011 | 1011000 | 0 | 1000110 | 100001110 | 1001111 | 10001 |
Color Harmonies of #2B094C
Complementary color
Monochromatic Colors of #2B094C
Black with #2B094C
Text Example
Text Example
White with #2B094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B094C; }
p { color: rgb(43,9,76); }
H1.HeaderClassName
{
color: #2B094C;
}
.AnyTagClassName
{
color: #2B094C;
}
</style>
background-color css
<style>
a { background-color: #2B094C; }
a { background-color: rgb(43,9,76); }
div.DivClassName
{
background-color: #2B094C;
}
.BgClassName
{
background-color: #2B094C;
}
</style>
border-color css
<style>
span { border-color: #2B094C; }
span { border-color: rgb(43,9,76); }
td.TdClassName
{
border-color: #2B094C;
}
.TagClassName
{
border-color: #2B094C;
}
</style>