Shades of Blackcurrant #2D0A4F
Tints of Blackcurrant #2D0A4F
RGB
CMYK
RGB Variations
Color information
#2D0A4F (or 0x2D0A4F) is known color: Blackcurrant. HEX triplet: 2D, 0A and 4F. RGB value is (45,10,79). Sum of RGB (Red+Green+Blue) = 45+10+79=134 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.58% from 134); Green value is 10 (4.30% from 255 or 7.46% from 134); Blue value is 79 (31.25% from 255 or 58.96% from 134); Max value from RGB is 79 - color contains mainly: blue. Hex color #2D0A4F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0A4F is #D2F5B0. Grayscale: #1C1C1C. Windows color (decimal): -13825457 or 5179949. OLE color: 5179949.
HSL color Cylindrical-coordinate representation of color #2D0A4F: hue angle of 270.43º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D0A4F is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 10 | 79 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.69 |
| HSL | 270.43º | 0.78% | 0.17% | - |
| HSV(B) | 270.43º | 0.87% | 0.31% | - |
| XYZ | 2.6 | 1.34 | 7.52 | - |
| YUV | 28.33 | 156.6 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 10 | 79 | 0.43 | 0.87 | 0 | 0.69 | 270.43 | 0.78 | 0.17 |
| Hex | 2D | A | 4F | 2B | 57 | 0 | 45 | 10E | 4E | 11 |
| Octal | 55 | 12 | 117 | 53 | 127 | 0 | 105 | 416 | 116 | 21 |
| Binary | 101101 | 1010 | 1001111 | 101011 | 1010111 | 0 | 1000101 | 100001110 | 1001110 | 10001 |
Color Harmonies of #2D0A4F
Complementary color
Monochromatic Colors of #2D0A4F
Black with #2D0A4F
Text Example
Text Example
White with #2D0A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0A4F; }
p { color: rgb(45,10,79); }
H1.HeaderClassName
{
color: #2D0A4F;
}
.AnyTagClassName
{
color: #2D0A4F;
}
</style>
background-color css
<style>
a { background-color: #2D0A4F; }
a { background-color: rgb(45,10,79); }
div.DivClassName
{
background-color: #2D0A4F;
}
.BgClassName
{
background-color: #2D0A4F;
}
</style>
border-color css
<style>
span { border-color: #2D0A4F; }
span { border-color: rgb(45,10,79); }
td.TdClassName
{
border-color: #2D0A4F;
}
.TagClassName
{
border-color: #2D0A4F;
}
</style>