Shades of Blackcurrant #2B0C4D
Tints of Blackcurrant #2B0C4D
RGB
CMYK
RGB Variations
Color information
#2B0C4D (or 0x2B0C4D) is known color: Blackcurrant. HEX triplet: 2B, 0C and 4D. RGB value is (43,12,77). Sum of RGB (Red+Green+Blue) = 43+12+77=132 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.58% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B0C4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0C4D is #D4F3B2. Grayscale: #1C1C1C. Windows color (decimal): -13956019 or 5049387. OLE color: 5049387.
HSL color Cylindrical-coordinate representation of color #2B0C4D: hue angle of 268.62º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B0C4D is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 12 | 77 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.70 |
| HSL | 268.62º | 0.73% | 0.17% | - |
| HSV(B) | 268.62º | 0.84% | 0.3% | - |
| XYZ | 2.47 | 1.31 | 7.14 | - |
| YUV | 28.68 | 155.27 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 12 | 77 | 0.44 | 0.84 | 0 | 0.70 | 268.62 | 0.73 | 0.17 |
| Hex | 2B | C | 4D | 2C | 54 | 0 | 46 | 10D | 49 | 11 |
| Octal | 53 | 14 | 115 | 54 | 124 | 0 | 106 | 415 | 111 | 21 |
| Binary | 101011 | 1100 | 1001101 | 101100 | 1010100 | 0 | 1000110 | 100001101 | 1001001 | 10001 |
Color Harmonies of #2B0C4D
Complementary color
Monochromatic Colors of #2B0C4D
Black with #2B0C4D
Text Example
Text Example
White with #2B0C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0C4D; }
p { color: rgb(43,12,77); }
H1.HeaderClassName
{
color: #2B0C4D;
}
.AnyTagClassName
{
color: #2B0C4D;
}
</style>
background-color css
<style>
a { background-color: #2B0C4D; }
a { background-color: rgb(43,12,77); }
div.DivClassName
{
background-color: #2B0C4D;
}
.BgClassName
{
background-color: #2B0C4D;
}
</style>
border-color css
<style>
span { border-color: #2B0C4D; }
span { border-color: rgb(43,12,77); }
td.TdClassName
{
border-color: #2B0C4D;
}
.TagClassName
{
border-color: #2B0C4D;
}
</style>