Shades of Blackcurrant #2D004A
Tints of Blackcurrant #2D004A
RGB
CMYK
RGB Variations
Color information
#2D004A (or 0x2D004A) is known color: Blackcurrant. HEX triplet: 2D, 00 and 4A. RGB value is (45,0,74). Sum of RGB (Red+Green+Blue) = 45+0+74=119 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.82% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 74 (29.30% from 255 or 62.18% from 119); Max value from RGB is 74 - color contains mainly: blue. Hex color #2D004A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D004A is #D2FFB5. Grayscale: #151515. Windows color (decimal): -13828022 or 4849709. OLE color: 4849709.
HSL color Cylindrical-coordinate representation of color #2D004A: hue angle of 276.49º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D004A is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 0 | 74 | - |
| CMYK | 0.39 | 1 | 0 | 0.71 |
| HSL | 276.49º | 1% | 0.15% | - |
| HSV(B) | 276.49º | 1% | 0.29% | - |
| XYZ | 2.32 | 1.05 | 6.56 | - |
| YUV | 21.89 | 157.41 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 74 | 0.39 | 1 | 0 | 0.71 | 276.49 | 1 | 0.15 |
| Hex | 2D | 0 | 4A | 27 | 64 | 0 | 47 | 114 | 64 | F |
| Octal | 55 | 0 | 112 | 47 | 144 | 0 | 107 | 424 | 144 | 17 |
| Binary | 101101 | 0 | 1001010 | 100111 | 1100100 | 0 | 1000111 | 100010100 | 1100100 | 1111 |
Color Harmonies of #2D004A
Complementary color
Monochromatic Colors of #2D004A
Black with #2D004A
Text Example
Text Example
White with #2D004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D004A; }
p { color: rgb(45,0,74); }
H1.HeaderClassName
{
color: #2D004A;
}
.AnyTagClassName
{
color: #2D004A;
}
</style>
background-color css
<style>
a { background-color: #2D004A; }
a { background-color: rgb(45,0,74); }
div.DivClassName
{
background-color: #2D004A;
}
.BgClassName
{
background-color: #2D004A;
}
</style>
border-color css
<style>
span { border-color: #2D004A; }
span { border-color: rgb(45,0,74); }
td.TdClassName
{
border-color: #2D004A;
}
.TagClassName
{
border-color: #2D004A;
}
</style>