Shades of Blackcurrant #341B3F
Tints of Blackcurrant #341B3F
RGB
CMYK
RGB Variations
Color information
#341B3F (or 0x341B3F) is known color: Blackcurrant. HEX triplet: 34, 1B and 3F. RGB value is (52,27,63). Sum of RGB (Red+Green+Blue) = 52+27+63=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #341B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341B3F is #CBE4C0. Grayscale: #262626. Windows color (decimal): -13362369 or 4135732. OLE color: 4135732.
HSL color Cylindrical-coordinate representation of color #341B3F: hue angle of 281.67º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #341B3F is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 27 | 63 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.75 |
| HSL | 281.67º | 0.4% | 0.18% | - |
| HSV(B) | 281.67º | 0.57% | 0.25% | - |
| XYZ | 2.71 | 1.87 | 4.92 | - |
| YUV | 38.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 63 | 0.17 | 0.57 | 0 | 0.75 | 281.67 | 0.4 | 0.18 |
| Hex | 34 | 1B | 3F | 11 | 39 | 0 | 4B | 11A | 28 | 12 |
| Octal | 64 | 33 | 77 | 21 | 71 | 0 | 113 | 432 | 50 | 22 |
| Binary | 110100 | 11011 | 111111 | 10001 | 111001 | 0 | 1001011 | 100011010 | 101000 | 10010 |
Color Harmonies of #341B3F
Complementary color
Monochromatic Colors of #341B3F
Black with #341B3F
Text Example
Text Example
White with #341B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341B3F; }
p { color: rgb(52,27,63); }
H1.HeaderClassName
{
color: #341B3F;
}
.AnyTagClassName
{
color: #341B3F;
}
</style>
background-color css
<style>
a { background-color: #341B3F; }
a { background-color: rgb(52,27,63); }
div.DivClassName
{
background-color: #341B3F;
}
.BgClassName
{
background-color: #341B3F;
}
</style>
border-color css
<style>
span { border-color: #341B3F; }
span { border-color: rgb(52,27,63); }
td.TdClassName
{
border-color: #341B3F;
}
.TagClassName
{
border-color: #341B3F;
}
</style>