Shades of Blackcurrant #3D0158
Tints of Blackcurrant #3D0158
RGB
CMYK
RGB Variations
Color information
#3D0158 (or 0x3D0158) is known color: Blackcurrant. HEX triplet: 3D, 01 and 58. RGB value is (61,1,88). Sum of RGB (Red+Green+Blue) = 61+1+88=150 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 88 (34.77% from 255 or 58.67% from 150); Max value from RGB is 88 - color contains mainly: blue. Hex color #3D0158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0158 is #C2FEA7. Grayscale: #1C1C1C. Windows color (decimal): -12779176 or 5767485. OLE color: 5767485.
HSL color Cylindrical-coordinate representation of color #3D0158: hue angle of 281.38º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D0158 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 1 | 88 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.65 |
| HSL | 281.38º | 0.98% | 0.17% | - |
| HSV(B) | 281.38º | 0.99% | 0.35% | - |
| XYZ | 3.7 | 1.72 | 9.37 | - |
| YUV | 28.86 | 161.38 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 1 | 88 | 0.31 | 0.99 | 0 | 0.65 | 281.38 | 0.98 | 0.17 |
| Hex | 3D | 1 | 58 | 1F | 63 | 0 | 41 | 119 | 62 | 11 |
| Octal | 75 | 1 | 130 | 37 | 143 | 0 | 101 | 431 | 142 | 21 |
| Binary | 111101 | 1 | 1011000 | 11111 | 1100011 | 0 | 1000001 | 100011001 | 1100010 | 10001 |
Color Harmonies of #3D0158
Complementary color
Monochromatic Colors of #3D0158
Black with #3D0158
Text Example
Text Example
White with #3D0158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0158; }
p { color: rgb(61,1,88); }
H1.HeaderClassName
{
color: #3D0158;
}
.AnyTagClassName
{
color: #3D0158;
}
</style>
background-color css
<style>
a { background-color: #3D0158; }
a { background-color: rgb(61,1,88); }
div.DivClassName
{
background-color: #3D0158;
}
.BgClassName
{
background-color: #3D0158;
}
</style>
border-color css
<style>
span { border-color: #3D0158; }
span { border-color: rgb(61,1,88); }
td.TdClassName
{
border-color: #3D0158;
}
.TagClassName
{
border-color: #3D0158;
}
</style>