Shades of Blackcurrant #32233D
Tints of Blackcurrant #32233D
RGB
CMYK
RGB Variations
Color information
#32233D (or 0x32233D) is known color: Blackcurrant. HEX triplet: 32, 23 and 3D. RGB value is (50,35,61). Sum of RGB (Red+Green+Blue) = 50+35+61=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #32233D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32233D is #CDDCC2. Grayscale: #2A2A2A. Windows color (decimal): -13491395 or 4006706. OLE color: 4006706.
HSL color Cylindrical-coordinate representation of color #32233D: hue angle of 274.62º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #32233D is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 35 | 61 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.76 |
| HSL | 274.62º | 0.27% | 0.19% | - |
| HSV(B) | 274.62º | 0.43% | 0.24% | - |
| XYZ | 2.76 | 2.22 | 4.7 | - |
| YUV | 42.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 61 | 0.18 | 0.43 | 0 | 0.76 | 274.62 | 0.27 | 0.19 |
| Hex | 32 | 23 | 3D | 12 | 2B | 0 | 4C | 113 | 1B | 13 |
| Octal | 62 | 43 | 75 | 22 | 53 | 0 | 114 | 423 | 33 | 23 |
| Binary | 110010 | 100011 | 111101 | 10010 | 101011 | 0 | 1001100 | 100010011 | 11011 | 10011 |
Color Harmonies of #32233D
Complementary color
Monochromatic Colors of #32233D
Black with #32233D
Text Example
Text Example
White with #32233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32233D; }
p { color: rgb(50,35,61); }
H1.HeaderClassName
{
color: #32233D;
}
.AnyTagClassName
{
color: #32233D;
}
</style>
background-color css
<style>
a { background-color: #32233D; }
a { background-color: rgb(50,35,61); }
div.DivClassName
{
background-color: #32233D;
}
.BgClassName
{
background-color: #32233D;
}
</style>
border-color css
<style>
span { border-color: #32233D; }
span { border-color: rgb(50,35,61); }
td.TdClassName
{
border-color: #32233D;
}
.TagClassName
{
border-color: #32233D;
}
</style>