Shades of Blackcurrant #3D184B
Tints of Blackcurrant #3D184B
RGB
CMYK
RGB Variations
Color information
#3D184B (or 0x3D184B) is known color: Blackcurrant. HEX triplet: 3D, 18 and 4B. RGB value is (61,24,75). Sum of RGB (Red+Green+Blue) = 61+24+75=160 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.12% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D184B is #C2E7B4. Grayscale: #282828. Windows color (decimal): -12773301 or 4921405. OLE color: 4921405.
HSL color Cylindrical-coordinate representation of color #3D184B: hue angle of 283.53º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D184B is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 24 | 75 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.71 |
| HSL | 283.53º | 0.52% | 0.19% | - |
| HSV(B) | 283.53º | 0.68% | 0.29% | - |
| XYZ | 3.52 | 2.15 | 6.89 | - |
| YUV | 40.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 24 | 75 | 0.19 | 0.68 | 0 | 0.71 | 283.53 | 0.52 | 0.19 |
| Hex | 3D | 18 | 4B | 13 | 44 | 0 | 47 | 11C | 34 | 13 |
| Octal | 75 | 30 | 113 | 23 | 104 | 0 | 107 | 434 | 64 | 23 |
| Binary | 111101 | 11000 | 1001011 | 10011 | 1000100 | 0 | 1000111 | 100011100 | 110100 | 10011 |
Color Harmonies of #3D184B
Complementary color
Monochromatic Colors of #3D184B
Black with #3D184B
Text Example
Text Example
White with #3D184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D184B; }
p { color: rgb(61,24,75); }
H1.HeaderClassName
{
color: #3D184B;
}
.AnyTagClassName
{
color: #3D184B;
}
</style>
background-color css
<style>
a { background-color: #3D184B; }
a { background-color: rgb(61,24,75); }
div.DivClassName
{
background-color: #3D184B;
}
.BgClassName
{
background-color: #3D184B;
}
</style>
border-color css
<style>
span { border-color: #3D184B; }
span { border-color: rgb(61,24,75); }
td.TdClassName
{
border-color: #3D184B;
}
.TagClassName
{
border-color: #3D184B;
}
</style>