Shades of Blackcurrant #351A40
Tints of Blackcurrant #351A40
RGB
CMYK
RGB Variations
Color information
#351A40 (or 0x351A40) is known color: Blackcurrant. HEX triplet: 35, 1A and 40. RGB value is (53,26,64). Sum of RGB (Red+Green+Blue) = 53+26+64=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #351A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A40 is #CAE5BF. Grayscale: #262626. Windows color (decimal): -13297088 or 4201013. OLE color: 4201013.
HSL color Cylindrical-coordinate representation of color #351A40: hue angle of 282.63º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #351A40 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 26 | 64 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.75 |
| HSL | 282.63º | 0.42% | 0.18% | - |
| HSV(B) | 282.63º | 0.59% | 0.25% | - |
| XYZ | 2.76 | 1.87 | 5.07 | - |
| YUV | 38.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 64 | 0.17 | 0.59 | 0 | 0.75 | 282.63 | 0.42 | 0.18 |
| Hex | 35 | 1A | 40 | 11 | 3B | 0 | 4B | 11B | 2A | 12 |
| Octal | 65 | 32 | 100 | 21 | 73 | 0 | 113 | 433 | 52 | 22 |
| Binary | 110101 | 11010 | 1000000 | 10001 | 111011 | 0 | 1001011 | 100011011 | 101010 | 10010 |
Color Harmonies of #351A40
Complementary color
Monochromatic Colors of #351A40
Black with #351A40
Text Example
Text Example
White with #351A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351A40; }
p { color: rgb(53,26,64); }
H1.HeaderClassName
{
color: #351A40;
}
.AnyTagClassName
{
color: #351A40;
}
</style>
background-color css
<style>
a { background-color: #351A40; }
a { background-color: rgb(53,26,64); }
div.DivClassName
{
background-color: #351A40;
}
.BgClassName
{
background-color: #351A40;
}
</style>
border-color css
<style>
span { border-color: #351A40; }
span { border-color: rgb(53,26,64); }
td.TdClassName
{
border-color: #351A40;
}
.TagClassName
{
border-color: #351A40;
}
</style>