Shades of Blackcurrant #2B033C
Tints of Blackcurrant #2B033C
RGB
CMYK
RGB Variations
Color information
#2B033C (or 0x2B033C) is known color: Blackcurrant. HEX triplet: 2B, 03 and 3C. RGB value is (43,3,60). Sum of RGB (Red+Green+Blue) = 43+3+60=106 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.57% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 60 (23.83% from 255 or 56.60% from 106); Max value from RGB is 60 - color contains mainly: blue. Hex color #2B033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B033C is #D4FCC3. Grayscale: #151515. Windows color (decimal): -13958340 or 3932971. OLE color: 3932971.
HSL color Cylindrical-coordinate representation of color #2B033C: hue angle of 282.11º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B033C is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 3 | 60 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.76 |
| HSL | 282.11º | 0.9% | 0.12% | - |
| HSV(B) | 282.11º | 0.95% | 0.24% | - |
| XYZ | 1.84 | 0.9 | 4.35 | - |
| YUV | 21.46 | 149.75 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 3 | 60 | 0.28 | 0.95 | 0 | 0.76 | 282.11 | 0.9 | 0.12 |
| Hex | 2B | 3 | 3C | 1C | 5F | 0 | 4C | 11A | 5A | C |
| Octal | 53 | 3 | 74 | 34 | 137 | 0 | 114 | 432 | 132 | 14 |
| Binary | 101011 | 11 | 111100 | 11100 | 1011111 | 0 | 1001100 | 100011010 | 1011010 | 1100 |
Color Harmonies of #2B033C
Complementary color
Monochromatic Colors of #2B033C
Black with #2B033C
Text Example
Text Example
White with #2B033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B033C; }
p { color: rgb(43,3,60); }
H1.HeaderClassName
{
color: #2B033C;
}
.AnyTagClassName
{
color: #2B033C;
}
</style>
background-color css
<style>
a { background-color: #2B033C; }
a { background-color: rgb(43,3,60); }
div.DivClassName
{
background-color: #2B033C;
}
.BgClassName
{
background-color: #2B033C;
}
</style>
border-color css
<style>
span { border-color: #2B033C; }
span { border-color: rgb(43,3,60); }
td.TdClassName
{
border-color: #2B033C;
}
.TagClassName
{
border-color: #2B033C;
}
</style>