Shades of Blackcurrant #230831
Tints of Blackcurrant #230831
RGB
CMYK
RGB Variations
Color information
#230831 (or 0x230831) is known color: Blackcurrant. HEX triplet: 23, 08 and 31. RGB value is (35,8,49). Sum of RGB (Red+Green+Blue) = 35+8+49=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #230831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230831 is #DCF7CE. Grayscale: #141414. Windows color (decimal): -14481359 or 3213347. OLE color: 3213347.
HSL color Cylindrical-coordinate representation of color #230831: hue angle of 279.51º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #230831 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 8 | 49 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.81 |
| HSL | 279.51º | 0.72% | 0.11% | - |
| HSV(B) | 279.51º | 0.84% | 0.19% | - |
| XYZ | 1.33 | 0.75 | 2.98 | - |
| YUV | 20.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 8 | 49 | 0.29 | 0.84 | 0 | 0.81 | 279.51 | 0.72 | 0.11 |
| Hex | 23 | 8 | 31 | 1D | 54 | 0 | 51 | 118 | 48 | B |
| Octal | 43 | 10 | 61 | 35 | 124 | 0 | 121 | 430 | 110 | 13 |
| Binary | 100011 | 1000 | 110001 | 11101 | 1010100 | 0 | 1010001 | 100011000 | 1001000 | 1011 |
Color Harmonies of #230831
Complementary color
Monochromatic Colors of #230831
Black with #230831
Text Example
Text Example
White with #230831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230831; }
p { color: rgb(35,8,49); }
H1.HeaderClassName
{
color: #230831;
}
.AnyTagClassName
{
color: #230831;
}
</style>
background-color css
<style>
a { background-color: #230831; }
a { background-color: rgb(35,8,49); }
div.DivClassName
{
background-color: #230831;
}
.BgClassName
{
background-color: #230831;
}
</style>
border-color css
<style>
span { border-color: #230831; }
span { border-color: rgb(35,8,49); }
td.TdClassName
{
border-color: #230831;
}
.TagClassName
{
border-color: #230831;
}
</style>