Shades of Blackcurrant #231C25
Tints of Blackcurrant #231C25
RGB
CMYK
RGB Variations
Color information
#231C25 (or 0x231C25) is known color: Blackcurrant. HEX triplet: 23, 1C and 25. RGB value is (35,28,37). Sum of RGB (Red+Green+Blue) = 35+28+37=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 37 - color contains mainly: blue. Hex color #231C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C25 is #DCE3DA. Grayscale: #1F1F1F. Windows color (decimal): -14476251 or 2432035. OLE color: 2432035.
HSL color Cylindrical-coordinate representation of color #231C25: hue angle of 286.67º degrees, saturation: 0.14, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #231C25 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 28 | 37 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.85 |
| HSL | 286.67º | 0.14% | 0.13% | - |
| HSV(B) | 286.67º | 0.24% | 0.15% | - |
| XYZ | 1.44 | 1.32 | 1.93 | - |
| YUV | 31.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 37 | 0.05 | 0.24 | 0 | 0.85 | 286.67 | 0.14 | 0.13 |
| Hex | 23 | 1C | 25 | 5 | 18 | 0 | 55 | 11F | E | D |
| Octal | 43 | 34 | 45 | 5 | 30 | 0 | 125 | 437 | 16 | 15 |
| Binary | 100011 | 11100 | 100101 | 101 | 11000 | 0 | 1010101 | 100011111 | 1110 | 1101 |
Color Harmonies of #231C25
Complementary color
Monochromatic Colors of #231C25
Black with #231C25
Text Example
Text Example
White with #231C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C25; }
p { color: rgb(35,28,37); }
H1.HeaderClassName
{
color: #231C25;
}
.AnyTagClassName
{
color: #231C25;
}
</style>
background-color css
<style>
a { background-color: #231C25; }
a { background-color: rgb(35,28,37); }
div.DivClassName
{
background-color: #231C25;
}
.BgClassName
{
background-color: #231C25;
}
</style>
border-color css
<style>
span { border-color: #231C25; }
span { border-color: rgb(35,28,37); }
td.TdClassName
{
border-color: #231C25;
}
.TagClassName
{
border-color: #231C25;
}
</style>