Shades of Blackcurrant #2D034C
Tints of Blackcurrant #2D034C
RGB
CMYK
RGB Variations
Color information
#2D034C (or 0x2D034C) is known color: Blackcurrant. HEX triplet: 2D, 03 and 4C. RGB value is (45,3,76). Sum of RGB (Red+Green+Blue) = 45+3+76=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 76 (30.08% from 255 or 61.29% from 124); Max value from RGB is 76 - color contains mainly: blue. Hex color #2D034C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D034C is #D2FCB3. Grayscale: #171717. Windows color (decimal): -13827252 or 4981549. OLE color: 4981549.
HSL color Cylindrical-coordinate representation of color #2D034C: hue angle of 274.52º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D034C is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 45 | 3 | 76 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.70 |
| HSL | 274.52º | 0.92% | 0.15% | - |
| HSV(B) | 274.52º | 0.96% | 0.3% | - |
| XYZ | 2.42 | 1.14 | 6.93 | - |
| YUV | 23.88 | 157.41 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 3 | 76 | 0.41 | 0.96 | 0 | 0.70 | 274.52 | 0.92 | 0.15 |
| Hex | 2D | 3 | 4C | 29 | 60 | 0 | 46 | 113 | 5C | F |
| Octal | 55 | 3 | 114 | 51 | 140 | 0 | 106 | 423 | 134 | 17 |
| Binary | 101101 | 11 | 1001100 | 101001 | 1100000 | 0 | 1000110 | 100010011 | 1011100 | 1111 |
Color Harmonies of #2D034C
Complementary color
Monochromatic Colors of #2D034C
Black with #2D034C
Text Example
Text Example
White with #2D034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D034C; }
p { color: rgb(45,3,76); }
H1.HeaderClassName
{
color: #2D034C;
}
.AnyTagClassName
{
color: #2D034C;
}
</style>
background-color css
<style>
a { background-color: #2D034C; }
a { background-color: rgb(45,3,76); }
div.DivClassName
{
background-color: #2D034C;
}
.BgClassName
{
background-color: #2D034C;
}
</style>
border-color css
<style>
span { border-color: #2D034C; }
span { border-color: rgb(45,3,76); }
td.TdClassName
{
border-color: #2D034C;
}
.TagClassName
{
border-color: #2D034C;
}
</style>