Shades of Blackcurrant #2D034B
Tints of Blackcurrant #2D034B
RGB
CMYK
RGB Variations
Color information
#2D034B (or 0x2D034B) is known color: Blackcurrant. HEX triplet: 2D, 03 and 4B. RGB value is (45,3,75). Sum of RGB (Red+Green+Blue) = 45+3+75=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 75 (29.69% from 255 or 60.98% from 123); Max value from RGB is 75 - color contains mainly: blue. Hex color #2D034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D034B is #D2FCB4. Grayscale: #171717. Windows color (decimal): -13827253 or 4916013. OLE color: 4916013.
HSL color Cylindrical-coordinate representation of color #2D034B: hue angle of 275º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D034B is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 3 | 75 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.71 |
| HSL | 275º | 0.92% | 0.15% | - |
| HSV(B) | 275º | 0.96% | 0.29% | - |
| XYZ | 2.38 | 1.13 | 6.75 | - |
| YUV | 23.77 | 156.91 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 3 | 75 | 0.40 | 0.96 | 0 | 0.71 | 275 | 0.92 | 0.15 |
| Hex | 2D | 3 | 4B | 28 | 60 | 0 | 47 | 113 | 5C | F |
| Octal | 55 | 3 | 113 | 50 | 140 | 0 | 107 | 423 | 134 | 17 |
| Binary | 101101 | 11 | 1001011 | 101000 | 1100000 | 0 | 1000111 | 100010011 | 1011100 | 1111 |
Color Harmonies of #2D034B
Complementary color
Monochromatic Colors of #2D034B
Black with #2D034B
Text Example
Text Example
White with #2D034B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D034B; }
p { color: rgb(45,3,75); }
H1.HeaderClassName
{
color: #2D034B;
}
.AnyTagClassName
{
color: #2D034B;
}
</style>
background-color css
<style>
a { background-color: #2D034B; }
a { background-color: rgb(45,3,75); }
div.DivClassName
{
background-color: #2D034B;
}
.BgClassName
{
background-color: #2D034B;
}
</style>
border-color css
<style>
span { border-color: #2D034B; }
span { border-color: rgb(45,3,75); }
td.TdClassName
{
border-color: #2D034B;
}
.TagClassName
{
border-color: #2D034B;
}
</style>