Shades of Blackcurrant #231632
Tints of Blackcurrant #231632
RGB
CMYK
RGB Variations
Color information
#231632 (or 0x231632) is known color: Blackcurrant. HEX triplet: 23, 16 and 32. RGB value is (35,22,50). Sum of RGB (Red+Green+Blue) = 35+22+50=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 50 - color contains mainly: blue. Hex color #231632 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231632 is #DCE9CD. Grayscale: #1C1C1C. Windows color (decimal): -14477774 or 3282467. OLE color: 3282467.
HSL color Cylindrical-coordinate representation of color #231632: hue angle of 267.86º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #231632 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 22 | 50 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.80 |
| HSL | 267.86º | 0.39% | 0.14% | - |
| HSV(B) | 267.86º | 0.56% | 0.2% | - |
| XYZ | 1.56 | 1.16 | 3.16 | - |
| YUV | 29.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 50 | 0.30 | 0.56 | 0 | 0.80 | 267.86 | 0.39 | 0.14 |
| Hex | 23 | 16 | 32 | 1E | 38 | 0 | 50 | 10C | 27 | E |
| Octal | 43 | 26 | 62 | 36 | 70 | 0 | 120 | 414 | 47 | 16 |
| Binary | 100011 | 10110 | 110010 | 11110 | 111000 | 0 | 1010000 | 100001100 | 100111 | 1110 |
Color Harmonies of #231632
Complementary color
Monochromatic Colors of #231632
Black with #231632
Text Example
Text Example
White with #231632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231632; }
p { color: rgb(35,22,50); }
H1.HeaderClassName
{
color: #231632;
}
.AnyTagClassName
{
color: #231632;
}
</style>
background-color css
<style>
a { background-color: #231632; }
a { background-color: rgb(35,22,50); }
div.DivClassName
{
background-color: #231632;
}
.BgClassName
{
background-color: #231632;
}
</style>
border-color css
<style>
span { border-color: #231632; }
span { border-color: rgb(35,22,50); }
td.TdClassName
{
border-color: #231632;
}
.TagClassName
{
border-color: #231632;
}
</style>