Shades of Blackcurrant #351244
Tints of Blackcurrant #351244
RGB
CMYK
RGB Variations
Color information
#351244 (or 0x351244) is known color: Blackcurrant. HEX triplet: 35, 12 and 44. RGB value is (53,18,68). Sum of RGB (Red+Green+Blue) = 53+18+68=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #351244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351244 is #CAEDBB. Grayscale: #222222. Windows color (decimal): -13299132 or 4461109. OLE color: 4461109.
HSL color Cylindrical-coordinate representation of color #351244: hue angle of 282º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #351244 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 18 | 68 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.73 |
| HSL | 282º | 0.58% | 0.17% | - |
| HSV(B) | 282º | 0.74% | 0.27% | - |
| XYZ | 2.73 | 1.61 | 5.64 | - |
| YUV | 34.17 | 147.1 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 18 | 68 | 0.22 | 0.74 | 0 | 0.73 | 282 | 0.58 | 0.17 |
| Hex | 35 | 12 | 44 | 16 | 4A | 0 | 49 | 11A | 3A | 11 |
| Octal | 65 | 22 | 104 | 26 | 112 | 0 | 111 | 432 | 72 | 21 |
| Binary | 110101 | 10010 | 1000100 | 10110 | 1001010 | 0 | 1001001 | 100011010 | 111010 | 10001 |
Color Harmonies of #351244
Complementary color
Monochromatic Colors of #351244
Black with #351244
Text Example
Text Example
White with #351244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351244; }
p { color: rgb(53,18,68); }
H1.HeaderClassName
{
color: #351244;
}
.AnyTagClassName
{
color: #351244;
}
</style>
background-color css
<style>
a { background-color: #351244; }
a { background-color: rgb(53,18,68); }
div.DivClassName
{
background-color: #351244;
}
.BgClassName
{
background-color: #351244;
}
</style>
border-color css
<style>
span { border-color: #351244; }
span { border-color: rgb(53,18,68); }
td.TdClassName
{
border-color: #351244;
}
.TagClassName
{
border-color: #351244;
}
</style>