Shades of Blackcurrant #2D004F
Tints of Blackcurrant #2D004F
RGB
CMYK
RGB Variations
Color information
#2D004F (or 0x2D004F) is known color: Blackcurrant. HEX triplet: 2D, 00 and 4F. RGB value is (45,0,79). Sum of RGB (Red+Green+Blue) = 45+0+79=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #2D004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D004F is #D2FFB0. Grayscale: #161616. Windows color (decimal): -13828017 or 5177389. OLE color: 5177389.
HSL color Cylindrical-coordinate representation of color #2D004F: hue angle of 274.18º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D004F is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 0 | 79 | - |
| CMYK | 0.43 | 1 | 0 | 0.69 |
| HSL | 274.18º | 1% | 0.15% | - |
| HSV(B) | 274.18º | 1% | 0.31% | - |
| XYZ | 2.49 | 1.12 | 7.48 | - |
| YUV | 22.46 | 159.91 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 79 | 0.43 | 1 | 0 | 0.69 | 274.18 | 1 | 0.15 |
| Hex | 2D | 0 | 4F | 2B | 64 | 0 | 45 | 112 | 64 | F |
| Octal | 55 | 0 | 117 | 53 | 144 | 0 | 105 | 422 | 144 | 17 |
| Binary | 101101 | 0 | 1001111 | 101011 | 1100100 | 0 | 1000101 | 100010010 | 1100100 | 1111 |
Color Harmonies of #2D004F
Complementary color
Monochromatic Colors of #2D004F
Black with #2D004F
Text Example
Text Example
White with #2D004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D004F; }
p { color: rgb(45,0,79); }
H1.HeaderClassName
{
color: #2D004F;
}
.AnyTagClassName
{
color: #2D004F;
}
</style>
background-color css
<style>
a { background-color: #2D004F; }
a { background-color: rgb(45,0,79); }
div.DivClassName
{
background-color: #2D004F;
}
.BgClassName
{
background-color: #2D004F;
}
</style>
border-color css
<style>
span { border-color: #2D004F; }
span { border-color: rgb(45,0,79); }
td.TdClassName
{
border-color: #2D004F;
}
.TagClassName
{
border-color: #2D004F;
}
</style>