Shades of Blackcurrant #2D094E
Tints of Blackcurrant #2D094E
RGB
CMYK
RGB Variations
Color information
#2D094E (or 0x2D094E) is known color: Blackcurrant. HEX triplet: 2D, 09 and 4E. RGB value is (45,9,78). Sum of RGB (Red+Green+Blue) = 45+9+78=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #2D094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D094E is #D2F6B1. Grayscale: #1B1B1B. Windows color (decimal): -13825714 or 5114157. OLE color: 5114157.
HSL color Cylindrical-coordinate representation of color #2D094E: hue angle of 271.3º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D094E is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 9 | 78 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.69 |
| HSL | 271.3º | 0.79% | 0.17% | - |
| HSV(B) | 271.3º | 0.88% | 0.31% | - |
| XYZ | 2.56 | 1.3 | 7.32 | - |
| YUV | 27.63 | 156.43 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 78 | 0.42 | 0.88 | 0 | 0.69 | 271.3 | 0.79 | 0.17 |
| Hex | 2D | 9 | 4E | 2A | 58 | 0 | 45 | 10F | 4F | 11 |
| Octal | 55 | 11 | 116 | 52 | 130 | 0 | 105 | 417 | 117 | 21 |
| Binary | 101101 | 1001 | 1001110 | 101010 | 1011000 | 0 | 1000101 | 100001111 | 1001111 | 10001 |
Color Harmonies of #2D094E
Complementary color
Monochromatic Colors of #2D094E
Black with #2D094E
Text Example
Text Example
White with #2D094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D094E; }
p { color: rgb(45,9,78); }
H1.HeaderClassName
{
color: #2D094E;
}
.AnyTagClassName
{
color: #2D094E;
}
</style>
background-color css
<style>
a { background-color: #2D094E; }
a { background-color: rgb(45,9,78); }
div.DivClassName
{
background-color: #2D094E;
}
.BgClassName
{
background-color: #2D094E;
}
</style>
border-color css
<style>
span { border-color: #2D094E; }
span { border-color: rgb(45,9,78); }
td.TdClassName
{
border-color: #2D094E;
}
.TagClassName
{
border-color: #2D094E;
}
</style>