Shades of Blackcurrant #3A1B44
Tints of Blackcurrant #3A1B44
RGB
CMYK
RGB Variations
Color information
#3A1B44 (or 0x3A1B44) is known color: Blackcurrant. HEX triplet: 3A, 1B and 44. RGB value is (58,27,68). Sum of RGB (Red+Green+Blue) = 58+27+68=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 68 - color contains mainly: blue. Hex color #3A1B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1B44 is #C5E4BB. Grayscale: #282828. Windows color (decimal): -12969148 or 4463418. OLE color: 4463418.
HSL color Cylindrical-coordinate representation of color #3A1B44: hue angle of 285.37º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A1B44 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 27 | 68 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.73 |
| HSL | 285.37º | 0.43% | 0.19% | - |
| HSV(B) | 285.37º | 0.6% | 0.27% | - |
| XYZ | 3.18 | 2.1 | 5.71 | - |
| YUV | 40.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 27 | 68 | 0.15 | 0.60 | 0 | 0.73 | 285.37 | 0.43 | 0.19 |
| Hex | 3A | 1B | 44 | F | 3C | 0 | 49 | 11D | 2B | 13 |
| Octal | 72 | 33 | 104 | 17 | 74 | 0 | 111 | 435 | 53 | 23 |
| Binary | 111010 | 11011 | 1000100 | 1111 | 111100 | 0 | 1001001 | 100011101 | 101011 | 10011 |
Color Harmonies of #3A1B44
Complementary color
Monochromatic Colors of #3A1B44
Black with #3A1B44
Text Example
Text Example
White with #3A1B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1B44; }
p { color: rgb(58,27,68); }
H1.HeaderClassName
{
color: #3A1B44;
}
.AnyTagClassName
{
color: #3A1B44;
}
</style>
background-color css
<style>
a { background-color: #3A1B44; }
a { background-color: rgb(58,27,68); }
div.DivClassName
{
background-color: #3A1B44;
}
.BgClassName
{
background-color: #3A1B44;
}
</style>
border-color css
<style>
span { border-color: #3A1B44; }
span { border-color: rgb(58,27,68); }
td.TdClassName
{
border-color: #3A1B44;
}
.TagClassName
{
border-color: #3A1B44;
}
</style>