Shades of Blackcurrant #2B123F
Tints of Blackcurrant #2B123F
RGB
CMYK
RGB Variations
Color information
#2B123F (or 0x2B123F) is known color: Blackcurrant. HEX triplet: 2B, 12 and 3F. RGB value is (43,18,63). Sum of RGB (Red+Green+Blue) = 43+18+63=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B123F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B123F is #D4EDC0. Grayscale: #1E1E1E. Windows color (decimal): -13954497 or 4133419. OLE color: 4133419.
HSL color Cylindrical-coordinate representation of color #2B123F: hue angle of 273.33º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B123F is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 18 | 63 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.75 |
| HSL | 273.33º | 0.56% | 0.16% | - |
| HSV(B) | 273.33º | 0.71% | 0.25% | - |
| XYZ | 2.11 | 1.31 | 4.84 | - |
| YUV | 30.61 | 146.28 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 18 | 63 | 0.32 | 0.71 | 0 | 0.75 | 273.33 | 0.56 | 0.16 |
| Hex | 2B | 12 | 3F | 20 | 47 | 0 | 4B | 111 | 38 | 10 |
| Octal | 53 | 22 | 77 | 40 | 107 | 0 | 113 | 421 | 70 | 20 |
| Binary | 101011 | 10010 | 111111 | 100000 | 1000111 | 0 | 1001011 | 100010001 | 111000 | 10000 |
Color Harmonies of #2B123F
Complementary color
Monochromatic Colors of #2B123F
Black with #2B123F
Text Example
Text Example
White with #2B123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B123F; }
p { color: rgb(43,18,63); }
H1.HeaderClassName
{
color: #2B123F;
}
.AnyTagClassName
{
color: #2B123F;
}
</style>
background-color css
<style>
a { background-color: #2B123F; }
a { background-color: rgb(43,18,63); }
div.DivClassName
{
background-color: #2B123F;
}
.BgClassName
{
background-color: #2B123F;
}
</style>
border-color css
<style>
span { border-color: #2B123F; }
span { border-color: rgb(43,18,63); }
td.TdClassName
{
border-color: #2B123F;
}
.TagClassName
{
border-color: #2B123F;
}
</style>