Shades of Blackcurrant #231A30
Tints of Blackcurrant #231A30
RGB
CMYK
RGB Variations
Color information
#231A30 (or 0x231A30) is known color: Blackcurrant. HEX triplet: 23, 1A and 30. RGB value is (35,26,48). Sum of RGB (Red+Green+Blue) = 35+26+48=109 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.11% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 48 - color contains mainly: blue. Hex color #231A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A30 is #DCE5CF. Grayscale: #1F1F1F. Windows color (decimal): -14476752 or 3152419. OLE color: 3152419.
HSL color Cylindrical-coordinate representation of color #231A30: hue angle of 264.55º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #231A30 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 26 | 48 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.81 |
| HSL | 264.55º | 0.3% | 0.15% | - |
| HSV(B) | 264.55º | 0.46% | 0.19% | - |
| XYZ | 1.6 | 1.31 | 2.96 | - |
| YUV | 31.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 48 | 0.27 | 0.46 | 0 | 0.81 | 264.55 | 0.3 | 0.15 |
| Hex | 23 | 1A | 30 | 1B | 2E | 0 | 51 | 109 | 1E | F |
| Octal | 43 | 32 | 60 | 33 | 56 | 0 | 121 | 411 | 36 | 17 |
| Binary | 100011 | 11010 | 110000 | 11011 | 101110 | 0 | 1010001 | 100001001 | 11110 | 1111 |
Color Harmonies of #231A30
Complementary color
Monochromatic Colors of #231A30
Black with #231A30
Text Example
Text Example
White with #231A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A30; }
p { color: rgb(35,26,48); }
H1.HeaderClassName
{
color: #231A30;
}
.AnyTagClassName
{
color: #231A30;
}
</style>
background-color css
<style>
a { background-color: #231A30; }
a { background-color: rgb(35,26,48); }
div.DivClassName
{
background-color: #231A30;
}
.BgClassName
{
background-color: #231A30;
}
</style>
border-color css
<style>
span { border-color: #231A30; }
span { border-color: rgb(35,26,48); }
td.TdClassName
{
border-color: #231A30;
}
.TagClassName
{
border-color: #231A30;
}
</style>