Shades of Blackcurrant #231E25
Tints of Blackcurrant #231E25
RGB
CMYK
RGB Variations
Color information
#231E25 (or 0x231E25) is known color: Blackcurrant. HEX triplet: 23, 1E and 25. RGB value is (35,30,37). Sum of RGB (Red+Green+Blue) = 35+30+37=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 37 - color contains mainly: blue. Hex color #231E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E25 is #DCE1DA. Grayscale: #202020. Windows color (decimal): -14475739 or 2432547. OLE color: 2432547.
HSL color Cylindrical-coordinate representation of color #231E25: hue angle of 282.86º degrees, saturation: 0.1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #231E25 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 30 | 37 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.85 |
| HSL | 282.86º | 0.1% | 0.13% | - |
| HSV(B) | 282.86º | 0.19% | 0.15% | - |
| XYZ | 1.49 | 1.42 | 1.95 | - |
| YUV | 32.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 37 | 0.05 | 0.19 | 0 | 0.85 | 282.86 | 0.1 | 0.13 |
| Hex | 23 | 1E | 25 | 5 | 13 | 0 | 55 | 11B | A | D |
| Octal | 43 | 36 | 45 | 5 | 23 | 0 | 125 | 433 | 12 | 15 |
| Binary | 100011 | 11110 | 100101 | 101 | 10011 | 0 | 1010101 | 100011011 | 1010 | 1101 |
Color Harmonies of #231E25
Complementary color
Monochromatic Colors of #231E25
Black with #231E25
Text Example
Text Example
White with #231E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231E25; }
p { color: rgb(35,30,37); }
H1.HeaderClassName
{
color: #231E25;
}
.AnyTagClassName
{
color: #231E25;
}
</style>
background-color css
<style>
a { background-color: #231E25; }
a { background-color: rgb(35,30,37); }
div.DivClassName
{
background-color: #231E25;
}
.BgClassName
{
background-color: #231E25;
}
</style>
border-color css
<style>
span { border-color: #231E25; }
span { border-color: rgb(35,30,37); }
td.TdClassName
{
border-color: #231E25;
}
.TagClassName
{
border-color: #231E25;
}
</style>