Shades of Blackcurrant #3D044B
Tints of Blackcurrant #3D044B
RGB
CMYK
RGB Variations
Color information
#3D044B (or 0x3D044B) is known color: Blackcurrant. HEX triplet: 3D, 04 and 4B. RGB value is (61,4,75). Sum of RGB (Red+Green+Blue) = 61+4+75=140 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.57% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D044B is #C2FBB4. Grayscale: #1C1C1C. Windows color (decimal): -12778421 or 4916285. OLE color: 4916285.
HSL color Cylindrical-coordinate representation of color #3D044B: hue angle of 288.17º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D044B is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 4 | 75 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.71 |
| HSL | 288.17º | 0.9% | 0.15% | - |
| HSV(B) | 288.17º | 0.95% | 0.29% | - |
| XYZ | 3.24 | 1.59 | 6.79 | - |
| YUV | 29.14 | 153.88 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 4 | 75 | 0.19 | 0.95 | 0 | 0.71 | 288.17 | 0.9 | 0.15 |
| Hex | 3D | 4 | 4B | 13 | 5F | 0 | 47 | 120 | 5A | F |
| Octal | 75 | 4 | 113 | 23 | 137 | 0 | 107 | 440 | 132 | 17 |
| Binary | 111101 | 100 | 1001011 | 10011 | 1011111 | 0 | 1000111 | 100100000 | 1011010 | 1111 |
Color Harmonies of #3D044B
Complementary color
Monochromatic Colors of #3D044B
Black with #3D044B
Text Example
Text Example
White with #3D044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D044B; }
p { color: rgb(61,4,75); }
H1.HeaderClassName
{
color: #3D044B;
}
.AnyTagClassName
{
color: #3D044B;
}
</style>
background-color css
<style>
a { background-color: #3D044B; }
a { background-color: rgb(61,4,75); }
div.DivClassName
{
background-color: #3D044B;
}
.BgClassName
{
background-color: #3D044B;
}
</style>
border-color css
<style>
span { border-color: #3D044B; }
span { border-color: rgb(61,4,75); }
td.TdClassName
{
border-color: #3D044B;
}
.TagClassName
{
border-color: #3D044B;
}
</style>