Shades of Blackcurrant #2D094B
Tints of Blackcurrant #2D094B
RGB
CMYK
RGB Variations
Color information
#2D094B (or 0x2D094B) is known color: Blackcurrant. HEX triplet: 2D, 09 and 4B. RGB value is (45,9,75). Sum of RGB (Red+Green+Blue) = 45+9+75=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 75 (29.69% from 255 or 58.14% from 129); Max value from RGB is 75 - color contains mainly: blue. Hex color #2D094B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D094B is #D2F6B4. Grayscale: #1B1B1B. Windows color (decimal): -13825717 or 4917549. OLE color: 4917549.
HSL color Cylindrical-coordinate representation of color #2D094B: hue angle of 272.73º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D094B is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 9 | 75 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.71 |
| HSL | 272.73º | 0.79% | 0.16% | - |
| HSV(B) | 272.73º | 0.88% | 0.29% | - |
| XYZ | 2.45 | 1.26 | 6.77 | - |
| YUV | 27.29 | 154.93 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 75 | 0.40 | 0.88 | 0 | 0.71 | 272.73 | 0.79 | 0.16 |
| Hex | 2D | 9 | 4B | 28 | 58 | 0 | 47 | 111 | 4F | 10 |
| Octal | 55 | 11 | 113 | 50 | 130 | 0 | 107 | 421 | 117 | 20 |
| Binary | 101101 | 1001 | 1001011 | 101000 | 1011000 | 0 | 1000111 | 100010001 | 1001111 | 10000 |
Color Harmonies of #2D094B
Complementary color
Monochromatic Colors of #2D094B
Black with #2D094B
Text Example
Text Example
White with #2D094B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D094B; }
p { color: rgb(45,9,75); }
H1.HeaderClassName
{
color: #2D094B;
}
.AnyTagClassName
{
color: #2D094B;
}
</style>
background-color css
<style>
a { background-color: #2D094B; }
a { background-color: rgb(45,9,75); }
div.DivClassName
{
background-color: #2D094B;
}
.BgClassName
{
background-color: #2D094B;
}
</style>
border-color css
<style>
span { border-color: #2D094B; }
span { border-color: rgb(45,9,75); }
td.TdClassName
{
border-color: #2D094B;
}
.TagClassName
{
border-color: #2D094B;
}
</style>