Shades of Blackcurrant #2B103A
Tints of Blackcurrant #2B103A
RGB
CMYK
RGB Variations
Color information
#2B103A (or 0x2B103A) is known color: Blackcurrant. HEX triplet: 2B, 10 and 3A. RGB value is (43,16,58). Sum of RGB (Red+Green+Blue) = 43+16+58=117 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.75% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #2B103A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B103A is #D4EFC5. Grayscale: #1C1C1C. Windows color (decimal): -13955014 or 3805227. OLE color: 3805227.
HSL color Cylindrical-coordinate representation of color #2B103A: hue angle of 278.57º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B103A is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 16 | 58 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.77 |
| HSL | 278.57º | 0.57% | 0.15% | - |
| HSV(B) | 278.57º | 0.72% | 0.23% | - |
| XYZ | 1.95 | 1.19 | 4.13 | - |
| YUV | 28.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 16 | 58 | 0.26 | 0.72 | 0 | 0.77 | 278.57 | 0.57 | 0.15 |
| Hex | 2B | 10 | 3A | 1A | 48 | 0 | 4D | 117 | 39 | F |
| Octal | 53 | 20 | 72 | 32 | 110 | 0 | 115 | 427 | 71 | 17 |
| Binary | 101011 | 10000 | 111010 | 11010 | 1001000 | 0 | 1001101 | 100010111 | 111001 | 1111 |
Color Harmonies of #2B103A
Complementary color
Monochromatic Colors of #2B103A
Black with #2B103A
Text Example
Text Example
White with #2B103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B103A; }
p { color: rgb(43,16,58); }
H1.HeaderClassName
{
color: #2B103A;
}
.AnyTagClassName
{
color: #2B103A;
}
</style>
background-color css
<style>
a { background-color: #2B103A; }
a { background-color: rgb(43,16,58); }
div.DivClassName
{
background-color: #2B103A;
}
.BgClassName
{
background-color: #2B103A;
}
</style>
border-color css
<style>
span { border-color: #2B103A; }
span { border-color: rgb(43,16,58); }
td.TdClassName
{
border-color: #2B103A;
}
.TagClassName
{
border-color: #2B103A;
}
</style>