Shades of Blackcurrant #2B103E
Tints of Blackcurrant #2B103E
RGB
CMYK
RGB Variations
Color information
#2B103E (or 0x2B103E) is known color: Blackcurrant. HEX triplet: 2B, 10 and 3E. RGB value is (43,16,62). Sum of RGB (Red+Green+Blue) = 43+16+62=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 62 (24.61% from 255 or 51.24% from 121); Max value from RGB is 62 - color contains mainly: blue. Hex color #2B103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B103E is #D4EFC1. Grayscale: #1D1D1D. Windows color (decimal): -13955010 or 4067371. OLE color: 4067371.
HSL color Cylindrical-coordinate representation of color #2B103E: hue angle of 275.22º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B103E is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 16 | 62 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.76 |
| HSL | 275.22º | 0.59% | 0.15% | - |
| HSV(B) | 275.22º | 0.74% | 0.24% | - |
| XYZ | 2.05 | 1.23 | 4.69 | - |
| YUV | 29.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 16 | 62 | 0.31 | 0.74 | 0 | 0.76 | 275.22 | 0.59 | 0.15 |
| Hex | 2B | 10 | 3E | 1F | 4A | 0 | 4C | 113 | 3B | F |
| Octal | 53 | 20 | 76 | 37 | 112 | 0 | 114 | 423 | 73 | 17 |
| Binary | 101011 | 10000 | 111110 | 11111 | 1001010 | 0 | 1001100 | 100010011 | 111011 | 1111 |
Color Harmonies of #2B103E
Complementary color
Monochromatic Colors of #2B103E
Black with #2B103E
Text Example
Text Example
White with #2B103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B103E; }
p { color: rgb(43,16,62); }
H1.HeaderClassName
{
color: #2B103E;
}
.AnyTagClassName
{
color: #2B103E;
}
</style>
background-color css
<style>
a { background-color: #2B103E; }
a { background-color: rgb(43,16,62); }
div.DivClassName
{
background-color: #2B103E;
}
.BgClassName
{
background-color: #2B103E;
}
</style>
border-color css
<style>
span { border-color: #2B103E; }
span { border-color: rgb(43,16,62); }
td.TdClassName
{
border-color: #2B103E;
}
.TagClassName
{
border-color: #2B103E;
}
</style>