Shades of Blackcurrant #2B0C41
Tints of Blackcurrant #2B0C41
RGB
CMYK
RGB Variations
Color information
#2B0C41 (or 0x2B0C41) is known color: Blackcurrant. HEX triplet: 2B, 0C and 41. RGB value is (43,12,65). Sum of RGB (Red+Green+Blue) = 43+12+65=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 12 (5.08% from 255 or 10% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #2B0C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0C41 is #D4F3BE. Grayscale: #1B1B1B. Windows color (decimal): -13956031 or 4262955. OLE color: 4262955.
HSL color Cylindrical-coordinate representation of color #2B0C41: hue angle of 275.09º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B0C41 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 12 | 65 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.75 |
| HSL | 275.09º | 0.69% | 0.15% | - |
| HSV(B) | 275.09º | 0.82% | 0.25% | - |
| XYZ | 2.08 | 1.16 | 5.11 | - |
| YUV | 27.31 | 149.27 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 12 | 65 | 0.34 | 0.82 | 0 | 0.75 | 275.09 | 0.69 | 0.15 |
| Hex | 2B | C | 41 | 22 | 52 | 0 | 4B | 113 | 45 | F |
| Octal | 53 | 14 | 101 | 42 | 122 | 0 | 113 | 423 | 105 | 17 |
| Binary | 101011 | 1100 | 1000001 | 100010 | 1010010 | 0 | 1001011 | 100010011 | 1000101 | 1111 |
Color Harmonies of #2B0C41
Complementary color
Monochromatic Colors of #2B0C41
Black with #2B0C41
Text Example
Text Example
White with #2B0C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0C41; }
p { color: rgb(43,12,65); }
H1.HeaderClassName
{
color: #2B0C41;
}
.AnyTagClassName
{
color: #2B0C41;
}
</style>
background-color css
<style>
a { background-color: #2B0C41; }
a { background-color: rgb(43,12,65); }
div.DivClassName
{
background-color: #2B0C41;
}
.BgClassName
{
background-color: #2B0C41;
}
</style>
border-color css
<style>
span { border-color: #2B0C41; }
span { border-color: rgb(43,12,65); }
td.TdClassName
{
border-color: #2B0C41;
}
.TagClassName
{
border-color: #2B0C41;
}
</style>