Shades of Blackcurrant #350D4A
Tints of Blackcurrant #350D4A
RGB
CMYK
RGB Variations
Color information
#350D4A (or 0x350D4A) is known color: Blackcurrant. HEX triplet: 35, 0D and 4A. RGB value is (53,13,74). Sum of RGB (Red+Green+Blue) = 53+13+74=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #350D4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350D4A is #CAF2B5. Grayscale: #1F1F1F. Windows color (decimal): -13300406 or 4853045. OLE color: 4853045.
HSL color Cylindrical-coordinate representation of color #350D4A: hue angle of 279.34º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #350D4A is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 13 | 74 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.71 |
| HSL | 279.34º | 0.7% | 0.17% | - |
| HSV(B) | 279.34º | 0.82% | 0.29% | - |
| XYZ | 2.85 | 1.54 | 6.63 | - |
| YUV | 31.91 | 151.75 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 74 | 0.28 | 0.82 | 0 | 0.71 | 279.34 | 0.7 | 0.17 |
| Hex | 35 | D | 4A | 1C | 52 | 0 | 47 | 117 | 46 | 11 |
| Octal | 65 | 15 | 112 | 34 | 122 | 0 | 107 | 427 | 106 | 21 |
| Binary | 110101 | 1101 | 1001010 | 11100 | 1010010 | 0 | 1000111 | 100010111 | 1000110 | 10001 |
Color Harmonies of #350D4A
Complementary color
Monochromatic Colors of #350D4A
Black with #350D4A
Text Example
Text Example
White with #350D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350D4A; }
p { color: rgb(53,13,74); }
H1.HeaderClassName
{
color: #350D4A;
}
.AnyTagClassName
{
color: #350D4A;
}
</style>
background-color css
<style>
a { background-color: #350D4A; }
a { background-color: rgb(53,13,74); }
div.DivClassName
{
background-color: #350D4A;
}
.BgClassName
{
background-color: #350D4A;
}
</style>
border-color css
<style>
span { border-color: #350D4A; }
span { border-color: rgb(53,13,74); }
td.TdClassName
{
border-color: #350D4A;
}
.TagClassName
{
border-color: #350D4A;
}
</style>