Shades of Blackcurrant #2B053C
Tints of Blackcurrant #2B053C
RGB
CMYK
RGB Variations
Color information
#2B053C (or 0x2B053C) is known color: Blackcurrant. HEX triplet: 2B, 05 and 3C. RGB value is (43,5,60). Sum of RGB (Red+Green+Blue) = 43+5+60=108 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.81% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 60 (23.83% from 255 or 55.56% from 108); Max value from RGB is 60 - color contains mainly: blue. Hex color #2B053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B053C is #D4FAC3. Grayscale: #161616. Windows color (decimal): -13957828 or 3933483. OLE color: 3933483.
HSL color Cylindrical-coordinate representation of color #2B053C: hue angle of 281.45º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B053C is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 43 | 5 | 60 | - |
CMYK | 0.28 | 0.92 | 0 | 0.76 |
HSL | 281.45º | 0.85% | 0.13% | - |
HSV(B) | 281.45º | 0.92% | 0.24% | - |
XYZ | 1.87 | 0.95 | 4.36 | - |
YUV | 22.63 | 149.09 | 142.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 5 | 60 | 0.28 | 0.92 | 0 | 0.76 | 281.45 | 0.85 | 0.13 |
Hex | 2B | 5 | 3C | 1C | 5C | 0 | 4C | 119 | 55 | D |
Octal | 53 | 5 | 74 | 34 | 134 | 0 | 114 | 431 | 125 | 15 |
Binary | 101011 | 101 | 111100 | 11100 | 1011100 | 0 | 1001100 | 100011001 | 1010101 | 1101 |
Color Harmonies of #2B053C
Complementary color
Monochromatic Colors of #2B053C
Black with #2B053C
Text Example
Text Example
White with #2B053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B053C; }
p { color: rgb(43,5,60); }
H1.HeaderClassName
{
color: #2B053C;
}
.AnyTagClassName
{
color: #2B053C;
}
</style>
background-color css
<style>
a { background-color: #2B053C; }
a { background-color: rgb(43,5,60); }
div.DivClassName
{
background-color: #2B053C;
}
.BgClassName
{
background-color: #2B053C;
}
</style>
border-color css
<style>
span { border-color: #2B053C; }
span { border-color: rgb(43,5,60); }
td.TdClassName
{
border-color: #2B053C;
}
.TagClassName
{
border-color: #2B053C;
}
</style>