Shades of Blackcurrant #3A174B
Tints of Blackcurrant #3A174B
RGB
CMYK
RGB Variations
Color information
#3A174B (or 0x3A174B) is known color: Blackcurrant. HEX triplet: 3A, 17 and 4B. RGB value is (58,23,75). Sum of RGB (Red+Green+Blue) = 58+23+75=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A174B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A174B is #C5E8B4. Grayscale: #272727. Windows color (decimal): -12970165 or 4921146. OLE color: 4921146.
HSL color Cylindrical-coordinate representation of color #3A174B: hue angle of 280.38º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A174B is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 23 | 75 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.71 |
| HSL | 280.38º | 0.53% | 0.19% | - |
| HSV(B) | 280.38º | 0.69% | 0.29% | - |
| XYZ | 3.32 | 2.02 | 6.87 | - |
| YUV | 39.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 75 | 0.23 | 0.69 | 0 | 0.71 | 280.38 | 0.53 | 0.19 |
| Hex | 3A | 17 | 4B | 17 | 45 | 0 | 47 | 118 | 35 | 13 |
| Octal | 72 | 27 | 113 | 27 | 105 | 0 | 107 | 430 | 65 | 23 |
| Binary | 111010 | 10111 | 1001011 | 10111 | 1000101 | 0 | 1000111 | 100011000 | 110101 | 10011 |
Color Harmonies of #3A174B
Complementary color
Monochromatic Colors of #3A174B
Black with #3A174B
Text Example
Text Example
White with #3A174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A174B; }
p { color: rgb(58,23,75); }
H1.HeaderClassName
{
color: #3A174B;
}
.AnyTagClassName
{
color: #3A174B;
}
</style>
background-color css
<style>
a { background-color: #3A174B; }
a { background-color: rgb(58,23,75); }
div.DivClassName
{
background-color: #3A174B;
}
.BgClassName
{
background-color: #3A174B;
}
</style>
border-color css
<style>
span { border-color: #3A174B; }
span { border-color: rgb(58,23,75); }
td.TdClassName
{
border-color: #3A174B;
}
.TagClassName
{
border-color: #3A174B;
}
</style>