Shades of Blackcurrant #3D0153
Tints of Blackcurrant #3D0153
RGB
CMYK
RGB Variations
Color information
#3D0153 (or 0x3D0153) is known color: Blackcurrant. HEX triplet: 3D, 01 and 53. RGB value is (61,1,83). Sum of RGB (Red+Green+Blue) = 61+1+83=145 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.07% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 83 (32.81% from 255 or 57.24% from 145); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D0153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0153 is #C2FEAC. Grayscale: #1C1C1C. Windows color (decimal): -12779181 or 5439805. OLE color: 5439805.
HSL color Cylindrical-coordinate representation of color #3D0153: hue angle of 283.9º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D0153 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 1 | 83 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.67 |
| HSL | 283.9º | 0.98% | 0.16% | - |
| HSV(B) | 283.9º | 0.99% | 0.33% | - |
| XYZ | 3.5 | 1.64 | 8.32 | - |
| YUV | 28.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 1 | 83 | 0.27 | 0.99 | 0 | 0.67 | 283.9 | 0.98 | 0.16 |
| Hex | 3D | 1 | 53 | 1B | 63 | 0 | 43 | 11C | 62 | 10 |
| Octal | 75 | 1 | 123 | 33 | 143 | 0 | 103 | 434 | 142 | 20 |
| Binary | 111101 | 1 | 1010011 | 11011 | 1100011 | 0 | 1000011 | 100011100 | 1100010 | 10000 |
Color Harmonies of #3D0153
Complementary color
Monochromatic Colors of #3D0153
Black with #3D0153
Text Example
Text Example
White with #3D0153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0153; }
p { color: rgb(61,1,83); }
H1.HeaderClassName
{
color: #3D0153;
}
.AnyTagClassName
{
color: #3D0153;
}
</style>
background-color css
<style>
a { background-color: #3D0153; }
a { background-color: rgb(61,1,83); }
div.DivClassName
{
background-color: #3D0153;
}
.BgClassName
{
background-color: #3D0153;
}
</style>
border-color css
<style>
span { border-color: #3D0153; }
span { border-color: rgb(61,1,83); }
td.TdClassName
{
border-color: #3D0153;
}
.TagClassName
{
border-color: #3D0153;
}
</style>