Shades of Blackcurrant #2B103C
Tints of Blackcurrant #2B103C
RGB
CMYK
RGB Variations
Color information
#2B103C (or 0x2B103C) is known color: Blackcurrant. HEX triplet: 2B, 10 and 3C. RGB value is (43,16,60). Sum of RGB (Red+Green+Blue) = 43+16+60=119 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.13% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 60 (23.83% from 255 or 50.42% from 119); Max value from RGB is 60 - color contains mainly: blue. Hex color #2B103C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B103C is #D4EFC3. Grayscale: #1C1C1C. Windows color (decimal): -13955012 or 3936299. OLE color: 3936299.
HSL color Cylindrical-coordinate representation of color #2B103C: hue angle of 276.82º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B103C is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 16 | 60 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.76 |
| HSL | 276.82º | 0.58% | 0.15% | - |
| HSV(B) | 276.82º | 0.73% | 0.24% | - |
| XYZ | 2 | 1.21 | 4.4 | - |
| YUV | 29.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 16 | 60 | 0.28 | 0.73 | 0 | 0.76 | 276.82 | 0.58 | 0.15 |
| Hex | 2B | 10 | 3C | 1C | 49 | 0 | 4C | 115 | 3A | F |
| Octal | 53 | 20 | 74 | 34 | 111 | 0 | 114 | 425 | 72 | 17 |
| Binary | 101011 | 10000 | 111100 | 11100 | 1001001 | 0 | 1001100 | 100010101 | 111010 | 1111 |
Color Harmonies of #2B103C
Complementary color
Monochromatic Colors of #2B103C
Black with #2B103C
Text Example
Text Example
White with #2B103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B103C; }
p { color: rgb(43,16,60); }
H1.HeaderClassName
{
color: #2B103C;
}
.AnyTagClassName
{
color: #2B103C;
}
</style>
background-color css
<style>
a { background-color: #2B103C; }
a { background-color: rgb(43,16,60); }
div.DivClassName
{
background-color: #2B103C;
}
.BgClassName
{
background-color: #2B103C;
}
</style>
border-color css
<style>
span { border-color: #2B103C; }
span { border-color: rgb(43,16,60); }
td.TdClassName
{
border-color: #2B103C;
}
.TagClassName
{
border-color: #2B103C;
}
</style>