Shades of Blackcurrant #230531
Tints of Blackcurrant #230531
RGB
CMYK
RGB Variations
Color information
#230531 (or 0x230531) is known color: Blackcurrant. HEX triplet: 23, 05 and 31. RGB value is (35,5,49). Sum of RGB (Red+Green+Blue) = 35+5+49=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #230531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230531 is #DCFACE. Grayscale: #121212. Windows color (decimal): -14482127 or 3212579. OLE color: 3212579.
HSL color Cylindrical-coordinate representation of color #230531: hue angle of 280.91º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #230531 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 5 | 49 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.81 |
| HSL | 280.91º | 0.81% | 0.11% | - |
| HSV(B) | 280.91º | 0.9% | 0.19% | - |
| XYZ | 1.3 | 0.69 | 2.97 | - |
| YUV | 18.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 49 | 0.29 | 0.90 | 0 | 0.81 | 280.91 | 0.81 | 0.11 |
| Hex | 23 | 5 | 31 | 1D | 5A | 0 | 51 | 119 | 51 | B |
| Octal | 43 | 5 | 61 | 35 | 132 | 0 | 121 | 431 | 121 | 13 |
| Binary | 100011 | 101 | 110001 | 11101 | 1011010 | 0 | 1010001 | 100011001 | 1010001 | 1011 |
Color Harmonies of #230531
Complementary color
Monochromatic Colors of #230531
Black with #230531
Text Example
Text Example
White with #230531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230531; }
p { color: rgb(35,5,49); }
H1.HeaderClassName
{
color: #230531;
}
.AnyTagClassName
{
color: #230531;
}
</style>
background-color css
<style>
a { background-color: #230531; }
a { background-color: rgb(35,5,49); }
div.DivClassName
{
background-color: #230531;
}
.BgClassName
{
background-color: #230531;
}
</style>
border-color css
<style>
span { border-color: #230531; }
span { border-color: rgb(35,5,49); }
td.TdClassName
{
border-color: #230531;
}
.TagClassName
{
border-color: #230531;
}
</style>