Shades of Blackcurrant #32263D
Tints of Blackcurrant #32263D
RGB
CMYK
RGB Variations
Color information
#32263D (or 0x32263D) is known color: Blackcurrant. HEX triplet: 32, 26 and 3D. RGB value is (50,38,61). Sum of RGB (Red+Green+Blue) = 50+38+61=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 61 - color contains mainly: blue. Hex color #32263D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32263D is #CDD9C2. Grayscale: #2C2C2C. Windows color (decimal): -13490627 or 4007474. OLE color: 4007474.
HSL color Cylindrical-coordinate representation of color #32263D: hue angle of 271.3º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32263D is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 38 | 61 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.76 |
| HSL | 271.3º | 0.23% | 0.19% | - |
| HSV(B) | 271.3º | 0.38% | 0.24% | - |
| XYZ | 2.85 | 2.4 | 4.73 | - |
| YUV | 44.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 61 | 0.18 | 0.38 | 0 | 0.76 | 271.3 | 0.23 | 0.19 |
| Hex | 32 | 26 | 3D | 12 | 26 | 0 | 4C | 10F | 17 | 13 |
| Octal | 62 | 46 | 75 | 22 | 46 | 0 | 114 | 417 | 27 | 23 |
| Binary | 110010 | 100110 | 111101 | 10010 | 100110 | 0 | 1001100 | 100001111 | 10111 | 10011 |
Color Harmonies of #32263D
Complementary color
Monochromatic Colors of #32263D
Black with #32263D
Text Example
Text Example
White with #32263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32263D; }
p { color: rgb(50,38,61); }
H1.HeaderClassName
{
color: #32263D;
}
.AnyTagClassName
{
color: #32263D;
}
</style>
background-color css
<style>
a { background-color: #32263D; }
a { background-color: rgb(50,38,61); }
div.DivClassName
{
background-color: #32263D;
}
.BgClassName
{
background-color: #32263D;
}
</style>
border-color css
<style>
span { border-color: #32263D; }
span { border-color: rgb(50,38,61); }
td.TdClassName
{
border-color: #32263D;
}
.TagClassName
{
border-color: #32263D;
}
</style>