Shades of Blackcurrant #230440
Tints of Blackcurrant #230440
RGB
CMYK
RGB Variations
Color information
#230440 (or 0x230440) is known color: Blackcurrant. HEX triplet: 23, 04 and 40. RGB value is (35,4,64). Sum of RGB (Red+Green+Blue) = 35+4+64=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #230440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230440 is #DCFBBF. Grayscale: #131313. Windows color (decimal): -14482368 or 4195363. OLE color: 4195363.
HSL color Cylindrical-coordinate representation of color #230440: hue angle of 271º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230440 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 4 | 64 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.75 |
| HSL | 271º | 0.88% | 0.13% | - |
| HSV(B) | 271º | 0.94% | 0.25% | - |
| XYZ | 1.66 | 0.81 | 4.92 | - |
| YUV | 20.11 | 152.77 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 4 | 64 | 0.45 | 0.94 | 0 | 0.75 | 271 | 0.88 | 0.13 |
| Hex | 23 | 4 | 40 | 2D | 5E | 0 | 4B | 10F | 58 | D |
| Octal | 43 | 4 | 100 | 55 | 136 | 0 | 113 | 417 | 130 | 15 |
| Binary | 100011 | 100 | 1000000 | 101101 | 1011110 | 0 | 1001011 | 100001111 | 1011000 | 1101 |
Color Harmonies of #230440
Complementary color
Monochromatic Colors of #230440
Black with #230440
Text Example
Text Example
White with #230440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230440; }
p { color: rgb(35,4,64); }
H1.HeaderClassName
{
color: #230440;
}
.AnyTagClassName
{
color: #230440;
}
</style>
background-color css
<style>
a { background-color: #230440; }
a { background-color: rgb(35,4,64); }
div.DivClassName
{
background-color: #230440;
}
.BgClassName
{
background-color: #230440;
}
</style>
border-color css
<style>
span { border-color: #230440; }
span { border-color: rgb(35,4,64); }
td.TdClassName
{
border-color: #230440;
}
.TagClassName
{
border-color: #230440;
}
</style>