Shades of Blackcurrant #231328
Tints of Blackcurrant #231328
RGB
CMYK
RGB Variations
Color information
#231328 (or 0x231328) is known color: Blackcurrant. HEX triplet: 23, 13 and 28. RGB value is (35,19,40). Sum of RGB (Red+Green+Blue) = 35+19+40=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 40 - color contains mainly: blue. Hex color #231328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231328 is #DCECD7. Grayscale: #1A1A1A. Windows color (decimal): -14478552 or 2626339. OLE color: 2626339.
HSL color Cylindrical-coordinate representation of color #231328: hue angle of 285.71º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #231328 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 19 | 40 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.84 |
| HSL | 285.71º | 0.36% | 0.12% | - |
| HSV(B) | 285.71º | 0.53% | 0.16% | - |
| XYZ | 1.31 | 0.98 | 2.13 | - |
| YUV | 26.18 | 135.8 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 40 | 0.12 | 0.52 | 0 | 0.84 | 285.71 | 0.36 | 0.12 |
| Hex | 23 | 13 | 28 | C | 34 | 0 | 54 | 11E | 24 | C |
| Octal | 43 | 23 | 50 | 14 | 64 | 0 | 124 | 436 | 44 | 14 |
| Binary | 100011 | 10011 | 101000 | 1100 | 110100 | 0 | 1010100 | 100011110 | 100100 | 1100 |
Color Harmonies of #231328
Complementary color
Monochromatic Colors of #231328
Black with #231328
Text Example
Text Example
White with #231328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231328; }
p { color: rgb(35,19,40); }
H1.HeaderClassName
{
color: #231328;
}
.AnyTagClassName
{
color: #231328;
}
</style>
background-color css
<style>
a { background-color: #231328; }
a { background-color: rgb(35,19,40); }
div.DivClassName
{
background-color: #231328;
}
.BgClassName
{
background-color: #231328;
}
</style>
border-color css
<style>
span { border-color: #231328; }
span { border-color: rgb(35,19,40); }
td.TdClassName
{
border-color: #231328;
}
.TagClassName
{
border-color: #231328;
}
</style>