Shades of Blackcurrant #2B083C
Tints of Blackcurrant #2B083C
RGB
CMYK
RGB Variations
Color information
#2B083C (or 0x2B083C) is known color: Blackcurrant. HEX triplet: 2B, 08 and 3C. RGB value is (43,8,60). Sum of RGB (Red+Green+Blue) = 43+8+60=111 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.74% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 60 (23.83% from 255 or 54.05% from 111); Max value from RGB is 60 - color contains mainly: blue. Hex color #2B083C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B083C is #D4F7C3. Grayscale: #181818. Windows color (decimal): -13957060 or 3934251. OLE color: 3934251.
HSL color Cylindrical-coordinate representation of color #2B083C: hue angle of 280.38º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B083C is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 8 | 60 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.76 |
| HSL | 280.38º | 0.76% | 0.13% | - |
| HSV(B) | 280.38º | 0.87% | 0.24% | - |
| XYZ | 1.9 | 1.01 | 4.37 | - |
| YUV | 24.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 60 | 0.28 | 0.87 | 0 | 0.76 | 280.38 | 0.76 | 0.13 |
| Hex | 2B | 8 | 3C | 1C | 57 | 0 | 4C | 118 | 4C | D |
| Octal | 53 | 10 | 74 | 34 | 127 | 0 | 114 | 430 | 114 | 15 |
| Binary | 101011 | 1000 | 111100 | 11100 | 1010111 | 0 | 1001100 | 100011000 | 1001100 | 1101 |
Color Harmonies of #2B083C
Complementary color
Monochromatic Colors of #2B083C
Black with #2B083C
Text Example
Text Example
White with #2B083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B083C; }
p { color: rgb(43,8,60); }
H1.HeaderClassName
{
color: #2B083C;
}
.AnyTagClassName
{
color: #2B083C;
}
</style>
background-color css
<style>
a { background-color: #2B083C; }
a { background-color: rgb(43,8,60); }
div.DivClassName
{
background-color: #2B083C;
}
.BgClassName
{
background-color: #2B083C;
}
</style>
border-color css
<style>
span { border-color: #2B083C; }
span { border-color: rgb(43,8,60); }
td.TdClassName
{
border-color: #2B083C;
}
.TagClassName
{
border-color: #2B083C;
}
</style>