Shades of Blackcurrant #2B0A4F
Tints of Blackcurrant #2B0A4F
RGB
CMYK
RGB Variations
Color information
#2B0A4F (or 0x2B0A4F) is known color: Blackcurrant. HEX triplet: 2B, 0A and 4F. RGB value is (43,10,79). Sum of RGB (Red+Green+Blue) = 43+10+79=132 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.58% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 79 (31.25% from 255 or 59.85% from 132); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B0A4F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0A4F is #D4F5B0. Grayscale: #1B1B1B. Windows color (decimal): -13956529 or 5179947. OLE color: 5179947.
HSL color Cylindrical-coordinate representation of color #2B0A4F: hue angle of 268.7º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B0A4F is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 10 | 79 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.69 |
| HSL | 268.7º | 0.78% | 0.17% | - |
| HSV(B) | 268.7º | 0.87% | 0.31% | - |
| XYZ | 2.52 | 1.3 | 7.51 | - |
| YUV | 27.73 | 156.93 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 10 | 79 | 0.46 | 0.87 | 0 | 0.69 | 268.7 | 0.78 | 0.17 |
| Hex | 2B | A | 4F | 2E | 57 | 0 | 45 | 10D | 4E | 11 |
| Octal | 53 | 12 | 117 | 56 | 127 | 0 | 105 | 415 | 116 | 21 |
| Binary | 101011 | 1010 | 1001111 | 101110 | 1010111 | 0 | 1000101 | 100001101 | 1001110 | 10001 |
Color Harmonies of #2B0A4F
Complementary color
Monochromatic Colors of #2B0A4F
Black with #2B0A4F
Text Example
Text Example
White with #2B0A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0A4F; }
p { color: rgb(43,10,79); }
H1.HeaderClassName
{
color: #2B0A4F;
}
.AnyTagClassName
{
color: #2B0A4F;
}
</style>
background-color css
<style>
a { background-color: #2B0A4F; }
a { background-color: rgb(43,10,79); }
div.DivClassName
{
background-color: #2B0A4F;
}
.BgClassName
{
background-color: #2B0A4F;
}
</style>
border-color css
<style>
span { border-color: #2B0A4F; }
span { border-color: rgb(43,10,79); }
td.TdClassName
{
border-color: #2B0A4F;
}
.TagClassName
{
border-color: #2B0A4F;
}
</style>