Shades of Blackcurrant #341A4B
Tints of Blackcurrant #341A4B
RGB
CMYK
RGB Variations
Color information
#341A4B (or 0x341A4B) is known color: Blackcurrant. HEX triplet: 34, 1A and 4B. RGB value is (52,26,75). Sum of RGB (Red+Green+Blue) = 52+26+75=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #341A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A4B is #CBE5B4. Grayscale: #272727. Windows color (decimal): -13362613 or 4921908. OLE color: 4921908.
HSL color Cylindrical-coordinate representation of color #341A4B: hue angle of 271.84º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #341A4B is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 26 | 75 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.71 |
| HSL | 271.84º | 0.49% | 0.2% | - |
| HSV(B) | 271.84º | 0.65% | 0.29% | - |
| XYZ | 3.06 | 1.98 | 6.88 | - |
| YUV | 39.36 | 148.11 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 75 | 0.31 | 0.65 | 0 | 0.71 | 271.84 | 0.49 | 0.2 |
| Hex | 34 | 1A | 4B | 1F | 41 | 0 | 47 | 110 | 31 | 14 |
| Octal | 64 | 32 | 113 | 37 | 101 | 0 | 107 | 420 | 61 | 24 |
| Binary | 110100 | 11010 | 1001011 | 11111 | 1000001 | 0 | 1000111 | 100010000 | 110001 | 10100 |
Color Harmonies of #341A4B
Complementary color
Monochromatic Colors of #341A4B
Black with #341A4B
Text Example
Text Example
White with #341A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341A4B; }
p { color: rgb(52,26,75); }
H1.HeaderClassName
{
color: #341A4B;
}
.AnyTagClassName
{
color: #341A4B;
}
</style>
background-color css
<style>
a { background-color: #341A4B; }
a { background-color: rgb(52,26,75); }
div.DivClassName
{
background-color: #341A4B;
}
.BgClassName
{
background-color: #341A4B;
}
</style>
border-color css
<style>
span { border-color: #341A4B; }
span { border-color: rgb(52,26,75); }
td.TdClassName
{
border-color: #341A4B;
}
.TagClassName
{
border-color: #341A4B;
}
</style>