Shades of Blackcurrant #231C27
Tints of Blackcurrant #231C27
RGB
CMYK
RGB Variations
Color information
#231C27 (or 0x231C27) is known color: Blackcurrant. HEX triplet: 23, 1C and 27. RGB value is (35,28,39). Sum of RGB (Red+Green+Blue) = 35+28+39=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 39 (15.62% from 255 or 38.24% from 102); Max value from RGB is 39 - color contains mainly: blue. Hex color #231C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C27 is #DCE3D8. Grayscale: #1F1F1F. Windows color (decimal): -14476249 or 2563107. OLE color: 2563107.
HSL color Cylindrical-coordinate representation of color #231C27: hue angle of 278.18º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #231C27 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 28 | 39 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.85 |
| HSL | 278.18º | 0.16% | 0.13% | - |
| HSV(B) | 278.18º | 0.28% | 0.15% | - |
| XYZ | 1.47 | 1.33 | 2.1 | - |
| YUV | 31.35 | 132.32 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 39 | 0.10 | 0.28 | 0 | 0.85 | 278.18 | 0.16 | 0.13 |
| Hex | 23 | 1C | 27 | A | 1C | 0 | 55 | 116 | 10 | D |
| Octal | 43 | 34 | 47 | 12 | 34 | 0 | 125 | 426 | 20 | 15 |
| Binary | 100011 | 11100 | 100111 | 1010 | 11100 | 0 | 1010101 | 100010110 | 10000 | 1101 |
Color Harmonies of #231C27
Complementary color
Monochromatic Colors of #231C27
Black with #231C27
Text Example
Text Example
White with #231C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C27; }
p { color: rgb(35,28,39); }
H1.HeaderClassName
{
color: #231C27;
}
.AnyTagClassName
{
color: #231C27;
}
</style>
background-color css
<style>
a { background-color: #231C27; }
a { background-color: rgb(35,28,39); }
div.DivClassName
{
background-color: #231C27;
}
.BgClassName
{
background-color: #231C27;
}
</style>
border-color css
<style>
span { border-color: #231C27; }
span { border-color: rgb(35,28,39); }
td.TdClassName
{
border-color: #231C27;
}
.TagClassName
{
border-color: #231C27;
}
</style>