Shades of Blackcurrant #350C3C
Tints of Blackcurrant #350C3C
RGB
CMYK
RGB Variations
Color information
#350C3C (or 0x350C3C) is known color: Blackcurrant. HEX triplet: 35, 0C and 3C. RGB value is (53,12,60). Sum of RGB (Red+Green+Blue) = 53+12+60=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 12 (5.08% from 255 or 9.6% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 60 - color contains mainly: blue. Hex color #350C3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C3C is #CAF3C3. Grayscale: #1D1D1D. Windows color (decimal): -13300676 or 3935285. OLE color: 3935285.
HSL color Cylindrical-coordinate representation of color #350C3C: hue angle of 291.25º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #350C3C is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 12 | 60 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.76 |
| HSL | 291.25º | 0.67% | 0.14% | - |
| HSV(B) | 291.25º | 0.8% | 0.24% | - |
| XYZ | 2.42 | 1.35 | 4.41 | - |
| YUV | 29.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 60 | 0.12 | 0.80 | 0 | 0.76 | 291.25 | 0.67 | 0.14 |
| Hex | 35 | C | 3C | C | 50 | 0 | 4C | 123 | 43 | E |
| Octal | 65 | 14 | 74 | 14 | 120 | 0 | 114 | 443 | 103 | 16 |
| Binary | 110101 | 1100 | 111100 | 1100 | 1010000 | 0 | 1001100 | 100100011 | 1000011 | 1110 |
Color Harmonies of #350C3C
Complementary color
Monochromatic Colors of #350C3C
Black with #350C3C
Text Example
Text Example
White with #350C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350C3C; }
p { color: rgb(53,12,60); }
H1.HeaderClassName
{
color: #350C3C;
}
.AnyTagClassName
{
color: #350C3C;
}
</style>
background-color css
<style>
a { background-color: #350C3C; }
a { background-color: rgb(53,12,60); }
div.DivClassName
{
background-color: #350C3C;
}
.BgClassName
{
background-color: #350C3C;
}
</style>
border-color css
<style>
span { border-color: #350C3C; }
span { border-color: rgb(53,12,60); }
td.TdClassName
{
border-color: #350C3C;
}
.TagClassName
{
border-color: #350C3C;
}
</style>