Shades of Blackcurrant #231538
Tints of Blackcurrant #231538
RGB
CMYK
RGB Variations
Color information
#231538 (or 0x231538) is known color: Blackcurrant. HEX triplet: 23, 15 and 38. RGB value is (35,21,56). Sum of RGB (Red+Green+Blue) = 35+21+56=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #231538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231538 is #DCEAC7. Grayscale: #1D1D1D. Windows color (decimal): -14478024 or 3675427. OLE color: 3675427.
HSL color Cylindrical-coordinate representation of color #231538: hue angle of 264º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #231538 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 21 | 56 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.78 |
| HSL | 264º | 0.45% | 0.15% | - |
| HSV(B) | 264º | 0.63% | 0.22% | - |
| XYZ | 1.68 | 1.18 | 3.88 | - |
| YUV | 29.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 56 | 0.37 | 0.63 | 0 | 0.78 | 264 | 0.45 | 0.15 |
| Hex | 23 | 15 | 38 | 25 | 3F | 0 | 4E | 108 | 2D | F |
| Octal | 43 | 25 | 70 | 45 | 77 | 0 | 116 | 410 | 55 | 17 |
| Binary | 100011 | 10101 | 111000 | 100101 | 111111 | 0 | 1001110 | 100001000 | 101101 | 1111 |
Color Harmonies of #231538
Complementary color
Monochromatic Colors of #231538
Black with #231538
Text Example
Text Example
White with #231538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231538; }
p { color: rgb(35,21,56); }
H1.HeaderClassName
{
color: #231538;
}
.AnyTagClassName
{
color: #231538;
}
</style>
background-color css
<style>
a { background-color: #231538; }
a { background-color: rgb(35,21,56); }
div.DivClassName
{
background-color: #231538;
}
.BgClassName
{
background-color: #231538;
}
</style>
border-color css
<style>
span { border-color: #231538; }
span { border-color: rgb(35,21,56); }
td.TdClassName
{
border-color: #231538;
}
.TagClassName
{
border-color: #231538;
}
</style>