Shades of Blackcurrant #2D013E
Tints of Blackcurrant #2D013E
RGB
CMYK
RGB Variations
Color information
#2D013E (or 0x2D013E) is known color: Blackcurrant. HEX triplet: 2D, 01 and 3E. RGB value is (45,1,62). Sum of RGB (Red+Green+Blue) = 45+1+62=108 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.67% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 62 (24.61% from 255 or 57.41% from 108); Max value from RGB is 62 - color contains mainly: blue. Hex color #2D013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D013E is #D2FEC1. Grayscale: #141414. Windows color (decimal): -13827778 or 4063533. OLE color: 4063533.
HSL color Cylindrical-coordinate representation of color #2D013E: hue angle of 283.28º 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 #2D013E is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 1 | 62 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.76 |
| HSL | 283.28º | 0.97% | 0.12% | - |
| HSV(B) | 283.28º | 0.98% | 0.24% | - |
| XYZ | 1.96 | 0.93 | 4.63 | - |
| YUV | 21.11 | 151.08 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 62 | 0.27 | 0.98 | 0 | 0.76 | 283.28 | 0.97 | 0.12 |
| Hex | 2D | 1 | 3E | 1B | 62 | 0 | 4C | 11B | 61 | C |
| Octal | 55 | 1 | 76 | 33 | 142 | 0 | 114 | 433 | 141 | 14 |
| Binary | 101101 | 1 | 111110 | 11011 | 1100010 | 0 | 1001100 | 100011011 | 1100001 | 1100 |
Color Harmonies of #2D013E
Complementary color
Monochromatic Colors of #2D013E
Black with #2D013E
Text Example
Text Example
White with #2D013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D013E; }
p { color: rgb(45,1,62); }
H1.HeaderClassName
{
color: #2D013E;
}
.AnyTagClassName
{
color: #2D013E;
}
</style>
background-color css
<style>
a { background-color: #2D013E; }
a { background-color: rgb(45,1,62); }
div.DivClassName
{
background-color: #2D013E;
}
.BgClassName
{
background-color: #2D013E;
}
</style>
border-color css
<style>
span { border-color: #2D013E; }
span { border-color: rgb(45,1,62); }
td.TdClassName
{
border-color: #2D013E;
}
.TagClassName
{
border-color: #2D013E;
}
</style>