Shades of Blackcurrant #230441
Tints of Blackcurrant #230441
RGB
CMYK
RGB Variations
Color information
#230441 (or 0x230441) is known color: Blackcurrant. HEX triplet: 23, 04 and 41. RGB value is (35,4,65). Sum of RGB (Red+Green+Blue) = 35+4+65=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 65 (25.78% from 255 or 62.5% from 104); Max value from RGB is 65 - color contains mainly: blue. Hex color #230441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230441 is #DCFBBE. Grayscale: #141414. Windows color (decimal): -14482367 or 4260899. OLE color: 4260899.
HSL color Cylindrical-coordinate representation of color #230441: hue angle of 270.49º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230441 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 4 | 65 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.75 |
| HSL | 270.49º | 0.88% | 0.14% | - |
| HSV(B) | 270.49º | 0.94% | 0.25% | - |
| XYZ | 1.69 | 0.83 | 5.07 | - |
| YUV | 20.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 4 | 65 | 0.46 | 0.94 | 0 | 0.75 | 270.49 | 0.88 | 0.14 |
| Hex | 23 | 4 | 41 | 2E | 5E | 0 | 4B | 10E | 58 | E |
| Octal | 43 | 4 | 101 | 56 | 136 | 0 | 113 | 416 | 130 | 16 |
| Binary | 100011 | 100 | 1000001 | 101110 | 1011110 | 0 | 1001011 | 100001110 | 1011000 | 1110 |
Color Harmonies of #230441
Complementary color
Monochromatic Colors of #230441
Black with #230441
Text Example
Text Example
White with #230441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230441; }
p { color: rgb(35,4,65); }
H1.HeaderClassName
{
color: #230441;
}
.AnyTagClassName
{
color: #230441;
}
</style>
background-color css
<style>
a { background-color: #230441; }
a { background-color: rgb(35,4,65); }
div.DivClassName
{
background-color: #230441;
}
.BgClassName
{
background-color: #230441;
}
</style>
border-color css
<style>
span { border-color: #230441; }
span { border-color: rgb(35,4,65); }
td.TdClassName
{
border-color: #230441;
}
.TagClassName
{
border-color: #230441;
}
</style>