Shades of Blackcurrant #231238
Tints of Blackcurrant #231238
RGB
CMYK
RGB Variations
Color information
#231238 (or 0x231238) is known color: Blackcurrant. HEX triplet: 23, 12 and 38. RGB value is (35,18,56). Sum of RGB (Red+Green+Blue) = 35+18+56=109 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.11% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 56 (22.27% from 255 or 51.38% from 109); Max value from RGB is 56 - color contains mainly: blue. Hex color #231238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231238 is #DCEDC7. Grayscale: #1B1B1B. Windows color (decimal): -14478792 or 3674659. OLE color: 3674659.
HSL color Cylindrical-coordinate representation of color #231238: hue angle of 266.84º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #231238 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 18 | 56 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.78 |
| HSL | 266.84º | 0.51% | 0.15% | - |
| HSV(B) | 266.84º | 0.68% | 0.22% | - |
| XYZ | 1.62 | 1.08 | 3.86 | - |
| YUV | 27.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 18 | 56 | 0.37 | 0.68 | 0 | 0.78 | 266.84 | 0.51 | 0.15 |
| Hex | 23 | 12 | 38 | 25 | 44 | 0 | 4E | 10B | 33 | F |
| Octal | 43 | 22 | 70 | 45 | 104 | 0 | 116 | 413 | 63 | 17 |
| Binary | 100011 | 10010 | 111000 | 100101 | 1000100 | 0 | 1001110 | 100001011 | 110011 | 1111 |
Color Harmonies of #231238
Complementary color
Monochromatic Colors of #231238
Black with #231238
Text Example
Text Example
White with #231238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231238; }
p { color: rgb(35,18,56); }
H1.HeaderClassName
{
color: #231238;
}
.AnyTagClassName
{
color: #231238;
}
</style>
background-color css
<style>
a { background-color: #231238; }
a { background-color: rgb(35,18,56); }
div.DivClassName
{
background-color: #231238;
}
.BgClassName
{
background-color: #231238;
}
</style>
border-color css
<style>
span { border-color: #231238; }
span { border-color: rgb(35,18,56); }
td.TdClassName
{
border-color: #231238;
}
.TagClassName
{
border-color: #231238;
}
</style>