Shades of Blackcurrant #230046
Tints of Blackcurrant #230046
RGB
CMYK
RGB Variations
Color information
#230046 (or 0x230046) is known color: Blackcurrant. HEX triplet: 23, 00 and 46. RGB value is (35,0,70). Sum of RGB (Red+Green+Blue) = 35+0+70=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 70 (27.73% from 255 or 66.67% from 105); Max value from RGB is 70 - color contains mainly: blue. Hex color #230046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230046 is #DCFFB9. Grayscale: #121212. Windows color (decimal): -14483386 or 4587555. OLE color: 4587555.
HSL color Cylindrical-coordinate representation of color #230046: hue angle of 270º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230046 is Cyan = 0.5, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 0 | 70 | - |
| CMYK | 0.5 | 1 | 0 | 0.73 |
| HSL | 270º | 1% | 0.14% | - |
| HSV(B) | 270º | 1% | 0.27% | - |
| XYZ | 1.8 | 0.8 | 5.85 | - |
| YUV | 18.45 | 157.1 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 70 | 0.5 | 1 | 0 | 0.73 | 270 | 1 | 0.14 |
| Hex | 23 | 0 | 46 | 32 | 64 | 0 | 49 | 10E | 64 | E |
| Octal | 43 | 0 | 106 | 62 | 144 | 0 | 111 | 416 | 144 | 16 |
| Binary | 100011 | 0 | 1000110 | 110010 | 1100100 | 0 | 1001001 | 100001110 | 1100100 | 1110 |
Color Harmonies of #230046
Complementary color
Monochromatic Colors of #230046
Black with #230046
Text Example
Text Example
White with #230046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230046; }
p { color: rgb(35,0,70); }
H1.HeaderClassName
{
color: #230046;
}
.AnyTagClassName
{
color: #230046;
}
</style>
background-color css
<style>
a { background-color: #230046; }
a { background-color: rgb(35,0,70); }
div.DivClassName
{
background-color: #230046;
}
.BgClassName
{
background-color: #230046;
}
</style>
border-color css
<style>
span { border-color: #230046; }
span { border-color: rgb(35,0,70); }
td.TdClassName
{
border-color: #230046;
}
.TagClassName
{
border-color: #230046;
}
</style>