Shades of Blackcurrant #2D0233
Tints of Blackcurrant #2D0233
RGB
CMYK
RGB Variations
Color information
#2D0233 (or 0x2D0233) is known color: Blackcurrant. HEX triplet: 2D, 02 and 33. RGB value is (45,2,51). Sum of RGB (Red+Green+Blue) = 45+2+51=98 (12% of max value = 765). Red value is 45 (17.97% from 255 or 45.92% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 51 (20.31% from 255 or 52.04% from 98); Max value from RGB is 51 - color contains mainly: blue. Hex color #2D0233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0233 is #D2FDCC. Grayscale: #141414. Windows color (decimal): -13827533 or 3342893. OLE color: 3342893.
HSL color Cylindrical-coordinate representation of color #2D0233: hue angle of 292.65º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D0233 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 45 | 2 | 51 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.8 |
| HSL | 292.65º | 0.92% | 0.1% | - |
| HSV(B) | 292.65º | 0.96% | 0.2% | - |
| XYZ | 1.7 | 0.84 | 3.2 | - |
| YUV | 20.44 | 145.25 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 2 | 51 | 0.12 | 0.96 | 0 | 0.8 | 292.65 | 0.92 | 0.1 |
| Hex | 2D | 2 | 33 | C | 60 | 0 | 50 | 125 | 5C | A |
| Octal | 55 | 2 | 63 | 14 | 140 | 0 | 120 | 445 | 134 | 12 |
| Binary | 101101 | 10 | 110011 | 1100 | 1100000 | 0 | 1010000 | 100100101 | 1011100 | 1010 |
Color Harmonies of #2D0233
Complementary color
Monochromatic Colors of #2D0233
Black with #2D0233
Text Example
Text Example
White with #2D0233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0233; }
p { color: rgb(45,2,51); }
H1.HeaderClassName
{
color: #2D0233;
}
.AnyTagClassName
{
color: #2D0233;
}
</style>
background-color css
<style>
a { background-color: #2D0233; }
a { background-color: rgb(45,2,51); }
div.DivClassName
{
background-color: #2D0233;
}
.BgClassName
{
background-color: #2D0233;
}
</style>
border-color css
<style>
span { border-color: #2D0233; }
span { border-color: rgb(45,2,51); }
td.TdClassName
{
border-color: #2D0233;
}
.TagClassName
{
border-color: #2D0233;
}
</style>