Shades of Blackcurrant #351C44
Tints of Blackcurrant #351C44
RGB
CMYK
RGB Variations
Color information
#351C44 (or 0x351C44) is known color: Blackcurrant. HEX triplet: 35, 1C and 44. RGB value is (53,28,68). Sum of RGB (Red+Green+Blue) = 53+28+68=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 68 - color contains mainly: blue. Hex color #351C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C44 is #CAE3BB. Grayscale: #272727. Windows color (decimal): -13296572 or 4463669. OLE color: 4463669.
HSL color Cylindrical-coordinate representation of color #351C44: hue angle of 277.5º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #351C44 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 28 | 68 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.73 |
| HSL | 277.5º | 0.42% | 0.19% | - |
| HSV(B) | 277.5º | 0.59% | 0.27% | - |
| XYZ | 2.93 | 2 | 5.7 | - |
| YUV | 40.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 68 | 0.22 | 0.59 | 0 | 0.73 | 277.5 | 0.42 | 0.19 |
| Hex | 35 | 1C | 44 | 16 | 3B | 0 | 49 | 116 | 2A | 13 |
| Octal | 65 | 34 | 104 | 26 | 73 | 0 | 111 | 426 | 52 | 23 |
| Binary | 110101 | 11100 | 1000100 | 10110 | 111011 | 0 | 1001001 | 100010110 | 101010 | 10011 |
Color Harmonies of #351C44
Complementary color
Monochromatic Colors of #351C44
Black with #351C44
Text Example
Text Example
White with #351C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C44; }
p { color: rgb(53,28,68); }
H1.HeaderClassName
{
color: #351C44;
}
.AnyTagClassName
{
color: #351C44;
}
</style>
background-color css
<style>
a { background-color: #351C44; }
a { background-color: rgb(53,28,68); }
div.DivClassName
{
background-color: #351C44;
}
.BgClassName
{
background-color: #351C44;
}
</style>
border-color css
<style>
span { border-color: #351C44; }
span { border-color: rgb(53,28,68); }
td.TdClassName
{
border-color: #351C44;
}
.TagClassName
{
border-color: #351C44;
}
</style>