Shades of Blackcurrant #231E27
Tints of Blackcurrant #231E27
RGB
CMYK
RGB Variations
Color information
#231E27 (or 0x231E27) is known color: Blackcurrant. HEX triplet: 23, 1E and 27. RGB value is (35,30,39). Sum of RGB (Red+Green+Blue) = 35+30+39=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 39 - color contains mainly: blue. Hex color #231E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E27 is #DCE1D8. Grayscale: #202020. Windows color (decimal): -14475737 or 2563619. OLE color: 2563619.
HSL color Cylindrical-coordinate representation of color #231E27: hue angle of 273.33º degrees, saturation: 0.13, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #231E27 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 30 | 39 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.85 |
| HSL | 273.33º | 0.13% | 0.14% | - |
| HSV(B) | 273.33º | 0.23% | 0.15% | - |
| XYZ | 1.52 | 1.43 | 2.12 | - |
| YUV | 32.52 | 131.66 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 39 | 0.10 | 0.23 | 0 | 0.85 | 273.33 | 0.13 | 0.14 |
| Hex | 23 | 1E | 27 | A | 17 | 0 | 55 | 111 | D | E |
| Octal | 43 | 36 | 47 | 12 | 27 | 0 | 125 | 421 | 15 | 16 |
| Binary | 100011 | 11110 | 100111 | 1010 | 10111 | 0 | 1010101 | 100010001 | 1101 | 1110 |
Color Harmonies of #231E27
Complementary color
Monochromatic Colors of #231E27
Black with #231E27
Text Example
Text Example
White with #231E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231E27; }
p { color: rgb(35,30,39); }
H1.HeaderClassName
{
color: #231E27;
}
.AnyTagClassName
{
color: #231E27;
}
</style>
background-color css
<style>
a { background-color: #231E27; }
a { background-color: rgb(35,30,39); }
div.DivClassName
{
background-color: #231E27;
}
.BgClassName
{
background-color: #231E27;
}
</style>
border-color css
<style>
span { border-color: #231E27; }
span { border-color: rgb(35,30,39); }
td.TdClassName
{
border-color: #231E27;
}
.TagClassName
{
border-color: #231E27;
}
</style>