Shades of Blackcurrant #341045
Tints of Blackcurrant #341045
RGB
CMYK
RGB Variations
Color information
#341045 (or 0x341045) is known color: Blackcurrant. HEX triplet: 34, 10 and 45. RGB value is (52,16,69). Sum of RGB (Red+Green+Blue) = 52+16+69=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 69 (27.34% from 255 or 50.36% from 137); Max value from RGB is 69 - color contains mainly: blue. Hex color #341045 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341045 is #CBEFBA. Grayscale: #202020. Windows color (decimal): -13365179 or 4526132. OLE color: 4526132.
HSL color Cylindrical-coordinate representation of color #341045: hue angle of 280.75º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #341045 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 16 | 69 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.73 |
| HSL | 280.75º | 0.62% | 0.17% | - |
| HSV(B) | 280.75º | 0.77% | 0.27% | - |
| XYZ | 2.68 | 1.53 | 5.78 | - |
| YUV | 32.81 | 148.43 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 16 | 69 | 0.25 | 0.77 | 0 | 0.73 | 280.75 | 0.62 | 0.17 |
| Hex | 34 | 10 | 45 | 19 | 4D | 0 | 49 | 119 | 3E | 11 |
| Octal | 64 | 20 | 105 | 31 | 115 | 0 | 111 | 431 | 76 | 21 |
| Binary | 110100 | 10000 | 1000101 | 11001 | 1001101 | 0 | 1001001 | 100011001 | 111110 | 10001 |
Color Harmonies of #341045
Complementary color
Monochromatic Colors of #341045
Black with #341045
Text Example
Text Example
White with #341045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341045; }
p { color: rgb(52,16,69); }
H1.HeaderClassName
{
color: #341045;
}
.AnyTagClassName
{
color: #341045;
}
</style>
background-color css
<style>
a { background-color: #341045; }
a { background-color: rgb(52,16,69); }
div.DivClassName
{
background-color: #341045;
}
.BgClassName
{
background-color: #341045;
}
</style>
border-color css
<style>
span { border-color: #341045; }
span { border-color: rgb(52,16,69); }
td.TdClassName
{
border-color: #341045;
}
.TagClassName
{
border-color: #341045;
}
</style>