Shades of Blackcurrant #350A4A
Tints of Blackcurrant #350A4A
RGB
CMYK
RGB Variations
Color information
#350A4A (or 0x350A4A) is known color: Blackcurrant. HEX triplet: 35, 0A and 4A. RGB value is (53,10,74). Sum of RGB (Red+Green+Blue) = 53+10+74=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 10 (4.30% from 255 or 7.30% from 137); Blue value is 74 (29.30% from 255 or 54.01% from 137); Max value from RGB is 74 - color contains mainly: blue. Hex color #350A4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350A4A is #CAF5B5. Grayscale: #1D1D1D. Windows color (decimal): -13301174 or 4852277. OLE color: 4852277.
HSL color Cylindrical-coordinate representation of color #350A4A: hue angle of 280.31º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #350A4A is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 10 | 74 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.71 |
| HSL | 280.31º | 0.76% | 0.16% | - |
| HSV(B) | 280.31º | 0.86% | 0.29% | - |
| XYZ | 2.81 | 1.47 | 6.61 | - |
| YUV | 30.15 | 152.75 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 74 | 0.28 | 0.86 | 0 | 0.71 | 280.31 | 0.76 | 0.16 |
| Hex | 35 | A | 4A | 1C | 56 | 0 | 47 | 118 | 4C | 10 |
| Octal | 65 | 12 | 112 | 34 | 126 | 0 | 107 | 430 | 114 | 20 |
| Binary | 110101 | 1010 | 1001010 | 11100 | 1010110 | 0 | 1000111 | 100011000 | 1001100 | 10000 |
Color Harmonies of #350A4A
Complementary color
Monochromatic Colors of #350A4A
Black with #350A4A
Text Example
Text Example
White with #350A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350A4A; }
p { color: rgb(53,10,74); }
H1.HeaderClassName
{
color: #350A4A;
}
.AnyTagClassName
{
color: #350A4A;
}
</style>
background-color css
<style>
a { background-color: #350A4A; }
a { background-color: rgb(53,10,74); }
div.DivClassName
{
background-color: #350A4A;
}
.BgClassName
{
background-color: #350A4A;
}
</style>
border-color css
<style>
span { border-color: #350A4A; }
span { border-color: rgb(53,10,74); }
td.TdClassName
{
border-color: #350A4A;
}
.TagClassName
{
border-color: #350A4A;
}
</style>