Shades of Blackcurrant #231E28
Tints of Blackcurrant #231E28
RGB
CMYK
RGB Variations
Color information
#231E28 (or 0x231E28) is known color: Blackcurrant. HEX triplet: 23, 1E and 28. RGB value is (35,30,40). Sum of RGB (Red+Green+Blue) = 35+30+40=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 40 - color contains mainly: blue. Hex color #231E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E28 is #DCE1D7. Grayscale: #202020. Windows color (decimal): -14475736 or 2629155. OLE color: 2629155.
HSL color Cylindrical-coordinate representation of color #231E28: hue angle of 270º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #231E28 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 30 | 40 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.84 |
| HSL | 270º | 0.14% | 0.14% | - |
| HSV(B) | 270º | 0.25% | 0.16% | - |
| XYZ | 1.54 | 1.44 | 2.2 | - |
| YUV | 32.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 40 | 0.12 | 0.25 | 0 | 0.84 | 270 | 0.14 | 0.14 |
| Hex | 23 | 1E | 28 | C | 19 | 0 | 54 | 10E | E | E |
| Octal | 43 | 36 | 50 | 14 | 31 | 0 | 124 | 416 | 16 | 16 |
| Binary | 100011 | 11110 | 101000 | 1100 | 11001 | 0 | 1010100 | 100001110 | 1110 | 1110 |
Color Harmonies of #231E28
Complementary color
Monochromatic Colors of #231E28
Black with #231E28
Text Example
Text Example
White with #231E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231E28; }
p { color: rgb(35,30,40); }
H1.HeaderClassName
{
color: #231E28;
}
.AnyTagClassName
{
color: #231E28;
}
</style>
background-color css
<style>
a { background-color: #231E28; }
a { background-color: rgb(35,30,40); }
div.DivClassName
{
background-color: #231E28;
}
.BgClassName
{
background-color: #231E28;
}
</style>
border-color css
<style>
span { border-color: #231E28; }
span { border-color: rgb(35,30,40); }
td.TdClassName
{
border-color: #231E28;
}
.TagClassName
{
border-color: #231E28;
}
</style>