Shades of Blackcurrant #351C3F
Tints of Blackcurrant #351C3F
RGB
CMYK
RGB Variations
Color information
#351C3F (or 0x351C3F) is known color: Blackcurrant. HEX triplet: 35, 1C and 3F. RGB value is (53,28,63). Sum of RGB (Red+Green+Blue) = 53+28+63=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 63 - color contains mainly: blue. Hex color #351C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C3F is #CAE3C0. Grayscale: #272727. Windows color (decimal): -13296577 or 4135989. OLE color: 4135989.
HSL color Cylindrical-coordinate representation of color #351C3F: hue angle of 282.86º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #351C3F is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 28 | 63 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.75 |
| HSL | 282.86º | 0.38% | 0.18% | - |
| HSV(B) | 282.86º | 0.56% | 0.25% | - |
| XYZ | 2.78 | 1.95 | 4.93 | - |
| YUV | 39.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 63 | 0.16 | 0.56 | 0 | 0.75 | 282.86 | 0.38 | 0.18 |
| Hex | 35 | 1C | 3F | 10 | 38 | 0 | 4B | 11B | 26 | 12 |
| Octal | 65 | 34 | 77 | 20 | 70 | 0 | 113 | 433 | 46 | 22 |
| Binary | 110101 | 11100 | 111111 | 10000 | 111000 | 0 | 1001011 | 100011011 | 100110 | 10010 |
Color Harmonies of #351C3F
Complementary color
Monochromatic Colors of #351C3F
Black with #351C3F
Text Example
Text Example
White with #351C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C3F; }
p { color: rgb(53,28,63); }
H1.HeaderClassName
{
color: #351C3F;
}
.AnyTagClassName
{
color: #351C3F;
}
</style>
background-color css
<style>
a { background-color: #351C3F; }
a { background-color: rgb(53,28,63); }
div.DivClassName
{
background-color: #351C3F;
}
.BgClassName
{
background-color: #351C3F;
}
</style>
border-color css
<style>
span { border-color: #351C3F; }
span { border-color: rgb(53,28,63); }
td.TdClassName
{
border-color: #351C3F;
}
.TagClassName
{
border-color: #351C3F;
}
</style>