Shades of Blackcurrant #2D0743
Tints of Blackcurrant #2D0743
RGB
CMYK
RGB Variations
Color information
#2D0743 (or 0x2D0743) is known color: Blackcurrant. HEX triplet: 2D, 07 and 43. RGB value is (45,7,67). Sum of RGB (Red+Green+Blue) = 45+7+67=119 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.82% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 67 (26.56% from 255 or 56.30% from 119); Max value from RGB is 67 - color contains mainly: blue. Hex color #2D0743 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0743 is #D2F8BC. Grayscale: #191919. Windows color (decimal): -13826237 or 4392749. OLE color: 4392749.
HSL color Cylindrical-coordinate representation of color #2D0743: hue angle of 278º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D0743 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 7 | 67 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.74 |
| HSL | 278º | 0.81% | 0.15% | - |
| HSV(B) | 278º | 0.9% | 0.26% | - |
| XYZ | 2.17 | 1.12 | 5.41 | - |
| YUV | 25.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 7 | 67 | 0.33 | 0.90 | 0 | 0.74 | 278 | 0.81 | 0.15 |
| Hex | 2D | 7 | 43 | 21 | 5A | 0 | 4A | 116 | 51 | F |
| Octal | 55 | 7 | 103 | 41 | 132 | 0 | 112 | 426 | 121 | 17 |
| Binary | 101101 | 111 | 1000011 | 100001 | 1011010 | 0 | 1001010 | 100010110 | 1010001 | 1111 |
Color Harmonies of #2D0743
Complementary color
Monochromatic Colors of #2D0743
Black with #2D0743
Text Example
Text Example
White with #2D0743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0743; }
p { color: rgb(45,7,67); }
H1.HeaderClassName
{
color: #2D0743;
}
.AnyTagClassName
{
color: #2D0743;
}
</style>
background-color css
<style>
a { background-color: #2D0743; }
a { background-color: rgb(45,7,67); }
div.DivClassName
{
background-color: #2D0743;
}
.BgClassName
{
background-color: #2D0743;
}
</style>
border-color css
<style>
span { border-color: #2D0743; }
span { border-color: rgb(45,7,67); }
td.TdClassName
{
border-color: #2D0743;
}
.TagClassName
{
border-color: #2D0743;
}
</style>