Shades of Blackcurrant #2B0448
Tints of Blackcurrant #2B0448
RGB
CMYK
RGB Variations
Color information
#2B0448 (or 0x2B0448) is known color: Blackcurrant. HEX triplet: 2B, 04 and 48. RGB value is (43,4,72). Sum of RGB (Red+Green+Blue) = 43+4+72=119 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.13% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 72 (28.52% from 255 or 60.50% from 119); Max value from RGB is 72 - color contains mainly: blue. Hex color #2B0448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0448 is #D4FBB7. Grayscale: #171717. Windows color (decimal): -13958072 or 4719659. OLE color: 4719659.
HSL color Cylindrical-coordinate representation of color #2B0448: hue angle of 274.41º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0448 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 4 | 72 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.72 |
| HSL | 274.41º | 0.89% | 0.15% | - |
| HSV(B) | 274.41º | 0.94% | 0.28% | - |
| XYZ | 2.21 | 1.07 | 6.22 | - |
| YUV | 23.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 72 | 0.40 | 0.94 | 0 | 0.72 | 274.41 | 0.89 | 0.15 |
| Hex | 2B | 4 | 48 | 28 | 5E | 0 | 48 | 112 | 59 | F |
| Octal | 53 | 4 | 110 | 50 | 136 | 0 | 110 | 422 | 131 | 17 |
| Binary | 101011 | 100 | 1001000 | 101000 | 1011110 | 0 | 1001000 | 100010010 | 1011001 | 1111 |
Color Harmonies of #2B0448
Complementary color
Monochromatic Colors of #2B0448
Black with #2B0448
Text Example
Text Example
White with #2B0448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0448; }
p { color: rgb(43,4,72); }
H1.HeaderClassName
{
color: #2B0448;
}
.AnyTagClassName
{
color: #2B0448;
}
</style>
background-color css
<style>
a { background-color: #2B0448; }
a { background-color: rgb(43,4,72); }
div.DivClassName
{
background-color: #2B0448;
}
.BgClassName
{
background-color: #2B0448;
}
</style>
border-color css
<style>
span { border-color: #2B0448; }
span { border-color: rgb(43,4,72); }
td.TdClassName
{
border-color: #2B0448;
}
.TagClassName
{
border-color: #2B0448;
}
</style>