Shades of Blackcurrant #350C3B
Tints of Blackcurrant #350C3B
RGB
CMYK
RGB Variations
Color information
#350C3B (or 0x350C3B) is known color: Blackcurrant. HEX triplet: 35, 0C and 3B. RGB value is (53,12,59). Sum of RGB (Red+Green+Blue) = 53+12+59=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 59 (23.44% from 255 or 47.58% from 124); Max value from RGB is 59 - color contains mainly: blue. Hex color #350C3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C3B is #CAF3C4. Grayscale: #1D1D1D. Windows color (decimal): -13300677 or 3869749. OLE color: 3869749.
HSL color Cylindrical-coordinate representation of color #350C3B: hue angle of 292.34º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #350C3B is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 12 | 59 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.77 |
| HSL | 292.34º | 0.66% | 0.14% | - |
| HSV(B) | 292.34º | 0.8% | 0.23% | - |
| XYZ | 2.39 | 1.34 | 4.27 | - |
| YUV | 29.62 | 144.58 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 59 | 0.10 | 0.80 | 0 | 0.77 | 292.34 | 0.66 | 0.14 |
| Hex | 35 | C | 3B | A | 50 | 0 | 4D | 124 | 42 | E |
| Octal | 65 | 14 | 73 | 12 | 120 | 0 | 115 | 444 | 102 | 16 |
| Binary | 110101 | 1100 | 111011 | 1010 | 1010000 | 0 | 1001101 | 100100100 | 1000010 | 1110 |
Color Harmonies of #350C3B
Complementary color
Monochromatic Colors of #350C3B
Black with #350C3B
Text Example
Text Example
White with #350C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350C3B; }
p { color: rgb(53,12,59); }
H1.HeaderClassName
{
color: #350C3B;
}
.AnyTagClassName
{
color: #350C3B;
}
</style>
background-color css
<style>
a { background-color: #350C3B; }
a { background-color: rgb(53,12,59); }
div.DivClassName
{
background-color: #350C3B;
}
.BgClassName
{
background-color: #350C3B;
}
</style>
border-color css
<style>
span { border-color: #350C3B; }
span { border-color: rgb(53,12,59); }
td.TdClassName
{
border-color: #350C3B;
}
.TagClassName
{
border-color: #350C3B;
}
</style>