Shades of Blackcurrant #2D044C
Tints of Blackcurrant #2D044C
RGB
CMYK
RGB Variations
Color information
#2D044C (or 0x2D044C) is known color: Blackcurrant. HEX triplet: 2D, 04 and 4C. RGB value is (45,4,76). Sum of RGB (Red+Green+Blue) = 45+4+76=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 76 (30.08% from 255 or 60.8% from 125); Max value from RGB is 76 - color contains mainly: blue. Hex color #2D044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D044C is #D2FBB3. Grayscale: #181818. Windows color (decimal): -13826996 or 4981805. OLE color: 4981805.
HSL color Cylindrical-coordinate representation of color #2D044C: hue angle of 274.17º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D044C is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 45 | 4 | 76 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.70 |
| HSL | 274.17º | 0.9% | 0.16% | - |
| HSV(B) | 274.17º | 0.95% | 0.3% | - |
| XYZ | 2.43 | 1.17 | 6.93 | - |
| YUV | 24.47 | 157.08 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 4 | 76 | 0.41 | 0.95 | 0 | 0.70 | 274.17 | 0.9 | 0.16 |
| Hex | 2D | 4 | 4C | 29 | 5F | 0 | 46 | 112 | 5A | 10 |
| Octal | 55 | 4 | 114 | 51 | 137 | 0 | 106 | 422 | 132 | 20 |
| Binary | 101101 | 100 | 1001100 | 101001 | 1011111 | 0 | 1000110 | 100010010 | 1011010 | 10000 |
Color Harmonies of #2D044C
Complementary color
Monochromatic Colors of #2D044C
Black with #2D044C
Text Example
Text Example
White with #2D044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D044C; }
p { color: rgb(45,4,76); }
H1.HeaderClassName
{
color: #2D044C;
}
.AnyTagClassName
{
color: #2D044C;
}
</style>
background-color css
<style>
a { background-color: #2D044C; }
a { background-color: rgb(45,4,76); }
div.DivClassName
{
background-color: #2D044C;
}
.BgClassName
{
background-color: #2D044C;
}
</style>
border-color css
<style>
span { border-color: #2D044C; }
span { border-color: rgb(45,4,76); }
td.TdClassName
{
border-color: #2D044C;
}
.TagClassName
{
border-color: #2D044C;
}
</style>