Shades of Blackcurrant #2D094F
Tints of Blackcurrant #2D094F
RGB
CMYK
RGB Variations
Color information
#2D094F (or 0x2D094F) is known color: Blackcurrant. HEX triplet: 2D, 09 and 4F. RGB value is (45,9,79). Sum of RGB (Red+Green+Blue) = 45+9+79=133 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.83% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 79 (31.25% from 255 or 59.40% from 133); Max value from RGB is 79 - color contains mainly: blue. Hex color #2D094F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D094F is #D2F6B0. Grayscale: #1B1B1B. Windows color (decimal): -13825713 or 5179693. OLE color: 5179693.
HSL color Cylindrical-coordinate representation of color #2D094F: hue angle of 270.86º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D094F is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 9 | 79 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.69 |
| HSL | 270.86º | 0.8% | 0.17% | - |
| HSV(B) | 270.86º | 0.89% | 0.31% | - |
| XYZ | 2.59 | 1.32 | 7.51 | - |
| YUV | 27.74 | 156.93 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 79 | 0.43 | 0.89 | 0 | 0.69 | 270.86 | 0.8 | 0.17 |
| Hex | 2D | 9 | 4F | 2B | 59 | 0 | 45 | 10F | 50 | 11 |
| Octal | 55 | 11 | 117 | 53 | 131 | 0 | 105 | 417 | 120 | 21 |
| Binary | 101101 | 1001 | 1001111 | 101011 | 1011001 | 0 | 1000101 | 100001111 | 1010000 | 10001 |
Color Harmonies of #2D094F
Complementary color
Monochromatic Colors of #2D094F
Black with #2D094F
Text Example
Text Example
White with #2D094F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D094F; }
p { color: rgb(45,9,79); }
H1.HeaderClassName
{
color: #2D094F;
}
.AnyTagClassName
{
color: #2D094F;
}
</style>
background-color css
<style>
a { background-color: #2D094F; }
a { background-color: rgb(45,9,79); }
div.DivClassName
{
background-color: #2D094F;
}
.BgClassName
{
background-color: #2D094F;
}
</style>
border-color css
<style>
span { border-color: #2D094F; }
span { border-color: rgb(45,9,79); }
td.TdClassName
{
border-color: #2D094F;
}
.TagClassName
{
border-color: #2D094F;
}
</style>