Shades of Blackcurrant #2B083D
Tints of Blackcurrant #2B083D
RGB
CMYK
RGB Variations
Color information
#2B083D (or 0x2B083D) is known color: Blackcurrant. HEX triplet: 2B, 08 and 3D. RGB value is (43,8,61). Sum of RGB (Red+Green+Blue) = 43+8+61=112 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.39% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 61 (24.22% from 255 or 54.46% from 112); Max value from RGB is 61 - color contains mainly: blue. Hex color #2B083D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B083D is #D4F7C2. Grayscale: #181818. Windows color (decimal): -13957059 or 3999787. OLE color: 3999787.
HSL color Cylindrical-coordinate representation of color #2B083D: hue angle of 279.62º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B083D is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 8 | 61 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.76 |
| HSL | 279.62º | 0.77% | 0.14% | - |
| HSV(B) | 279.62º | 0.87% | 0.24% | - |
| XYZ | 1.93 | 1.02 | 4.51 | - |
| YUV | 24.51 | 148.6 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 61 | 0.30 | 0.87 | 0 | 0.76 | 279.62 | 0.77 | 0.14 |
| Hex | 2B | 8 | 3D | 1E | 57 | 0 | 4C | 118 | 4D | E |
| Octal | 53 | 10 | 75 | 36 | 127 | 0 | 114 | 430 | 115 | 16 |
| Binary | 101011 | 1000 | 111101 | 11110 | 1010111 | 0 | 1001100 | 100011000 | 1001101 | 1110 |
Color Harmonies of #2B083D
Complementary color
Monochromatic Colors of #2B083D
Black with #2B083D
Text Example
Text Example
White with #2B083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B083D; }
p { color: rgb(43,8,61); }
H1.HeaderClassName
{
color: #2B083D;
}
.AnyTagClassName
{
color: #2B083D;
}
</style>
background-color css
<style>
a { background-color: #2B083D; }
a { background-color: rgb(43,8,61); }
div.DivClassName
{
background-color: #2B083D;
}
.BgClassName
{
background-color: #2B083D;
}
</style>
border-color css
<style>
span { border-color: #2B083D; }
span { border-color: rgb(43,8,61); }
td.TdClassName
{
border-color: #2B083D;
}
.TagClassName
{
border-color: #2B083D;
}
</style>