Shades of Blackcurrant #230346
Tints of Blackcurrant #230346
RGB
CMYK
RGB Variations
Color information
#230346 (or 0x230346) is known color: Blackcurrant. HEX triplet: 23, 03 and 46. RGB value is (35,3,70). Sum of RGB (Red+Green+Blue) = 35+3+70=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 70 (27.73% from 255 or 64.81% from 108); Max value from RGB is 70 - color contains mainly: blue. Hex color #230346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230346 is #DCFCB9. Grayscale: #131313. Windows color (decimal): -14482618 or 4588323. OLE color: 4588323.
HSL color Cylindrical-coordinate representation of color #230346: hue angle of 268.66º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230346 is Cyan = 0.5, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 3 | 70 | - |
| CMYK | 0.5 | 0.96 | 0 | 0.73 |
| HSL | 268.66º | 0.92% | 0.14% | - |
| HSV(B) | 268.66º | 0.96% | 0.27% | - |
| XYZ | 1.83 | 0.86 | 5.86 | - |
| YUV | 20.21 | 156.1 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 70 | 0.5 | 0.96 | 0 | 0.73 | 268.66 | 0.92 | 0.14 |
| Hex | 23 | 3 | 46 | 32 | 60 | 0 | 49 | 10D | 5C | E |
| Octal | 43 | 3 | 106 | 62 | 140 | 0 | 111 | 415 | 134 | 16 |
| Binary | 100011 | 11 | 1000110 | 110010 | 1100000 | 0 | 1001001 | 100001101 | 1011100 | 1110 |
Color Harmonies of #230346
Complementary color
Monochromatic Colors of #230346
Black with #230346
Text Example
Text Example
White with #230346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230346; }
p { color: rgb(35,3,70); }
H1.HeaderClassName
{
color: #230346;
}
.AnyTagClassName
{
color: #230346;
}
</style>
background-color css
<style>
a { background-color: #230346; }
a { background-color: rgb(35,3,70); }
div.DivClassName
{
background-color: #230346;
}
.BgClassName
{
background-color: #230346;
}
</style>
border-color css
<style>
span { border-color: #230346; }
span { border-color: rgb(35,3,70); }
td.TdClassName
{
border-color: #230346;
}
.TagClassName
{
border-color: #230346;
}
</style>