Shades of Blackcurrant #351B40
Tints of Blackcurrant #351B40
RGB
CMYK
RGB Variations
Color information
#351B40 (or 0x351B40) is known color: Blackcurrant. HEX triplet: 35, 1B and 40. RGB value is (53,27,64). Sum of RGB (Red+Green+Blue) = 53+27+64=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #351B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351B40 is #CAE4BF. Grayscale: #262626. Windows color (decimal): -13296832 or 4201269. OLE color: 4201269.
HSL color Cylindrical-coordinate representation of color #351B40: hue angle of 282.16º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #351B40 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 27 | 64 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.75 |
| HSL | 282.16º | 0.41% | 0.18% | - |
| HSV(B) | 282.16º | 0.58% | 0.25% | - |
| XYZ | 2.79 | 1.91 | 5.07 | - |
| YUV | 38.99 | 142.11 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 27 | 64 | 0.17 | 0.58 | 0 | 0.75 | 282.16 | 0.41 | 0.18 |
| Hex | 35 | 1B | 40 | 11 | 3A | 0 | 4B | 11A | 29 | 12 |
| Octal | 65 | 33 | 100 | 21 | 72 | 0 | 113 | 432 | 51 | 22 |
| Binary | 110101 | 11011 | 1000000 | 10001 | 111010 | 0 | 1001011 | 100011010 | 101001 | 10010 |
Color Harmonies of #351B40
Complementary color
Monochromatic Colors of #351B40
Black with #351B40
Text Example
Text Example
White with #351B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351B40; }
p { color: rgb(53,27,64); }
H1.HeaderClassName
{
color: #351B40;
}
.AnyTagClassName
{
color: #351B40;
}
</style>
background-color css
<style>
a { background-color: #351B40; }
a { background-color: rgb(53,27,64); }
div.DivClassName
{
background-color: #351B40;
}
.BgClassName
{
background-color: #351B40;
}
</style>
border-color css
<style>
span { border-color: #351B40; }
span { border-color: rgb(53,27,64); }
td.TdClassName
{
border-color: #351B40;
}
.TagClassName
{
border-color: #351B40;
}
</style>