Shades of Blackcurrant #3A154B
Tints of Blackcurrant #3A154B
RGB
CMYK
RGB Variations
Color information
#3A154B (or 0x3A154B) is known color: Blackcurrant. HEX triplet: 3A, 15 and 4B. RGB value is (58,21,75). Sum of RGB (Red+Green+Blue) = 58+21+75=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A154B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A154B is #C5EAB4. Grayscale: #262626. Windows color (decimal): -12970677 or 4920634. OLE color: 4920634.
HSL color Cylindrical-coordinate representation of color #3A154B: hue angle of 281.11º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A154B is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 21 | 75 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.71 |
| HSL | 281.11º | 0.56% | 0.19% | - |
| HSV(B) | 281.11º | 0.72% | 0.29% | - |
| XYZ | 3.28 | 1.94 | 6.86 | - |
| YUV | 38.22 | 148.76 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 21 | 75 | 0.23 | 0.72 | 0 | 0.71 | 281.11 | 0.56 | 0.19 |
| Hex | 3A | 15 | 4B | 17 | 48 | 0 | 47 | 119 | 38 | 13 |
| Octal | 72 | 25 | 113 | 27 | 110 | 0 | 107 | 431 | 70 | 23 |
| Binary | 111010 | 10101 | 1001011 | 10111 | 1001000 | 0 | 1000111 | 100011001 | 111000 | 10011 |
Color Harmonies of #3A154B
Complementary color
Monochromatic Colors of #3A154B
Black with #3A154B
Text Example
Text Example
White with #3A154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A154B; }
p { color: rgb(58,21,75); }
H1.HeaderClassName
{
color: #3A154B;
}
.AnyTagClassName
{
color: #3A154B;
}
</style>
background-color css
<style>
a { background-color: #3A154B; }
a { background-color: rgb(58,21,75); }
div.DivClassName
{
background-color: #3A154B;
}
.BgClassName
{
background-color: #3A154B;
}
</style>
border-color css
<style>
span { border-color: #3A154B; }
span { border-color: rgb(58,21,75); }
td.TdClassName
{
border-color: #3A154B;
}
.TagClassName
{
border-color: #3A154B;
}
</style>