Shades of Blackcurrant #2B024B
Tints of Blackcurrant #2B024B
RGB
CMYK
RGB Variations
Color information
#2B024B (or 0x2B024B) is known color: Blackcurrant. HEX triplet: 2B, 02 and 4B. RGB value is (43,2,75). Sum of RGB (Red+Green+Blue) = 43+2+75=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #2B024B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B024B is #D4FDB4. Grayscale: #161616. Windows color (decimal): -13958581 or 4915755. OLE color: 4915755.
HSL color Cylindrical-coordinate representation of color #2B024B: hue angle of 273.7º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B024B is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
RGB | 43 | 2 | 75 | - |
CMYK | 0.43 | 0.97 | 0 | 0.71 |
HSL | 273.7º | 0.95% | 0.15% | - |
HSV(B) | 273.7º | 0.97% | 0.29% | - |
XYZ | 2.29 | 1.07 | 6.74 | - |
YUV | 22.58 | 157.58 | 142.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 2 | 75 | 0.43 | 0.97 | 0 | 0.71 | 273.7 | 0.95 | 0.15 |
Hex | 2B | 2 | 4B | 2B | 61 | 0 | 47 | 112 | 5F | F |
Octal | 53 | 2 | 113 | 53 | 141 | 0 | 107 | 422 | 137 | 17 |
Binary | 101011 | 10 | 1001011 | 101011 | 1100001 | 0 | 1000111 | 100010010 | 1011111 | 1111 |
Color Harmonies of #2B024B
Complementary color
Monochromatic Colors of #2B024B
Black with #2B024B
Text Example
Text Example
White with #2B024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B024B; }
p { color: rgb(43,2,75); }
H1.HeaderClassName
{
color: #2B024B;
}
.AnyTagClassName
{
color: #2B024B;
}
</style>
background-color css
<style>
a { background-color: #2B024B; }
a { background-color: rgb(43,2,75); }
div.DivClassName
{
background-color: #2B024B;
}
.BgClassName
{
background-color: #2B024B;
}
</style>
border-color css
<style>
span { border-color: #2B024B; }
span { border-color: rgb(43,2,75); }
td.TdClassName
{
border-color: #2B024B;
}
.TagClassName
{
border-color: #2B024B;
}
</style>