Shades of Blackcurrant #2D004B
Tints of Blackcurrant #2D004B
RGB
CMYK
RGB Variations
Color information
#2D004B (or 0x2D004B) is known color: Blackcurrant. HEX triplet: 2D, 00 and 4B. RGB value is (45,0,75). Sum of RGB (Red+Green+Blue) = 45+0+75=120 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.5% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #2D004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D004B is #D2FFB4. Grayscale: #151515. Windows color (decimal): -13828021 or 4915245. OLE color: 4915245.
HSL color Cylindrical-coordinate representation of color #2D004B: hue angle of 276º 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 #2D004B is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 0 | 75 | - |
| CMYK | 0.40 | 1 | 0 | 0.71 |
| HSL | 276º | 1% | 0.15% | - |
| HSV(B) | 276º | 1% | 0.29% | - |
| XYZ | 2.35 | 1.07 | 6.74 | - |
| YUV | 22.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 75 | 0.40 | 1 | 0 | 0.71 | 276 | 1 | 0.15 |
| Hex | 2D | 0 | 4B | 28 | 64 | 0 | 47 | 114 | 64 | F |
| Octal | 55 | 0 | 113 | 50 | 144 | 0 | 107 | 424 | 144 | 17 |
| Binary | 101101 | 0 | 1001011 | 101000 | 1100100 | 0 | 1000111 | 100010100 | 1100100 | 1111 |
Color Harmonies of #2D004B
Complementary color
Monochromatic Colors of #2D004B
Black with #2D004B
Text Example
Text Example
White with #2D004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D004B; }
p { color: rgb(45,0,75); }
H1.HeaderClassName
{
color: #2D004B;
}
.AnyTagClassName
{
color: #2D004B;
}
</style>
background-color css
<style>
a { background-color: #2D004B; }
a { background-color: rgb(45,0,75); }
div.DivClassName
{
background-color: #2D004B;
}
.BgClassName
{
background-color: #2D004B;
}
</style>
border-color css
<style>
span { border-color: #2D004B; }
span { border-color: rgb(45,0,75); }
td.TdClassName
{
border-color: #2D004B;
}
.TagClassName
{
border-color: #2D004B;
}
</style>