Shades of Blackcurrant #230741
Tints of Blackcurrant #230741
RGB
CMYK
RGB Variations
Color information
#230741 (or 0x230741) is known color: Blackcurrant. HEX triplet: 23, 07 and 41. RGB value is (35,7,65). Sum of RGB (Red+Green+Blue) = 35+7+65=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #230741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230741 is #DCF8BE. Grayscale: #151515. Windows color (decimal): -14481599 or 4261667. OLE color: 4261667.
HSL color Cylindrical-coordinate representation of color #230741: hue angle of 268.97º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #230741 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 7 | 65 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.75 |
| HSL | 268.97º | 0.81% | 0.14% | - |
| HSV(B) | 268.97º | 0.89% | 0.25% | - |
| XYZ | 1.72 | 0.89 | 5.08 | - |
| YUV | 21.98 | 152.28 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 7 | 65 | 0.46 | 0.89 | 0 | 0.75 | 268.97 | 0.81 | 0.14 |
| Hex | 23 | 7 | 41 | 2E | 59 | 0 | 4B | 10D | 51 | E |
| Octal | 43 | 7 | 101 | 56 | 131 | 0 | 113 | 415 | 121 | 16 |
| Binary | 100011 | 111 | 1000001 | 101110 | 1011001 | 0 | 1001011 | 100001101 | 1010001 | 1110 |
Color Harmonies of #230741
Complementary color
Monochromatic Colors of #230741
Black with #230741
Text Example
Text Example
White with #230741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230741; }
p { color: rgb(35,7,65); }
H1.HeaderClassName
{
color: #230741;
}
.AnyTagClassName
{
color: #230741;
}
</style>
background-color css
<style>
a { background-color: #230741; }
a { background-color: rgb(35,7,65); }
div.DivClassName
{
background-color: #230741;
}
.BgClassName
{
background-color: #230741;
}
</style>
border-color css
<style>
span { border-color: #230741; }
span { border-color: rgb(35,7,65); }
td.TdClassName
{
border-color: #230741;
}
.TagClassName
{
border-color: #230741;
}
</style>