Shades of Blackcurrant #35213C
Tints of Blackcurrant #35213C
RGB
CMYK
RGB Variations
Color information
#35213C (or 0x35213C) is known color: Blackcurrant. HEX triplet: 35, 21 and 3C. RGB value is (53,33,60). Sum of RGB (Red+Green+Blue) = 53+33+60=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 60 - color contains mainly: blue. Hex color #35213C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35213C is #CADEC3. Grayscale: #292929. Windows color (decimal): -13295300 or 3940661. OLE color: 3940661.
HSL color Cylindrical-coordinate representation of color #35213C: hue angle of 284.44º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35213C is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 33 | 60 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.76 |
| HSL | 284.44º | 0.29% | 0.18% | - |
| HSV(B) | 284.44º | 0.45% | 0.24% | - |
| XYZ | 2.83 | 2.17 | 4.54 | - |
| YUV | 42.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 33 | 60 | 0.12 | 0.45 | 0 | 0.76 | 284.44 | 0.29 | 0.18 |
| Hex | 35 | 21 | 3C | C | 2D | 0 | 4C | 11C | 1D | 12 |
| Octal | 65 | 41 | 74 | 14 | 55 | 0 | 114 | 434 | 35 | 22 |
| Binary | 110101 | 100001 | 111100 | 1100 | 101101 | 0 | 1001100 | 100011100 | 11101 | 10010 |
Color Harmonies of #35213C
Complementary color
Monochromatic Colors of #35213C
Black with #35213C
Text Example
Text Example
White with #35213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35213C; }
p { color: rgb(53,33,60); }
H1.HeaderClassName
{
color: #35213C;
}
.AnyTagClassName
{
color: #35213C;
}
</style>
background-color css
<style>
a { background-color: #35213C; }
a { background-color: rgb(53,33,60); }
div.DivClassName
{
background-color: #35213C;
}
.BgClassName
{
background-color: #35213C;
}
</style>
border-color css
<style>
span { border-color: #35213C; }
span { border-color: rgb(53,33,60); }
td.TdClassName
{
border-color: #35213C;
}
.TagClassName
{
border-color: #35213C;
}
</style>