Shades of Blackcurrant #2B053D
Tints of Blackcurrant #2B053D
RGB
CMYK
RGB Variations
Color information
#2B053D (or 0x2B053D) is known color: Blackcurrant. HEX triplet: 2B, 05 and 3D. RGB value is (43,5,61). Sum of RGB (Red+Green+Blue) = 43+5+61=109 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.45% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #2B053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B053D is #D4FAC2. Grayscale: #161616. Windows color (decimal): -13957827 or 3999019. OLE color: 3999019.
HSL color Cylindrical-coordinate representation of color #2B053D: hue angle of 280.71º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B053D is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 5 | 61 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.76 |
| HSL | 280.71º | 0.85% | 0.13% | - |
| HSV(B) | 280.71º | 0.92% | 0.24% | - |
| XYZ | 1.89 | 0.96 | 4.5 | - |
| YUV | 22.75 | 149.59 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 61 | 0.30 | 0.92 | 0 | 0.76 | 280.71 | 0.85 | 0.13 |
| Hex | 2B | 5 | 3D | 1E | 5C | 0 | 4C | 119 | 55 | D |
| Octal | 53 | 5 | 75 | 36 | 134 | 0 | 114 | 431 | 125 | 15 |
| Binary | 101011 | 101 | 111101 | 11110 | 1011100 | 0 | 1001100 | 100011001 | 1010101 | 1101 |
Color Harmonies of #2B053D
Complementary color
Monochromatic Colors of #2B053D
Black with #2B053D
Text Example
Text Example
White with #2B053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B053D; }
p { color: rgb(43,5,61); }
H1.HeaderClassName
{
color: #2B053D;
}
.AnyTagClassName
{
color: #2B053D;
}
</style>
background-color css
<style>
a { background-color: #2B053D; }
a { background-color: rgb(43,5,61); }
div.DivClassName
{
background-color: #2B053D;
}
.BgClassName
{
background-color: #2B053D;
}
</style>
border-color css
<style>
span { border-color: #2B053D; }
span { border-color: rgb(43,5,61); }
td.TdClassName
{
border-color: #2B053D;
}
.TagClassName
{
border-color: #2B053D;
}
</style>