Shades of Blackcurrant #32023F
Tints of Blackcurrant #32023F
RGB
CMYK
RGB Variations
Color information
#32023F (or 0x32023F) is known color: Blackcurrant. HEX triplet: 32, 02 and 3F. RGB value is (50,2,63). Sum of RGB (Red+Green+Blue) = 50+2+63=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 63 (25% from 255 or 54.78% from 115); Max value from RGB is 63 - color contains mainly: blue. Hex color #32023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32023F is #CDFDC0. Grayscale: #171717. Windows color (decimal): -13499841 or 4129330. OLE color: 4129330.
HSL color Cylindrical-coordinate representation of color #32023F: hue angle of 287.21º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32023F is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 2 | 63 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.75 |
| HSL | 287.21º | 0.94% | 0.13% | - |
| HSV(B) | 287.21º | 0.97% | 0.25% | - |
| XYZ | 2.23 | 1.08 | 4.79 | - |
| YUV | 23.31 | 150.4 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 63 | 0.21 | 0.97 | 0 | 0.75 | 287.21 | 0.94 | 0.13 |
| Hex | 32 | 2 | 3F | 15 | 61 | 0 | 4B | 11F | 5E | D |
| Octal | 62 | 2 | 77 | 25 | 141 | 0 | 113 | 437 | 136 | 15 |
| Binary | 110010 | 10 | 111111 | 10101 | 1100001 | 0 | 1001011 | 100011111 | 1011110 | 1101 |
Color Harmonies of #32023F
Complementary color
Monochromatic Colors of #32023F
Black with #32023F
Text Example
Text Example
White with #32023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32023F; }
p { color: rgb(50,2,63); }
H1.HeaderClassName
{
color: #32023F;
}
.AnyTagClassName
{
color: #32023F;
}
</style>
background-color css
<style>
a { background-color: #32023F; }
a { background-color: rgb(50,2,63); }
div.DivClassName
{
background-color: #32023F;
}
.BgClassName
{
background-color: #32023F;
}
</style>
border-color css
<style>
span { border-color: #32023F; }
span { border-color: rgb(50,2,63); }
td.TdClassName
{
border-color: #32023F;
}
.TagClassName
{
border-color: #32023F;
}
</style>