Shades of Blackcurrant #350A4F
Tints of Blackcurrant #350A4F
RGB
CMYK
RGB Variations
Color information
#350A4F (or 0x350A4F) is known color: Blackcurrant. HEX triplet: 35, 0A and 4F. RGB value is (53,10,79). Sum of RGB (Red+Green+Blue) = 53+10+79=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 79 (31.25% from 255 or 55.63% from 142); Max value from RGB is 79 - color contains mainly: blue. Hex color #350A4F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350A4F is #CAF5B0. Grayscale: #1E1E1E. Windows color (decimal): -13301169 or 5179957. OLE color: 5179957.
HSL color Cylindrical-coordinate representation of color #350A4F: hue angle of 277.39º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #350A4F is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 10 | 79 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.69 |
| HSL | 277.39º | 0.78% | 0.17% | - |
| HSV(B) | 277.39º | 0.87% | 0.31% | - |
| XYZ | 2.99 | 1.54 | 7.54 | - |
| YUV | 30.72 | 155.25 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 79 | 0.33 | 0.87 | 0 | 0.69 | 277.39 | 0.78 | 0.17 |
| Hex | 35 | A | 4F | 21 | 57 | 0 | 45 | 115 | 4E | 11 |
| Octal | 65 | 12 | 117 | 41 | 127 | 0 | 105 | 425 | 116 | 21 |
| Binary | 110101 | 1010 | 1001111 | 100001 | 1010111 | 0 | 1000101 | 100010101 | 1001110 | 10001 |
Color Harmonies of #350A4F
Complementary color
Monochromatic Colors of #350A4F
Black with #350A4F
Text Example
Text Example
White with #350A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350A4F; }
p { color: rgb(53,10,79); }
H1.HeaderClassName
{
color: #350A4F;
}
.AnyTagClassName
{
color: #350A4F;
}
</style>
background-color css
<style>
a { background-color: #350A4F; }
a { background-color: rgb(53,10,79); }
div.DivClassName
{
background-color: #350A4F;
}
.BgClassName
{
background-color: #350A4F;
}
</style>
border-color css
<style>
span { border-color: #350A4F; }
span { border-color: rgb(53,10,79); }
td.TdClassName
{
border-color: #350A4F;
}
.TagClassName
{
border-color: #350A4F;
}
</style>