Shades of Blackcurrant #2D0850
Tints of Blackcurrant #2D0850
RGB
CMYK
RGB Variations
Color information
#2D0850 (or 0x2D0850) is known color: Blackcurrant. HEX triplet: 2D, 08 and 50. RGB value is (45,8,80). Sum of RGB (Red+Green+Blue) = 45+8+80=133 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.83% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #2D0850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0850 is #D2F7AF. Grayscale: #1B1B1B. Windows color (decimal): -13825968 or 5244973. OLE color: 5244973.
HSL color Cylindrical-coordinate representation of color #2D0850: hue angle of 270.83º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D0850 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 8 | 80 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.69 |
| HSL | 270.83º | 0.82% | 0.17% | - |
| HSV(B) | 270.83º | 0.9% | 0.31% | - |
| XYZ | 2.62 | 1.31 | 7.7 | - |
| YUV | 27.27 | 157.76 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 80 | 0.44 | 0.90 | 0 | 0.69 | 270.83 | 0.82 | 0.17 |
| Hex | 2D | 8 | 50 | 2C | 5A | 0 | 45 | 10F | 52 | 11 |
| Octal | 55 | 10 | 120 | 54 | 132 | 0 | 105 | 417 | 122 | 21 |
| Binary | 101101 | 1000 | 1010000 | 101100 | 1011010 | 0 | 1000101 | 100001111 | 1010010 | 10001 |
Color Harmonies of #2D0850
Complementary color
Monochromatic Colors of #2D0850
Black with #2D0850
Text Example
Text Example
White with #2D0850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0850; }
p { color: rgb(45,8,80); }
H1.HeaderClassName
{
color: #2D0850;
}
.AnyTagClassName
{
color: #2D0850;
}
</style>
background-color css
<style>
a { background-color: #2D0850; }
a { background-color: rgb(45,8,80); }
div.DivClassName
{
background-color: #2D0850;
}
.BgClassName
{
background-color: #2D0850;
}
</style>
border-color css
<style>
span { border-color: #2D0850; }
span { border-color: rgb(45,8,80); }
td.TdClassName
{
border-color: #2D0850;
}
.TagClassName
{
border-color: #2D0850;
}
</style>