Shades of Blackcurrant #2D013A
Tints of Blackcurrant #2D013A
RGB
CMYK
RGB Variations
Color information
#2D013A (or 0x2D013A) is known color: Blackcurrant. HEX triplet: 2D, 01 and 3A. RGB value is (45,1,58). Sum of RGB (Red+Green+Blue) = 45+1+58=104 (13% of max value = 765). Red value is 45 (17.97% from 255 or 43.27% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 58 (23.05% from 255 or 55.77% from 104); Max value from RGB is 58 - color contains mainly: blue. Hex color #2D013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D013A is #D2FEC5. Grayscale: #141414. Windows color (decimal): -13827782 or 3801389. OLE color: 3801389.
HSL color Cylindrical-coordinate representation of color #2D013A: hue angle of 286.32º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D013A is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
RGB | 45 | 1 | 58 | - |
CMYK | 0.22 | 0.98 | 0 | 0.77 |
HSL | 286.32º | 0.97% | 0.12% | - |
HSV(B) | 286.32º | 0.98% | 0.23% | - |
XYZ | 1.86 | 0.89 | 4.08 | - |
YUV | 20.65 | 149.08 | 145.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 1 | 58 | 0.22 | 0.98 | 0 | 0.77 | 286.32 | 0.97 | 0.12 |
Hex | 2D | 1 | 3A | 16 | 62 | 0 | 4D | 11E | 61 | C |
Octal | 55 | 1 | 72 | 26 | 142 | 0 | 115 | 436 | 141 | 14 |
Binary | 101101 | 1 | 111010 | 10110 | 1100010 | 0 | 1001101 | 100011110 | 1100001 | 1100 |
Color Harmonies of #2D013A
Complementary color
Monochromatic Colors of #2D013A
Black with #2D013A
Text Example
Text Example
White with #2D013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D013A; }
p { color: rgb(45,1,58); }
H1.HeaderClassName
{
color: #2D013A;
}
.AnyTagClassName
{
color: #2D013A;
}
</style>
background-color css
<style>
a { background-color: #2D013A; }
a { background-color: rgb(45,1,58); }
div.DivClassName
{
background-color: #2D013A;
}
.BgClassName
{
background-color: #2D013A;
}
</style>
border-color css
<style>
span { border-color: #2D013A; }
span { border-color: rgb(45,1,58); }
td.TdClassName
{
border-color: #2D013A;
}
.TagClassName
{
border-color: #2D013A;
}
</style>