Shades of Blackcurrant #2B063C
Tints of Blackcurrant #2B063C
RGB
CMYK
RGB Variations
Color information
#2B063C (or 0x2B063C) is known color: Blackcurrant. HEX triplet: 2B, 06 and 3C. RGB value is (43,6,60). Sum of RGB (Red+Green+Blue) = 43+6+60=109 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.45% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 60 (23.83% from 255 or 55.05% from 109); Max value from RGB is 60 - color contains mainly: blue. Hex color #2B063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B063C is #D4F9C3. Grayscale: #171717. Windows color (decimal): -13957572 or 3933739. OLE color: 3933739.
HSL color Cylindrical-coordinate representation of color #2B063C: hue angle of 281.11º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B063C is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 6 | 60 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.76 |
| HSL | 281.11º | 0.82% | 0.13% | - |
| HSV(B) | 281.11º | 0.9% | 0.24% | - |
| XYZ | 1.88 | 0.97 | 4.36 | - |
| YUV | 23.22 | 148.76 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 6 | 60 | 0.28 | 0.90 | 0 | 0.76 | 281.11 | 0.82 | 0.13 |
| Hex | 2B | 6 | 3C | 1C | 5A | 0 | 4C | 119 | 52 | D |
| Octal | 53 | 6 | 74 | 34 | 132 | 0 | 114 | 431 | 122 | 15 |
| Binary | 101011 | 110 | 111100 | 11100 | 1011010 | 0 | 1001100 | 100011001 | 1010010 | 1101 |
Color Harmonies of #2B063C
Complementary color
Monochromatic Colors of #2B063C
Black with #2B063C
Text Example
Text Example
White with #2B063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B063C; }
p { color: rgb(43,6,60); }
H1.HeaderClassName
{
color: #2B063C;
}
.AnyTagClassName
{
color: #2B063C;
}
</style>
background-color css
<style>
a { background-color: #2B063C; }
a { background-color: rgb(43,6,60); }
div.DivClassName
{
background-color: #2B063C;
}
.BgClassName
{
background-color: #2B063C;
}
</style>
border-color css
<style>
span { border-color: #2B063C; }
span { border-color: rgb(43,6,60); }
td.TdClassName
{
border-color: #2B063C;
}
.TagClassName
{
border-color: #2B063C;
}
</style>