Shades of Blackcurrant #2D0A50
Tints of Blackcurrant #2D0A50
RGB
CMYK
RGB Variations
Color information
#2D0A50 (or 0x2D0A50) is known color: Blackcurrant. HEX triplet: 2D, 0A and 50. RGB value is (45,10,80). Sum of RGB (Red+Green+Blue) = 45+10+80=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #2D0A50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0A50 is #D2F5AF. Grayscale: #1C1C1C. Windows color (decimal): -13825456 or 5245485. OLE color: 5245485.
HSL color Cylindrical-coordinate representation of color #2D0A50: hue angle of 270º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D0A50 is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 10 | 80 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.69 |
| HSL | 270º | 0.78% | 0.18% | - |
| HSV(B) | 270º | 0.88% | 0.31% | - |
| XYZ | 2.64 | 1.35 | 7.71 | - |
| YUV | 28.45 | 157.1 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 10 | 80 | 0.44 | 0.87 | 0 | 0.69 | 270 | 0.78 | 0.18 |
| Hex | 2D | A | 50 | 2C | 57 | 0 | 45 | 10E | 4E | 12 |
| Octal | 55 | 12 | 120 | 54 | 127 | 0 | 105 | 416 | 116 | 22 |
| Binary | 101101 | 1010 | 1010000 | 101100 | 1010111 | 0 | 1000101 | 100001110 | 1001110 | 10010 |
Color Harmonies of #2D0A50
Complementary color
Monochromatic Colors of #2D0A50
Black with #2D0A50
Text Example
Text Example
White with #2D0A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0A50; }
p { color: rgb(45,10,80); }
H1.HeaderClassName
{
color: #2D0A50;
}
.AnyTagClassName
{
color: #2D0A50;
}
</style>
background-color css
<style>
a { background-color: #2D0A50; }
a { background-color: rgb(45,10,80); }
div.DivClassName
{
background-color: #2D0A50;
}
.BgClassName
{
background-color: #2D0A50;
}
</style>
border-color css
<style>
span { border-color: #2D0A50; }
span { border-color: rgb(45,10,80); }
td.TdClassName
{
border-color: #2D0A50;
}
.TagClassName
{
border-color: #2D0A50;
}
</style>