Shades of Blackcurrant #2D013C
Tints of Blackcurrant #2D013C
RGB
CMYK
RGB Variations
Color information
#2D013C (or 0x2D013C) is known color: Blackcurrant. HEX triplet: 2D, 01 and 3C. RGB value is (45,1,60). Sum of RGB (Red+Green+Blue) = 45+1+60=106 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.45% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 60 (23.83% from 255 or 56.60% from 106); Max value from RGB is 60 - color contains mainly: blue. Hex color #2D013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D013C is #D2FEC3. Grayscale: #141414. Windows color (decimal): -13827780 or 3932461. OLE color: 3932461.
HSL color Cylindrical-coordinate representation of color #2D013C: hue angle of 284.75º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D013C is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 1 | 60 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.76 |
| HSL | 284.75º | 0.97% | 0.12% | - |
| HSV(B) | 284.75º | 0.98% | 0.24% | - |
| XYZ | 1.91 | 0.91 | 4.35 | - |
| YUV | 20.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 60 | 0.25 | 0.98 | 0 | 0.76 | 284.75 | 0.97 | 0.12 |
| Hex | 2D | 1 | 3C | 19 | 62 | 0 | 4C | 11D | 61 | C |
| Octal | 55 | 1 | 74 | 31 | 142 | 0 | 114 | 435 | 141 | 14 |
| Binary | 101101 | 1 | 111100 | 11001 | 1100010 | 0 | 1001100 | 100011101 | 1100001 | 1100 |
Color Harmonies of #2D013C
Complementary color
Monochromatic Colors of #2D013C
Black with #2D013C
Text Example
Text Example
White with #2D013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D013C; }
p { color: rgb(45,1,60); }
H1.HeaderClassName
{
color: #2D013C;
}
.AnyTagClassName
{
color: #2D013C;
}
</style>
background-color css
<style>
a { background-color: #2D013C; }
a { background-color: rgb(45,1,60); }
div.DivClassName
{
background-color: #2D013C;
}
.BgClassName
{
background-color: #2D013C;
}
</style>
border-color css
<style>
span { border-color: #2D013C; }
span { border-color: rgb(45,1,60); }
td.TdClassName
{
border-color: #2D013C;
}
.TagClassName
{
border-color: #2D013C;
}
</style>