Shades of Blackcurrant #2B0338
Tints of Blackcurrant #2B0338
RGB
CMYK
RGB Variations
Color information
#2B0338 (or 0x2B0338) is known color: Blackcurrant. HEX triplet: 2B, 03 and 38. RGB value is (43,3,56). Sum of RGB (Red+Green+Blue) = 43+3+56=102 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.16% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #2B0338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0338 is #D4FCC7. Grayscale: #141414. Windows color (decimal): -13958344 or 3670827. OLE color: 3670827.
HSL color Cylindrical-coordinate representation of color #2B0338: hue angle of 285.28º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0338 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 3 | 56 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.78 |
| HSL | 285.28º | 0.9% | 0.12% | - |
| HSV(B) | 285.28º | 0.95% | 0.22% | - |
| XYZ | 1.74 | 0.86 | 3.82 | - |
| YUV | 21 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 3 | 56 | 0.23 | 0.95 | 0 | 0.78 | 285.28 | 0.9 | 0.12 |
| Hex | 2B | 3 | 38 | 17 | 5F | 0 | 4E | 11D | 5A | C |
| Octal | 53 | 3 | 70 | 27 | 137 | 0 | 116 | 435 | 132 | 14 |
| Binary | 101011 | 11 | 111000 | 10111 | 1011111 | 0 | 1001110 | 100011101 | 1011010 | 1100 |
Color Harmonies of #2B0338
Complementary color
Monochromatic Colors of #2B0338
Black with #2B0338
Text Example
Text Example
White with #2B0338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0338; }
p { color: rgb(43,3,56); }
H1.HeaderClassName
{
color: #2B0338;
}
.AnyTagClassName
{
color: #2B0338;
}
</style>
background-color css
<style>
a { background-color: #2B0338; }
a { background-color: rgb(43,3,56); }
div.DivClassName
{
background-color: #2B0338;
}
.BgClassName
{
background-color: #2B0338;
}
</style>
border-color css
<style>
span { border-color: #2B0338; }
span { border-color: rgb(43,3,56); }
td.TdClassName
{
border-color: #2B0338;
}
.TagClassName
{
border-color: #2B0338;
}
</style>