Shades of Blackcurrant #2B0A4A
Tints of Blackcurrant #2B0A4A
RGB
CMYK
RGB Variations
Color information
#2B0A4A (or 0x2B0A4A) is known color: Blackcurrant. HEX triplet: 2B, 0A and 4A. RGB value is (43,10,74). Sum of RGB (Red+Green+Blue) = 43+10+74=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 74 (29.30% from 255 or 58.27% from 127); Max value from RGB is 74 - color contains mainly: blue. Hex color #2B0A4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0A4A is #D4F5B5. Grayscale: #1A1A1A. Windows color (decimal): -13956534 or 4852267. OLE color: 4852267.
HSL color Cylindrical-coordinate representation of color #2B0A4A: hue angle of 270.94º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B0A4A is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 10 | 74 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.71 |
| HSL | 270.94º | 0.76% | 0.16% | - |
| HSV(B) | 270.94º | 0.86% | 0.29% | - |
| XYZ | 2.34 | 1.23 | 6.59 | - |
| YUV | 27.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 10 | 74 | 0.42 | 0.86 | 0 | 0.71 | 270.94 | 0.76 | 0.16 |
| Hex | 2B | A | 4A | 2A | 56 | 0 | 47 | 10F | 4C | 10 |
| Octal | 53 | 12 | 112 | 52 | 126 | 0 | 107 | 417 | 114 | 20 |
| Binary | 101011 | 1010 | 1001010 | 101010 | 1010110 | 0 | 1000111 | 100001111 | 1001100 | 10000 |
Color Harmonies of #2B0A4A
Complementary color
Monochromatic Colors of #2B0A4A
Black with #2B0A4A
Text Example
Text Example
White with #2B0A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0A4A; }
p { color: rgb(43,10,74); }
H1.HeaderClassName
{
color: #2B0A4A;
}
.AnyTagClassName
{
color: #2B0A4A;
}
</style>
background-color css
<style>
a { background-color: #2B0A4A; }
a { background-color: rgb(43,10,74); }
div.DivClassName
{
background-color: #2B0A4A;
}
.BgClassName
{
background-color: #2B0A4A;
}
</style>
border-color css
<style>
span { border-color: #2B0A4A; }
span { border-color: rgb(43,10,74); }
td.TdClassName
{
border-color: #2B0A4A;
}
.TagClassName
{
border-color: #2B0A4A;
}
</style>