Shades of Blackcurrant #32253F
Tints of Blackcurrant #32253F
RGB
CMYK
RGB Variations
Color information
#32253F (or 0x32253F) is known color: Blackcurrant. HEX triplet: 32, 25 and 3F. RGB value is (50,37,63). Sum of RGB (Red+Green+Blue) = 50+37+63=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 63 - color contains mainly: blue. Hex color #32253F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32253F is #CDDAC0. Grayscale: #2B2B2B. Windows color (decimal): -13490881 or 4138290. OLE color: 4138290.
HSL color Cylindrical-coordinate representation of color #32253F: hue angle of 270º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #32253F is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 37 | 63 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.75 |
| HSL | 270º | 0.26% | 0.2% | - |
| HSV(B) | 270º | 0.41% | 0.25% | - |
| XYZ | 2.87 | 2.36 | 5.01 | - |
| YUV | 43.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 63 | 0.21 | 0.41 | 0 | 0.75 | 270 | 0.26 | 0.2 |
| Hex | 32 | 25 | 3F | 15 | 29 | 0 | 4B | 10E | 1A | 14 |
| Octal | 62 | 45 | 77 | 25 | 51 | 0 | 113 | 416 | 32 | 24 |
| Binary | 110010 | 100101 | 111111 | 10101 | 101001 | 0 | 1001011 | 100001110 | 11010 | 10100 |
Color Harmonies of #32253F
Complementary color
Monochromatic Colors of #32253F
Black with #32253F
Text Example
Text Example
White with #32253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32253F; }
p { color: rgb(50,37,63); }
H1.HeaderClassName
{
color: #32253F;
}
.AnyTagClassName
{
color: #32253F;
}
</style>
background-color css
<style>
a { background-color: #32253F; }
a { background-color: rgb(50,37,63); }
div.DivClassName
{
background-color: #32253F;
}
.BgClassName
{
background-color: #32253F;
}
</style>
border-color css
<style>
span { border-color: #32253F; }
span { border-color: rgb(50,37,63); }
td.TdClassName
{
border-color: #32253F;
}
.TagClassName
{
border-color: #32253F;
}
</style>