Shades of Blackcurrant #35213D
Tints of Blackcurrant #35213D
RGB
CMYK
RGB Variations
Color information
#35213D (or 0x35213D) is known color: Blackcurrant. HEX triplet: 35, 21 and 3D. RGB value is (53,33,61). Sum of RGB (Red+Green+Blue) = 53+33+61=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 61 - color contains mainly: blue. Hex color #35213D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35213D is #CADEC2. Grayscale: #2A2A2A. Windows color (decimal): -13295299 or 4006197. OLE color: 4006197.
HSL color Cylindrical-coordinate representation of color #35213D: hue angle of 282.86º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #35213D is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 33 | 61 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.76 |
| HSL | 282.86º | 0.3% | 0.18% | - |
| HSV(B) | 282.86º | 0.46% | 0.24% | - |
| XYZ | 2.85 | 2.18 | 4.69 | - |
| YUV | 42.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 33 | 61 | 0.13 | 0.46 | 0 | 0.76 | 282.86 | 0.3 | 0.18 |
| Hex | 35 | 21 | 3D | D | 2E | 0 | 4C | 11B | 1E | 12 |
| Octal | 65 | 41 | 75 | 15 | 56 | 0 | 114 | 433 | 36 | 22 |
| Binary | 110101 | 100001 | 111101 | 1101 | 101110 | 0 | 1001100 | 100011011 | 11110 | 10010 |
Color Harmonies of #35213D
Complementary color
Monochromatic Colors of #35213D
Black with #35213D
Text Example
Text Example
White with #35213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35213D; }
p { color: rgb(53,33,61); }
H1.HeaderClassName
{
color: #35213D;
}
.AnyTagClassName
{
color: #35213D;
}
</style>
background-color css
<style>
a { background-color: #35213D; }
a { background-color: rgb(53,33,61); }
div.DivClassName
{
background-color: #35213D;
}
.BgClassName
{
background-color: #35213D;
}
</style>
border-color css
<style>
span { border-color: #35213D; }
span { border-color: rgb(53,33,61); }
td.TdClassName
{
border-color: #35213D;
}
.TagClassName
{
border-color: #35213D;
}
</style>