Shades of Blackcurrant #2B183E
Tints of Blackcurrant #2B183E
RGB
CMYK
RGB Variations
Color information
#2B183E (or 0x2B183E) is known color: Blackcurrant. HEX triplet: 2B, 18 and 3E. RGB value is (43,24,62). Sum of RGB (Red+Green+Blue) = 43+24+62=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 62 (24.61% from 255 or 48.06% from 129); Max value from RGB is 62 - color contains mainly: blue. Hex color #2B183E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B183E is #D4E7C1. Grayscale: #212121. Windows color (decimal): -13952962 or 4069419. OLE color: 4069419.
HSL color Cylindrical-coordinate representation of color #2B183E: hue angle of 270º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B183E is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 24 | 62 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.76 |
| HSL | 270º | 0.44% | 0.17% | - |
| HSV(B) | 270º | 0.61% | 0.24% | - |
| XYZ | 2.19 | 1.51 | 4.73 | - |
| YUV | 34.01 | 143.79 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 62 | 0.31 | 0.61 | 0 | 0.76 | 270 | 0.44 | 0.17 |
| Hex | 2B | 18 | 3E | 1F | 3D | 0 | 4C | 10E | 2C | 11 |
| Octal | 53 | 30 | 76 | 37 | 75 | 0 | 114 | 416 | 54 | 21 |
| Binary | 101011 | 11000 | 111110 | 11111 | 111101 | 0 | 1001100 | 100001110 | 101100 | 10001 |
Color Harmonies of #2B183E
Complementary color
Monochromatic Colors of #2B183E
Black with #2B183E
Text Example
Text Example
White with #2B183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B183E; }
p { color: rgb(43,24,62); }
H1.HeaderClassName
{
color: #2B183E;
}
.AnyTagClassName
{
color: #2B183E;
}
</style>
background-color css
<style>
a { background-color: #2B183E; }
a { background-color: rgb(43,24,62); }
div.DivClassName
{
background-color: #2B183E;
}
.BgClassName
{
background-color: #2B183E;
}
</style>
border-color css
<style>
span { border-color: #2B183E; }
span { border-color: rgb(43,24,62); }
td.TdClassName
{
border-color: #2B183E;
}
.TagClassName
{
border-color: #2B183E;
}
</style>