Shades of Blackcurrant #2D0138
Tints of Blackcurrant #2D0138
RGB
CMYK
RGB Variations
Color information
#2D0138 (or 0x2D0138) is known color: Blackcurrant. HEX triplet: 2D, 01 and 38. RGB value is (45,1,56). Sum of RGB (Red+Green+Blue) = 45+1+56=102 (13% of max value = 765). Red value is 45 (17.97% from 255 or 44.12% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #2D0138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0138 is #D2FEC7. Grayscale: #141414. Windows color (decimal): -13827784 or 3670317. OLE color: 3670317.
HSL color Cylindrical-coordinate representation of color #2D0138: hue angle of 288º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D0138 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 1 | 56 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.78 |
| HSL | 288º | 0.96% | 0.11% | - |
| HSV(B) | 288º | 0.98% | 0.22% | - |
| XYZ | 1.81 | 0.87 | 3.81 | - |
| YUV | 20.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 56 | 0.20 | 0.98 | 0 | 0.78 | 288 | 0.96 | 0.11 |
| Hex | 2D | 1 | 38 | 14 | 62 | 0 | 4E | 120 | 60 | B |
| Octal | 55 | 1 | 70 | 24 | 142 | 0 | 116 | 440 | 140 | 13 |
| Binary | 101101 | 1 | 111000 | 10100 | 1100010 | 0 | 1001110 | 100100000 | 1100000 | 1011 |
Color Harmonies of #2D0138
Complementary color
Monochromatic Colors of #2D0138
Black with #2D0138
Text Example
Text Example
White with #2D0138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0138; }
p { color: rgb(45,1,56); }
H1.HeaderClassName
{
color: #2D0138;
}
.AnyTagClassName
{
color: #2D0138;
}
</style>
background-color css
<style>
a { background-color: #2D0138; }
a { background-color: rgb(45,1,56); }
div.DivClassName
{
background-color: #2D0138;
}
.BgClassName
{
background-color: #2D0138;
}
</style>
border-color css
<style>
span { border-color: #2D0138; }
span { border-color: rgb(45,1,56); }
td.TdClassName
{
border-color: #2D0138;
}
.TagClassName
{
border-color: #2D0138;
}
</style>