Shades of Blackcurrant #230238
Tints of Blackcurrant #230238
RGB
CMYK
RGB Variations
Color information
#230238 (or 0x230238) is known color: Blackcurrant. HEX triplet: 23, 02 and 38. RGB value is (35,2,56). Sum of RGB (Red+Green+Blue) = 35+2+56=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 56 (22.27% from 255 or 60.22% from 93); Max value from RGB is 56 - color contains mainly: blue. Hex color #230238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230238 is #DCFDC7. Grayscale: #111111. Windows color (decimal): -14482888 or 3670563. OLE color: 3670563.
HSL color Cylindrical-coordinate representation of color #230238: hue angle of 276.67º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230238 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 2 | 56 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.78 |
| HSL | 276.67º | 0.93% | 0.11% | - |
| HSV(B) | 276.67º | 0.96% | 0.22% | - |
| XYZ | 1.43 | 0.69 | 3.8 | - |
| YUV | 18.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 56 | 0.37 | 0.96 | 0 | 0.78 | 276.67 | 0.93 | 0.11 |
| Hex | 23 | 2 | 38 | 25 | 60 | 0 | 4E | 115 | 5D | B |
| Octal | 43 | 2 | 70 | 45 | 140 | 0 | 116 | 425 | 135 | 13 |
| Binary | 100011 | 10 | 111000 | 100101 | 1100000 | 0 | 1001110 | 100010101 | 1011101 | 1011 |
Color Harmonies of #230238
Complementary color
Monochromatic Colors of #230238
Black with #230238
Text Example
Text Example
White with #230238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230238; }
p { color: rgb(35,2,56); }
H1.HeaderClassName
{
color: #230238;
}
.AnyTagClassName
{
color: #230238;
}
</style>
background-color css
<style>
a { background-color: #230238; }
a { background-color: rgb(35,2,56); }
div.DivClassName
{
background-color: #230238;
}
.BgClassName
{
background-color: #230238;
}
</style>
border-color css
<style>
span { border-color: #230238; }
span { border-color: rgb(35,2,56); }
td.TdClassName
{
border-color: #230238;
}
.TagClassName
{
border-color: #230238;
}
</style>