Shades of Blackcurrant #2B0A42
Tints of Blackcurrant #2B0A42
RGB
CMYK
RGB Variations
Color information
#2B0A42 (or 0x2B0A42) is known color: Blackcurrant. HEX triplet: 2B, 0A and 42. RGB value is (43,10,66). Sum of RGB (Red+Green+Blue) = 43+10+66=119 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.13% from 119); Green value is 10 (4.30% from 255 or 8.40% from 119); Blue value is 66 (26.17% from 255 or 55.46% from 119); Max value from RGB is 66 - color contains mainly: blue. Hex color #2B0A42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0A42 is #D4F5BD. Grayscale: #1A1A1A. Windows color (decimal): -13956542 or 4327979. OLE color: 4327979.
HSL color Cylindrical-coordinate representation of color #2B0A42: hue angle of 275.36º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B0A42 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 10 | 66 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.74 |
| HSL | 275.36º | 0.74% | 0.15% | - |
| HSV(B) | 275.36º | 0.85% | 0.26% | - |
| XYZ | 2.09 | 1.12 | 5.26 | - |
| YUV | 26.25 | 150.43 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 10 | 66 | 0.35 | 0.85 | 0 | 0.74 | 275.36 | 0.74 | 0.15 |
| Hex | 2B | A | 42 | 23 | 55 | 0 | 4A | 113 | 4A | F |
| Octal | 53 | 12 | 102 | 43 | 125 | 0 | 112 | 423 | 112 | 17 |
| Binary | 101011 | 1010 | 1000010 | 100011 | 1010101 | 0 | 1001010 | 100010011 | 1001010 | 1111 |
Color Harmonies of #2B0A42
Complementary color
Monochromatic Colors of #2B0A42
Black with #2B0A42
Text Example
Text Example
White with #2B0A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0A42; }
p { color: rgb(43,10,66); }
H1.HeaderClassName
{
color: #2B0A42;
}
.AnyTagClassName
{
color: #2B0A42;
}
</style>
background-color css
<style>
a { background-color: #2B0A42; }
a { background-color: rgb(43,10,66); }
div.DivClassName
{
background-color: #2B0A42;
}
.BgClassName
{
background-color: #2B0A42;
}
</style>
border-color css
<style>
span { border-color: #2B0A42; }
span { border-color: rgb(43,10,66); }
td.TdClassName
{
border-color: #2B0A42;
}
.TagClassName
{
border-color: #2B0A42;
}
</style>