Shades of Blackcurrant #231630
Tints of Blackcurrant #231630
RGB
CMYK
RGB Variations
Color information
#231630 (or 0x231630) is known color: Blackcurrant. HEX triplet: 23, 16 and 30. RGB value is (35,22,48). Sum of RGB (Red+Green+Blue) = 35+22+48=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 48 - color contains mainly: blue. Hex color #231630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231630 is #DCE9CF. Grayscale: #1C1C1C. Windows color (decimal): -14477776 or 3151395. OLE color: 3151395.
HSL color Cylindrical-coordinate representation of color #231630: hue angle of 270º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #231630 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 22 | 48 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.81 |
| HSL | 270º | 0.37% | 0.14% | - |
| HSV(B) | 270º | 0.54% | 0.19% | - |
| XYZ | 1.51 | 1.14 | 2.94 | - |
| YUV | 28.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 48 | 0.27 | 0.54 | 0 | 0.81 | 270 | 0.37 | 0.14 |
| Hex | 23 | 16 | 30 | 1B | 36 | 0 | 51 | 10E | 25 | E |
| Octal | 43 | 26 | 60 | 33 | 66 | 0 | 121 | 416 | 45 | 16 |
| Binary | 100011 | 10110 | 110000 | 11011 | 110110 | 0 | 1010001 | 100001110 | 100101 | 1110 |
Color Harmonies of #231630
Complementary color
Monochromatic Colors of #231630
Black with #231630
Text Example
Text Example
White with #231630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231630; }
p { color: rgb(35,22,48); }
H1.HeaderClassName
{
color: #231630;
}
.AnyTagClassName
{
color: #231630;
}
</style>
background-color css
<style>
a { background-color: #231630; }
a { background-color: rgb(35,22,48); }
div.DivClassName
{
background-color: #231630;
}
.BgClassName
{
background-color: #231630;
}
</style>
border-color css
<style>
span { border-color: #231630; }
span { border-color: rgb(35,22,48); }
td.TdClassName
{
border-color: #231630;
}
.TagClassName
{
border-color: #231630;
}
</style>