Shades of Blackcurrant #230946
Tints of Blackcurrant #230946
RGB
CMYK
RGB Variations
Color information
#230946 (or 0x230946) is known color: Blackcurrant. HEX triplet: 23, 09 and 46. RGB value is (35,9,70). Sum of RGB (Red+Green+Blue) = 35+9+70=114 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.70% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 70 (27.73% from 255 or 61.40% from 114); Max value from RGB is 70 - color contains mainly: blue. Hex color #230946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230946 is #DCF6B9. Grayscale: #171717. Windows color (decimal): -14481082 or 4589859. OLE color: 4589859.
HSL color Cylindrical-coordinate representation of color #230946: hue angle of 265.57º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #230946 is Cyan = 0.5, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 9 | 70 | - |
| CMYK | 0.5 | 0.87 | 0 | 0.73 |
| HSL | 265.57º | 0.77% | 0.15% | - |
| HSV(B) | 265.57º | 0.87% | 0.27% | - |
| XYZ | 1.9 | 0.99 | 5.89 | - |
| YUV | 23.73 | 154.11 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 70 | 0.5 | 0.87 | 0 | 0.73 | 265.57 | 0.77 | 0.15 |
| Hex | 23 | 9 | 46 | 32 | 57 | 0 | 49 | 10A | 4D | F |
| Octal | 43 | 11 | 106 | 62 | 127 | 0 | 111 | 412 | 115 | 17 |
| Binary | 100011 | 1001 | 1000110 | 110010 | 1010111 | 0 | 1001001 | 100001010 | 1001101 | 1111 |
Color Harmonies of #230946
Complementary color
Monochromatic Colors of #230946
Black with #230946
Text Example
Text Example
White with #230946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230946; }
p { color: rgb(35,9,70); }
H1.HeaderClassName
{
color: #230946;
}
.AnyTagClassName
{
color: #230946;
}
</style>
background-color css
<style>
a { background-color: #230946; }
a { background-color: rgb(35,9,70); }
div.DivClassName
{
background-color: #230946;
}
.BgClassName
{
background-color: #230946;
}
</style>
border-color css
<style>
span { border-color: #230946; }
span { border-color: rgb(35,9,70); }
td.TdClassName
{
border-color: #230946;
}
.TagClassName
{
border-color: #230946;
}
</style>