Shades of Blackcurrant #32263C
Tints of Blackcurrant #32263C
RGB
CMYK
RGB Variations
Color information
#32263C (or 0x32263C) is known color: Blackcurrant. HEX triplet: 32, 26 and 3C. RGB value is (50,38,60). Sum of RGB (Red+Green+Blue) = 50+38+60=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 60 - color contains mainly: blue. Hex color #32263C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32263C is #CDD9C3. Grayscale: #2C2C2C. Windows color (decimal): -13490628 or 3941938. OLE color: 3941938.
HSL color Cylindrical-coordinate representation of color #32263C: hue angle of 272.73º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #32263C is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 38 | 60 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.76 |
| HSL | 272.73º | 0.22% | 0.19% | - |
| HSV(B) | 272.73º | 0.37% | 0.24% | - |
| XYZ | 2.82 | 2.39 | 4.59 | - |
| YUV | 44.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 60 | 0.17 | 0.37 | 0 | 0.76 | 272.73 | 0.22 | 0.19 |
| Hex | 32 | 26 | 3C | 11 | 25 | 0 | 4C | 111 | 16 | 13 |
| Octal | 62 | 46 | 74 | 21 | 45 | 0 | 114 | 421 | 26 | 23 |
| Binary | 110010 | 100110 | 111100 | 10001 | 100101 | 0 | 1001100 | 100010001 | 10110 | 10011 |
Color Harmonies of #32263C
Complementary color
Monochromatic Colors of #32263C
Black with #32263C
Text Example
Text Example
White with #32263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32263C; }
p { color: rgb(50,38,60); }
H1.HeaderClassName
{
color: #32263C;
}
.AnyTagClassName
{
color: #32263C;
}
</style>
background-color css
<style>
a { background-color: #32263C; }
a { background-color: rgb(50,38,60); }
div.DivClassName
{
background-color: #32263C;
}
.BgClassName
{
background-color: #32263C;
}
</style>
border-color css
<style>
span { border-color: #32263C; }
span { border-color: rgb(50,38,60); }
td.TdClassName
{
border-color: #32263C;
}
.TagClassName
{
border-color: #32263C;
}
</style>