Shades of Blackcurrant #351343
Tints of Blackcurrant #351343
RGB
CMYK
RGB Variations
Color information
#351343 (or 0x351343) is known color: Blackcurrant. HEX triplet: 35, 13 and 43. RGB value is (53,19,67). Sum of RGB (Red+Green+Blue) = 53+19+67=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 67 (26.56% from 255 or 48.20% from 139); Max value from RGB is 67 - color contains mainly: blue. Hex color #351343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351343 is #CAECBC. Grayscale: #222222. Windows color (decimal): -13298877 or 4395829. OLE color: 4395829.
HSL color Cylindrical-coordinate representation of color #351343: hue angle of 282.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #351343 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 19 | 67 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.74 |
| HSL | 282.5º | 0.56% | 0.17% | - |
| HSV(B) | 282.5º | 0.72% | 0.26% | - |
| XYZ | 2.71 | 1.63 | 5.48 | - |
| YUV | 34.64 | 146.26 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 19 | 67 | 0.21 | 0.72 | 0 | 0.74 | 282.5 | 0.56 | 0.17 |
| Hex | 35 | 13 | 43 | 15 | 48 | 0 | 4A | 11A | 38 | 11 |
| Octal | 65 | 23 | 103 | 25 | 110 | 0 | 112 | 432 | 70 | 21 |
| Binary | 110101 | 10011 | 1000011 | 10101 | 1001000 | 0 | 1001010 | 100011010 | 111000 | 10001 |
Color Harmonies of #351343
Complementary color
Monochromatic Colors of #351343
Black with #351343
Text Example
Text Example
White with #351343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351343; }
p { color: rgb(53,19,67); }
H1.HeaderClassName
{
color: #351343;
}
.AnyTagClassName
{
color: #351343;
}
</style>
background-color css
<style>
a { background-color: #351343; }
a { background-color: rgb(53,19,67); }
div.DivClassName
{
background-color: #351343;
}
.BgClassName
{
background-color: #351343;
}
</style>
border-color css
<style>
span { border-color: #351343; }
span { border-color: rgb(53,19,67); }
td.TdClassName
{
border-color: #351343;
}
.TagClassName
{
border-color: #351343;
}
</style>