Shades of Blackcurrant #3D1153
Tints of Blackcurrant #3D1153
RGB
CMYK
RGB Variations
Color information
#3D1153 (or 0x3D1153) is known color: Blackcurrant. HEX triplet: 3D, 11 and 53. RGB value is (61,17,83). Sum of RGB (Red+Green+Blue) = 61+17+83=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D1153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1153 is #C2EEAC. Grayscale: #252525. Windows color (decimal): -12775085 or 5443901. OLE color: 5443901.
HSL color Cylindrical-coordinate representation of color #3D1153: hue angle of 280º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D1153 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 17 | 83 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.67 |
| HSL | 280º | 0.66% | 0.2% | - |
| HSV(B) | 280º | 0.8% | 0.33% | - |
| XYZ | 3.69 | 2.02 | 8.38 | - |
| YUV | 37.68 | 153.58 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 17 | 83 | 0.27 | 0.80 | 0 | 0.67 | 280 | 0.66 | 0.2 |
| Hex | 3D | 11 | 53 | 1B | 50 | 0 | 43 | 118 | 42 | 14 |
| Octal | 75 | 21 | 123 | 33 | 120 | 0 | 103 | 430 | 102 | 24 |
| Binary | 111101 | 10001 | 1010011 | 11011 | 1010000 | 0 | 1000011 | 100011000 | 1000010 | 10100 |
Color Harmonies of #3D1153
Complementary color
Monochromatic Colors of #3D1153
Black with #3D1153
Text Example
Text Example
White with #3D1153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1153; }
p { color: rgb(61,17,83); }
H1.HeaderClassName
{
color: #3D1153;
}
.AnyTagClassName
{
color: #3D1153;
}
</style>
background-color css
<style>
a { background-color: #3D1153; }
a { background-color: rgb(61,17,83); }
div.DivClassName
{
background-color: #3D1153;
}
.BgClassName
{
background-color: #3D1153;
}
</style>
border-color css
<style>
span { border-color: #3D1153; }
span { border-color: rgb(61,17,83); }
td.TdClassName
{
border-color: #3D1153;
}
.TagClassName
{
border-color: #3D1153;
}
</style>