Shades of Blackcurrant #32273D
Tints of Blackcurrant #32273D
RGB
CMYK
RGB Variations
Color information
#32273D (or 0x32273D) is known color: Blackcurrant. HEX triplet: 32, 27 and 3D. RGB value is (50,39,61). Sum of RGB (Red+Green+Blue) = 50+39+61=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 61 - color contains mainly: blue. Hex color #32273D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32273D is #CDD8C2. Grayscale: #2C2C2C. Windows color (decimal): -13490371 or 4007730. OLE color: 4007730.
HSL color Cylindrical-coordinate representation of color #32273D: hue angle of 270º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #32273D is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 39 | 61 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.76 |
| HSL | 270º | 0.22% | 0.2% | - |
| HSV(B) | 270º | 0.36% | 0.24% | - |
| XYZ | 2.88 | 2.47 | 4.74 | - |
| YUV | 44.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 39 | 61 | 0.18 | 0.36 | 0 | 0.76 | 270 | 0.22 | 0.2 |
| Hex | 32 | 27 | 3D | 12 | 24 | 0 | 4C | 10E | 16 | 14 |
| Octal | 62 | 47 | 75 | 22 | 44 | 0 | 114 | 416 | 26 | 24 |
| Binary | 110010 | 100111 | 111101 | 10010 | 100100 | 0 | 1001100 | 100001110 | 10110 | 10100 |
Color Harmonies of #32273D
Complementary color
Monochromatic Colors of #32273D
Black with #32273D
Text Example
Text Example
White with #32273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32273D; }
p { color: rgb(50,39,61); }
H1.HeaderClassName
{
color: #32273D;
}
.AnyTagClassName
{
color: #32273D;
}
</style>
background-color css
<style>
a { background-color: #32273D; }
a { background-color: rgb(50,39,61); }
div.DivClassName
{
background-color: #32273D;
}
.BgClassName
{
background-color: #32273D;
}
</style>
border-color css
<style>
span { border-color: #32273D; }
span { border-color: rgb(50,39,61); }
td.TdClassName
{
border-color: #32273D;
}
.TagClassName
{
border-color: #32273D;
}
</style>