Shades of Blackcurrant #231326
Tints of Blackcurrant #231326
RGB
CMYK
RGB Variations
Color information
#231326 (or 0x231326) is known color: Blackcurrant. HEX triplet: 23, 13 and 26. RGB value is (35,19,38). Sum of RGB (Red+Green+Blue) = 35+19+38=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 38 (15.23% from 255 or 41.30% from 92); Max value from RGB is 38 - color contains mainly: blue. Hex color #231326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231326 is #DCECD9. Grayscale: #191919. Windows color (decimal): -14478554 or 2495267. OLE color: 2495267.
HSL color Cylindrical-coordinate representation of color #231326: hue angle of 290.53º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #231326 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 19 | 38 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.85 |
| HSL | 290.53º | 0.33% | 0.11% | - |
| HSV(B) | 290.53º | 0.5% | 0.15% | - |
| XYZ | 1.28 | 0.96 | 1.95 | - |
| YUV | 25.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 38 | 0.08 | 0.50 | 0 | 0.85 | 290.53 | 0.33 | 0.11 |
| Hex | 23 | 13 | 26 | 8 | 32 | 0 | 55 | 123 | 21 | B |
| Octal | 43 | 23 | 46 | 10 | 62 | 0 | 125 | 443 | 41 | 13 |
| Binary | 100011 | 10011 | 100110 | 1000 | 110010 | 0 | 1010101 | 100100011 | 100001 | 1011 |
Color Harmonies of #231326
Complementary color
Monochromatic Colors of #231326
Black with #231326
Text Example
Text Example
White with #231326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231326; }
p { color: rgb(35,19,38); }
H1.HeaderClassName
{
color: #231326;
}
.AnyTagClassName
{
color: #231326;
}
</style>
background-color css
<style>
a { background-color: #231326; }
a { background-color: rgb(35,19,38); }
div.DivClassName
{
background-color: #231326;
}
.BgClassName
{
background-color: #231326;
}
</style>
border-color css
<style>
span { border-color: #231326; }
span { border-color: rgb(35,19,38); }
td.TdClassName
{
border-color: #231326;
}
.TagClassName
{
border-color: #231326;
}
</style>