Shades of Blackcurrant #2D0A4A
Tints of Blackcurrant #2D0A4A
RGB
CMYK
RGB Variations
Color information
#2D0A4A (or 0x2D0A4A) is known color: Blackcurrant. HEX triplet: 2D, 0A and 4A. RGB value is (45,10,74). Sum of RGB (Red+Green+Blue) = 45+10+74=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 74 (29.30% from 255 or 57.36% from 129); Max value from RGB is 74 - color contains mainly: blue. Hex color #2D0A4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0A4A is #D2F5B5. Grayscale: #1B1B1B. Windows color (decimal): -13825462 or 4852269. OLE color: 4852269.
HSL color Cylindrical-coordinate representation of color #2D0A4A: hue angle of 272.81º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D0A4A is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 10 | 74 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.71 |
| HSL | 272.81º | 0.76% | 0.16% | - |
| HSV(B) | 272.81º | 0.86% | 0.29% | - |
| XYZ | 2.43 | 1.27 | 6.6 | - |
| YUV | 27.76 | 154.1 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 10 | 74 | 0.39 | 0.86 | 0 | 0.71 | 272.81 | 0.76 | 0.16 |
| Hex | 2D | A | 4A | 27 | 56 | 0 | 47 | 111 | 4C | 10 |
| Octal | 55 | 12 | 112 | 47 | 126 | 0 | 107 | 421 | 114 | 20 |
| Binary | 101101 | 1010 | 1001010 | 100111 | 1010110 | 0 | 1000111 | 100010001 | 1001100 | 10000 |
Color Harmonies of #2D0A4A
Complementary color
Monochromatic Colors of #2D0A4A
Black with #2D0A4A
Text Example
Text Example
White with #2D0A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0A4A; }
p { color: rgb(45,10,74); }
H1.HeaderClassName
{
color: #2D0A4A;
}
.AnyTagClassName
{
color: #2D0A4A;
}
</style>
background-color css
<style>
a { background-color: #2D0A4A; }
a { background-color: rgb(45,10,74); }
div.DivClassName
{
background-color: #2D0A4A;
}
.BgClassName
{
background-color: #2D0A4A;
}
</style>
border-color css
<style>
span { border-color: #2D0A4A; }
span { border-color: rgb(45,10,74); }
td.TdClassName
{
border-color: #2D0A4A;
}
.TagClassName
{
border-color: #2D0A4A;
}
</style>