Shades of Blackcurrant #230938
Tints of Blackcurrant #230938
RGB
CMYK
RGB Variations
Color information
#230938 (or 0x230938) is known color: Blackcurrant. HEX triplet: 23, 09 and 38. RGB value is (35,9,56). Sum of RGB (Red+Green+Blue) = 35+9+56=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 56 (22.27% from 255 or 56% from 100); Max value from RGB is 56 - color contains mainly: blue. Hex color #230938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230938 is #DCF6C7. Grayscale: #151515. Windows color (decimal): -14481096 or 3672355. OLE color: 3672355.
HSL color Cylindrical-coordinate representation of color #230938: hue angle of 273.19º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #230938 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 9 | 56 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.78 |
| HSL | 273.19º | 0.72% | 0.13% | - |
| HSV(B) | 273.19º | 0.84% | 0.22% | - |
| XYZ | 1.5 | 0.84 | 3.82 | - |
| YUV | 22.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 56 | 0.37 | 0.84 | 0 | 0.78 | 273.19 | 0.72 | 0.13 |
| Hex | 23 | 9 | 38 | 25 | 54 | 0 | 4E | 111 | 48 | D |
| Octal | 43 | 11 | 70 | 45 | 124 | 0 | 116 | 421 | 110 | 15 |
| Binary | 100011 | 1001 | 111000 | 100101 | 1010100 | 0 | 1001110 | 100010001 | 1001000 | 1101 |
Color Harmonies of #230938
Complementary color
Monochromatic Colors of #230938
Black with #230938
Text Example
Text Example
White with #230938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230938; }
p { color: rgb(35,9,56); }
H1.HeaderClassName
{
color: #230938;
}
.AnyTagClassName
{
color: #230938;
}
</style>
background-color css
<style>
a { background-color: #230938; }
a { background-color: rgb(35,9,56); }
div.DivClassName
{
background-color: #230938;
}
.BgClassName
{
background-color: #230938;
}
</style>
border-color css
<style>
span { border-color: #230938; }
span { border-color: rgb(35,9,56); }
td.TdClassName
{
border-color: #230938;
}
.TagClassName
{
border-color: #230938;
}
</style>