Shades of Blackcurrant #36213D
Tints of Blackcurrant #36213D
RGB
CMYK
RGB Variations
Color information
#36213D (or 0x36213D) is known color: Blackcurrant. HEX triplet: 36, 21 and 3D. RGB value is (54,33,61). Sum of RGB (Red+Green+Blue) = 54+33+61=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 61 - color contains mainly: blue. Hex color #36213D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36213D is #C9DEC2. Grayscale: #2A2A2A. Windows color (decimal): -13229763 or 4006198. OLE color: 4006198.
HSL color Cylindrical-coordinate representation of color #36213D: hue angle of 285º 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 #36213D is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 33 | 61 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.76 |
| HSL | 285º | 0.3% | 0.18% | - |
| HSV(B) | 285º | 0.46% | 0.24% | - |
| XYZ | 2.91 | 2.21 | 4.69 | - |
| YUV | 42.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 33 | 61 | 0.11 | 0.46 | 0 | 0.76 | 285 | 0.3 | 0.18 |
| Hex | 36 | 21 | 3D | B | 2E | 0 | 4C | 11D | 1E | 12 |
| Octal | 66 | 41 | 75 | 13 | 56 | 0 | 114 | 435 | 36 | 22 |
| Binary | 110110 | 100001 | 111101 | 1011 | 101110 | 0 | 1001100 | 100011101 | 11110 | 10010 |
Color Harmonies of #36213D
Complementary color
Monochromatic Colors of #36213D
Black with #36213D
Text Example
Text Example
White with #36213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36213D; }
p { color: rgb(54,33,61); }
H1.HeaderClassName
{
color: #36213D;
}
.AnyTagClassName
{
color: #36213D;
}
</style>
background-color css
<style>
a { background-color: #36213D; }
a { background-color: rgb(54,33,61); }
div.DivClassName
{
background-color: #36213D;
}
.BgClassName
{
background-color: #36213D;
}
</style>
border-color css
<style>
span { border-color: #36213D; }
span { border-color: rgb(54,33,61); }
td.TdClassName
{
border-color: #36213D;
}
.TagClassName
{
border-color: #36213D;
}
</style>