Shades of Blackcurrant #2D003D
Tints of Blackcurrant #2D003D
RGB
CMYK
RGB Variations
Color information
#2D003D (or 0x2D003D) is known color: Blackcurrant. HEX triplet: 2D, 00 and 3D. RGB value is (45,0,61). Sum of RGB (Red+Green+Blue) = 45+0+61=106 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.45% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 61 (24.22% from 255 or 57.55% from 106); Max value from RGB is 61 - color contains mainly: blue. Hex color #2D003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D003D is #D2FFC2. Grayscale: #141414. Windows color (decimal): -13828035 or 3997741. OLE color: 3997741.
HSL color Cylindrical-coordinate representation of color #2D003D: hue angle of 284.26º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D003D is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 0 | 61 | - |
| CMYK | 0.26 | 1 | 0 | 0.76 |
| HSL | 284.26º | 1% | 0.12% | - |
| HSV(B) | 284.26º | 1% | 0.24% | - |
| XYZ | 1.92 | 0.89 | 4.49 | - |
| YUV | 20.41 | 150.91 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 61 | 0.26 | 1 | 0 | 0.76 | 284.26 | 1 | 0.12 |
| Hex | 2D | 0 | 3D | 1A | 64 | 0 | 4C | 11C | 64 | C |
| Octal | 55 | 0 | 75 | 32 | 144 | 0 | 114 | 434 | 144 | 14 |
| Binary | 101101 | 0 | 111101 | 11010 | 1100100 | 0 | 1001100 | 100011100 | 1100100 | 1100 |
Color Harmonies of #2D003D
Complementary color
Monochromatic Colors of #2D003D
Black with #2D003D
Text Example
Text Example
White with #2D003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D003D; }
p { color: rgb(45,0,61); }
H1.HeaderClassName
{
color: #2D003D;
}
.AnyTagClassName
{
color: #2D003D;
}
</style>
background-color css
<style>
a { background-color: #2D003D; }
a { background-color: rgb(45,0,61); }
div.DivClassName
{
background-color: #2D003D;
}
.BgClassName
{
background-color: #2D003D;
}
</style>
border-color css
<style>
span { border-color: #2D003D; }
span { border-color: rgb(45,0,61); }
td.TdClassName
{
border-color: #2D003D;
}
.TagClassName
{
border-color: #2D003D;
}
</style>