Shades of Blackcurrant #3D0254
Tints of Blackcurrant #3D0254
RGB
CMYK
RGB Variations
Color information
#3D0254 (or 0x3D0254) is known color: Blackcurrant. HEX triplet: 3D, 02 and 54. RGB value is (61,2,84). Sum of RGB (Red+Green+Blue) = 61+2+84=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 84 (33.20% from 255 or 57.14% from 147); Max value from RGB is 84 - color contains mainly: blue. Hex color #3D0254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0254 is #C2FDAB. Grayscale: #1C1C1C. Windows color (decimal): -12778924 or 5505597. OLE color: 5505597.
HSL color Cylindrical-coordinate representation of color #3D0254: hue angle of 283.17º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D0254 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 2 | 84 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.67 |
| HSL | 283.17º | 0.95% | 0.17% | - |
| HSV(B) | 283.17º | 0.98% | 0.33% | - |
| XYZ | 3.55 | 1.68 | 8.52 | - |
| YUV | 28.99 | 159.05 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 2 | 84 | 0.27 | 0.98 | 0 | 0.67 | 283.17 | 0.95 | 0.17 |
| Hex | 3D | 2 | 54 | 1B | 62 | 0 | 43 | 11B | 5F | 11 |
| Octal | 75 | 2 | 124 | 33 | 142 | 0 | 103 | 433 | 137 | 21 |
| Binary | 111101 | 10 | 1010100 | 11011 | 1100010 | 0 | 1000011 | 100011011 | 1011111 | 10001 |
Color Harmonies of #3D0254
Complementary color
Monochromatic Colors of #3D0254
Black with #3D0254
Text Example
Text Example
White with #3D0254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0254; }
p { color: rgb(61,2,84); }
H1.HeaderClassName
{
color: #3D0254;
}
.AnyTagClassName
{
color: #3D0254;
}
</style>
background-color css
<style>
a { background-color: #3D0254; }
a { background-color: rgb(61,2,84); }
div.DivClassName
{
background-color: #3D0254;
}
.BgClassName
{
background-color: #3D0254;
}
</style>
border-color css
<style>
span { border-color: #3D0254; }
span { border-color: rgb(61,2,84); }
td.TdClassName
{
border-color: #3D0254;
}
.TagClassName
{
border-color: #3D0254;
}
</style>