Shades of Blackcurrant #2B0638
Tints of Blackcurrant #2B0638
RGB
CMYK
RGB Variations
Color information
#2B0638 (or 0x2B0638) is known color: Blackcurrant. HEX triplet: 2B, 06 and 38. RGB value is (43,6,56). Sum of RGB (Red+Green+Blue) = 43+6+56=105 (13% of max value = 765). Red value is 43 (17.19% from 255 or 40.95% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #2B0638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0638 is #D4F9C7. Grayscale: #161616. Windows color (decimal): -13957576 or 3671595. OLE color: 3671595.
HSL color Cylindrical-coordinate representation of color #2B0638: hue angle of 284.4º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B0638 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 6 | 56 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.78 |
| HSL | 284.4º | 0.81% | 0.12% | - |
| HSV(B) | 284.4º | 0.89% | 0.22% | - |
| XYZ | 1.78 | 0.93 | 3.83 | - |
| YUV | 22.76 | 146.76 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 6 | 56 | 0.23 | 0.89 | 0 | 0.78 | 284.4 | 0.81 | 0.12 |
| Hex | 2B | 6 | 38 | 17 | 59 | 0 | 4E | 11C | 51 | C |
| Octal | 53 | 6 | 70 | 27 | 131 | 0 | 116 | 434 | 121 | 14 |
| Binary | 101011 | 110 | 111000 | 10111 | 1011001 | 0 | 1001110 | 100011100 | 1010001 | 1100 |
Color Harmonies of #2B0638
Complementary color
Monochromatic Colors of #2B0638
Black with #2B0638
Text Example
Text Example
White with #2B0638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0638; }
p { color: rgb(43,6,56); }
H1.HeaderClassName
{
color: #2B0638;
}
.AnyTagClassName
{
color: #2B0638;
}
</style>
background-color css
<style>
a { background-color: #2B0638; }
a { background-color: rgb(43,6,56); }
div.DivClassName
{
background-color: #2B0638;
}
.BgClassName
{
background-color: #2B0638;
}
</style>
border-color css
<style>
span { border-color: #2B0638; }
span { border-color: rgb(43,6,56); }
td.TdClassName
{
border-color: #2B0638;
}
.TagClassName
{
border-color: #2B0638;
}
</style>