Shades of Blackcurrant #2B143B
Tints of Blackcurrant #2B143B
RGB
CMYK
RGB Variations
Color information
#2B143B (or 0x2B143B) is known color: Blackcurrant. HEX triplet: 2B, 14 and 3B. RGB value is (43,20,59). Sum of RGB (Red+Green+Blue) = 43+20+59=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 59 (23.44% from 255 or 48.36% from 122); Max value from RGB is 59 - color contains mainly: blue. Hex color #2B143B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B143B is #D4EBC4. Grayscale: #1F1F1F. Windows color (decimal): -13953989 or 3871787. OLE color: 3871787.
HSL color Cylindrical-coordinate representation of color #2B143B: hue angle of 275.38º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B143B is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 20 | 59 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.77 |
| HSL | 275.38º | 0.49% | 0.15% | - |
| HSV(B) | 275.38º | 0.66% | 0.23% | - |
| XYZ | 2.04 | 1.33 | 4.29 | - |
| YUV | 31.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 59 | 0.27 | 0.66 | 0 | 0.77 | 275.38 | 0.49 | 0.15 |
| Hex | 2B | 14 | 3B | 1B | 42 | 0 | 4D | 113 | 31 | F |
| Octal | 53 | 24 | 73 | 33 | 102 | 0 | 115 | 423 | 61 | 17 |
| Binary | 101011 | 10100 | 111011 | 11011 | 1000010 | 0 | 1001101 | 100010011 | 110001 | 1111 |
Color Harmonies of #2B143B
Complementary color
Monochromatic Colors of #2B143B
Black with #2B143B
Text Example
Text Example
White with #2B143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B143B; }
p { color: rgb(43,20,59); }
H1.HeaderClassName
{
color: #2B143B;
}
.AnyTagClassName
{
color: #2B143B;
}
</style>
background-color css
<style>
a { background-color: #2B143B; }
a { background-color: rgb(43,20,59); }
div.DivClassName
{
background-color: #2B143B;
}
.BgClassName
{
background-color: #2B143B;
}
</style>
border-color css
<style>
span { border-color: #2B143B; }
span { border-color: rgb(43,20,59); }
td.TdClassName
{
border-color: #2B143B;
}
.TagClassName
{
border-color: #2B143B;
}
</style>