Shades of Blackcurrant #350C52
Tints of Blackcurrant #350C52
RGB
CMYK
RGB Variations
Color information
#350C52 (or 0x350C52) is known color: Blackcurrant. HEX triplet: 35, 0C and 52. RGB value is (53,12,82). Sum of RGB (Red+Green+Blue) = 53+12+82=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #350C52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350C52 is #CAF3AD. Grayscale: #1F1F1F. Windows color (decimal): -13300654 or 5377077. OLE color: 5377077.
HSL color Cylindrical-coordinate representation of color #350C52: hue angle of 275.14º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #350C52 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 12 | 82 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.68 |
| HSL | 275.14º | 0.74% | 0.18% | - |
| HSV(B) | 275.14º | 0.85% | 0.32% | - |
| XYZ | 3.12 | 1.63 | 8.13 | - |
| YUV | 32.24 | 156.08 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 82 | 0.35 | 0.85 | 0 | 0.68 | 275.14 | 0.74 | 0.18 |
| Hex | 35 | C | 52 | 23 | 55 | 0 | 44 | 113 | 4A | 12 |
| Octal | 65 | 14 | 122 | 43 | 125 | 0 | 104 | 423 | 112 | 22 |
| Binary | 110101 | 1100 | 1010010 | 100011 | 1010101 | 0 | 1000100 | 100010011 | 1001010 | 10010 |
Color Harmonies of #350C52
Complementary color
Monochromatic Colors of #350C52
Black with #350C52
Text Example
Text Example
White with #350C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350C52; }
p { color: rgb(53,12,82); }
H1.HeaderClassName
{
color: #350C52;
}
.AnyTagClassName
{
color: #350C52;
}
</style>
background-color css
<style>
a { background-color: #350C52; }
a { background-color: rgb(53,12,82); }
div.DivClassName
{
background-color: #350C52;
}
.BgClassName
{
background-color: #350C52;
}
</style>
border-color css
<style>
span { border-color: #350C52; }
span { border-color: rgb(53,12,82); }
td.TdClassName
{
border-color: #350C52;
}
.TagClassName
{
border-color: #350C52;
}
</style>