Shades of Blackcurrant #231032
Tints of Blackcurrant #231032
RGB
CMYK
RGB Variations
Color information
#231032 (or 0x231032) is known color: Blackcurrant. HEX triplet: 23, 10 and 32. RGB value is (35,16,50). Sum of RGB (Red+Green+Blue) = 35+16+50=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 50 (19.92% from 255 or 49.50% from 101); Max value from RGB is 50 - color contains mainly: blue. Hex color #231032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231032 is #DCEFCD. Grayscale: #191919. Windows color (decimal): -14479310 or 3280931. OLE color: 3280931.
HSL color Cylindrical-coordinate representation of color #231032: hue angle of 273.53º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #231032 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 16 | 50 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.80 |
| HSL | 273.53º | 0.52% | 0.13% | - |
| HSV(B) | 273.53º | 0.68% | 0.2% | - |
| XYZ | 1.45 | 0.96 | 3.13 | - |
| YUV | 25.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 50 | 0.30 | 0.68 | 0 | 0.80 | 273.53 | 0.52 | 0.13 |
| Hex | 23 | 10 | 32 | 1E | 44 | 0 | 50 | 112 | 34 | D |
| Octal | 43 | 20 | 62 | 36 | 104 | 0 | 120 | 422 | 64 | 15 |
| Binary | 100011 | 10000 | 110010 | 11110 | 1000100 | 0 | 1010000 | 100010010 | 110100 | 1101 |
Color Harmonies of #231032
Complementary color
Monochromatic Colors of #231032
Black with #231032
Text Example
Text Example
White with #231032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231032; }
p { color: rgb(35,16,50); }
H1.HeaderClassName
{
color: #231032;
}
.AnyTagClassName
{
color: #231032;
}
</style>
background-color css
<style>
a { background-color: #231032; }
a { background-color: rgb(35,16,50); }
div.DivClassName
{
background-color: #231032;
}
.BgClassName
{
background-color: #231032;
}
</style>
border-color css
<style>
span { border-color: #231032; }
span { border-color: rgb(35,16,50); }
td.TdClassName
{
border-color: #231032;
}
.TagClassName
{
border-color: #231032;
}
</style>