Shades of Blackcurrant #351443
Tints of Blackcurrant #351443
RGB
CMYK
RGB Variations
Color information
#351443 (or 0x351443) is known color: Blackcurrant. HEX triplet: 35, 14 and 43. RGB value is (53,20,67). Sum of RGB (Red+Green+Blue) = 53+20+67=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 67 (26.56% from 255 or 47.86% from 140); Max value from RGB is 67 - color contains mainly: blue. Hex color #351443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351443 is #CAEBBC. Grayscale: #232323. Windows color (decimal): -13298621 or 4396085. OLE color: 4396085.
HSL color Cylindrical-coordinate representation of color #351443: hue angle of 282.13º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #351443 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 20 | 67 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.74 |
| HSL | 282.13º | 0.54% | 0.17% | - |
| HSV(B) | 282.13º | 0.7% | 0.26% | - |
| XYZ | 2.73 | 1.66 | 5.49 | - |
| YUV | 35.23 | 145.93 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 20 | 67 | 0.21 | 0.70 | 0 | 0.74 | 282.13 | 0.54 | 0.17 |
| Hex | 35 | 14 | 43 | 15 | 46 | 0 | 4A | 11A | 36 | 11 |
| Octal | 65 | 24 | 103 | 25 | 106 | 0 | 112 | 432 | 66 | 21 |
| Binary | 110101 | 10100 | 1000011 | 10101 | 1000110 | 0 | 1001010 | 100011010 | 110110 | 10001 |
Color Harmonies of #351443
Complementary color
Monochromatic Colors of #351443
Black with #351443
Text Example
Text Example
White with #351443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351443; }
p { color: rgb(53,20,67); }
H1.HeaderClassName
{
color: #351443;
}
.AnyTagClassName
{
color: #351443;
}
</style>
background-color css
<style>
a { background-color: #351443; }
a { background-color: rgb(53,20,67); }
div.DivClassName
{
background-color: #351443;
}
.BgClassName
{
background-color: #351443;
}
</style>
border-color css
<style>
span { border-color: #351443; }
span { border-color: rgb(53,20,67); }
td.TdClassName
{
border-color: #351443;
}
.TagClassName
{
border-color: #351443;
}
</style>