Shades of Blackcurrant #2B0738
Tints of Blackcurrant #2B0738
RGB
CMYK
RGB Variations
Color information
#2B0738 (or 0x2B0738) is known color: Blackcurrant. HEX triplet: 2B, 07 and 38. RGB value is (43,7,56). Sum of RGB (Red+Green+Blue) = 43+7+56=106 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.57% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #2B0738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0738 is #D4F8C7. Grayscale: #171717. Windows color (decimal): -13957320 or 3671851. OLE color: 3671851.
HSL color Cylindrical-coordinate representation of color #2B0738: hue angle of 284.08º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B0738 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 7 | 56 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.78 |
| HSL | 284.08º | 0.78% | 0.12% | - |
| HSV(B) | 284.08º | 0.88% | 0.22% | - |
| XYZ | 1.79 | 0.95 | 3.83 | - |
| YUV | 23.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 7 | 56 | 0.23 | 0.88 | 0 | 0.78 | 284.08 | 0.78 | 0.12 |
| Hex | 2B | 7 | 38 | 17 | 58 | 0 | 4E | 11C | 4E | C |
| Octal | 53 | 7 | 70 | 27 | 130 | 0 | 116 | 434 | 116 | 14 |
| Binary | 101011 | 111 | 111000 | 10111 | 1011000 | 0 | 1001110 | 100011100 | 1001110 | 1100 |
Color Harmonies of #2B0738
Complementary color
Monochromatic Colors of #2B0738
Black with #2B0738
Text Example
Text Example
White with #2B0738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0738; }
p { color: rgb(43,7,56); }
H1.HeaderClassName
{
color: #2B0738;
}
.AnyTagClassName
{
color: #2B0738;
}
</style>
background-color css
<style>
a { background-color: #2B0738; }
a { background-color: rgb(43,7,56); }
div.DivClassName
{
background-color: #2B0738;
}
.BgClassName
{
background-color: #2B0738;
}
</style>
border-color css
<style>
span { border-color: #2B0738; }
span { border-color: rgb(43,7,56); }
td.TdClassName
{
border-color: #2B0738;
}
.TagClassName
{
border-color: #2B0738;
}
</style>