Shades of Blackcurrant #321D3D
Tints of Blackcurrant #321D3D
RGB
CMYK
RGB Variations
Color information
#321D3D (or 0x321D3D) is known color: Blackcurrant. HEX triplet: 32, 1D and 3D. RGB value is (50,29,61). Sum of RGB (Red+Green+Blue) = 50+29+61=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 61 - color contains mainly: blue. Hex color #321D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D3D is #CDE2C2. Grayscale: #262626. Windows color (decimal): -13492931 or 4005170. OLE color: 4005170.
HSL color Cylindrical-coordinate representation of color #321D3D: hue angle of 279.38º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #321D3D is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 29 | 61 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.76 |
| HSL | 279.38º | 0.36% | 0.18% | - |
| HSV(B) | 279.38º | 0.52% | 0.24% | - |
| XYZ | 2.6 | 1.89 | 4.64 | - |
| YUV | 38.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 61 | 0.18 | 0.52 | 0 | 0.76 | 279.38 | 0.36 | 0.18 |
| Hex | 32 | 1D | 3D | 12 | 34 | 0 | 4C | 117 | 24 | 12 |
| Octal | 62 | 35 | 75 | 22 | 64 | 0 | 114 | 427 | 44 | 22 |
| Binary | 110010 | 11101 | 111101 | 10010 | 110100 | 0 | 1001100 | 100010111 | 100100 | 10010 |
Color Harmonies of #321D3D
Complementary color
Monochromatic Colors of #321D3D
Black with #321D3D
Text Example
Text Example
White with #321D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D3D; }
p { color: rgb(50,29,61); }
H1.HeaderClassName
{
color: #321D3D;
}
.AnyTagClassName
{
color: #321D3D;
}
</style>
background-color css
<style>
a { background-color: #321D3D; }
a { background-color: rgb(50,29,61); }
div.DivClassName
{
background-color: #321D3D;
}
.BgClassName
{
background-color: #321D3D;
}
</style>
border-color css
<style>
span { border-color: #321D3D; }
span { border-color: rgb(50,29,61); }
td.TdClassName
{
border-color: #321D3D;
}
.TagClassName
{
border-color: #321D3D;
}
</style>