Shades of Blackcurrant #341843
Tints of Blackcurrant #341843
RGB
CMYK
RGB Variations
Color information
#341843 (or 0x341843) is known color: Blackcurrant. HEX triplet: 34, 18 and 43. RGB value is (52,24,67). Sum of RGB (Red+Green+Blue) = 52+24+67=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 67 (26.56% from 255 or 46.85% from 143); Max value from RGB is 67 - color contains mainly: blue. Hex color #341843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341843 is #CBE7BC. Grayscale: #252525. Windows color (decimal): -13363133 or 4397108. OLE color: 4397108.
HSL color Cylindrical-coordinate representation of color #341843: hue angle of 279.07º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #341843 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 24 | 67 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.74 |
| HSL | 279.07º | 0.47% | 0.18% | - |
| HSV(B) | 279.07º | 0.64% | 0.26% | - |
| XYZ | 2.76 | 1.79 | 5.51 | - |
| YUV | 37.27 | 144.78 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 24 | 67 | 0.22 | 0.64 | 0 | 0.74 | 279.07 | 0.47 | 0.18 |
| Hex | 34 | 18 | 43 | 16 | 40 | 0 | 4A | 117 | 2F | 12 |
| Octal | 64 | 30 | 103 | 26 | 100 | 0 | 112 | 427 | 57 | 22 |
| Binary | 110100 | 11000 | 1000011 | 10110 | 1000000 | 0 | 1001010 | 100010111 | 101111 | 10010 |
Color Harmonies of #341843
Complementary color
Monochromatic Colors of #341843
Black with #341843
Text Example
Text Example
White with #341843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341843; }
p { color: rgb(52,24,67); }
H1.HeaderClassName
{
color: #341843;
}
.AnyTagClassName
{
color: #341843;
}
</style>
background-color css
<style>
a { background-color: #341843; }
a { background-color: rgb(52,24,67); }
div.DivClassName
{
background-color: #341843;
}
.BgClassName
{
background-color: #341843;
}
</style>
border-color css
<style>
span { border-color: #341843; }
span { border-color: rgb(52,24,67); }
td.TdClassName
{
border-color: #341843;
}
.TagClassName
{
border-color: #341843;
}
</style>