Shades of Blackcurrant #2B063D
Tints of Blackcurrant #2B063D
RGB
CMYK
RGB Variations
Color information
#2B063D (or 0x2B063D) is known color: Blackcurrant. HEX triplet: 2B, 06 and 3D. RGB value is (43,6,61). Sum of RGB (Red+Green+Blue) = 43+6+61=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #2B063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B063D is #D4F9C2. Grayscale: #171717. Windows color (decimal): -13957571 or 3999275. OLE color: 3999275.
HSL color Cylindrical-coordinate representation of color #2B063D: hue angle of 280.36º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B063D is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 6 | 61 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.76 |
| HSL | 280.36º | 0.82% | 0.13% | - |
| HSV(B) | 280.36º | 0.9% | 0.24% | - |
| XYZ | 1.9 | 0.98 | 4.5 | - |
| YUV | 23.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 6 | 61 | 0.30 | 0.90 | 0 | 0.76 | 280.36 | 0.82 | 0.13 |
| Hex | 2B | 6 | 3D | 1E | 5A | 0 | 4C | 118 | 52 | D |
| Octal | 53 | 6 | 75 | 36 | 132 | 0 | 114 | 430 | 122 | 15 |
| Binary | 101011 | 110 | 111101 | 11110 | 1011010 | 0 | 1001100 | 100011000 | 1010010 | 1101 |
Color Harmonies of #2B063D
Complementary color
Monochromatic Colors of #2B063D
Black with #2B063D
Text Example
Text Example
White with #2B063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B063D; }
p { color: rgb(43,6,61); }
H1.HeaderClassName
{
color: #2B063D;
}
.AnyTagClassName
{
color: #2B063D;
}
</style>
background-color css
<style>
a { background-color: #2B063D; }
a { background-color: rgb(43,6,61); }
div.DivClassName
{
background-color: #2B063D;
}
.BgClassName
{
background-color: #2B063D;
}
</style>
border-color css
<style>
span { border-color: #2B063D; }
span { border-color: rgb(43,6,61); }
td.TdClassName
{
border-color: #2B063D;
}
.TagClassName
{
border-color: #2B063D;
}
</style>