Shades of Blackcurrant #231427
Tints of Blackcurrant #231427
RGB
CMYK
RGB Variations
Color information
#231427 (or 0x231427) is known color: Blackcurrant. HEX triplet: 23, 14 and 27. RGB value is (35,20,39). Sum of RGB (Red+Green+Blue) = 35+20+39=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 39 (15.62% from 255 or 41.49% from 94); Max value from RGB is 39 - color contains mainly: blue. Hex color #231427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231427 is #DCEBD8. Grayscale: #1A1A1A. Windows color (decimal): -14478297 or 2561059. OLE color: 2561059.
HSL color Cylindrical-coordinate representation of color #231427: hue angle of 287.37º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #231427 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 20 | 39 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.85 |
| HSL | 287.37º | 0.32% | 0.12% | - |
| HSV(B) | 287.37º | 0.49% | 0.15% | - |
| XYZ | 1.31 | 1 | 2.04 | - |
| YUV | 26.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 39 | 0.10 | 0.49 | 0 | 0.85 | 287.37 | 0.32 | 0.12 |
| Hex | 23 | 14 | 27 | A | 31 | 0 | 55 | 11F | 20 | C |
| Octal | 43 | 24 | 47 | 12 | 61 | 0 | 125 | 437 | 40 | 14 |
| Binary | 100011 | 10100 | 100111 | 1010 | 110001 | 0 | 1010101 | 100011111 | 100000 | 1100 |
Color Harmonies of #231427
Complementary color
Monochromatic Colors of #231427
Black with #231427
Text Example
Text Example
White with #231427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231427; }
p { color: rgb(35,20,39); }
H1.HeaderClassName
{
color: #231427;
}
.AnyTagClassName
{
color: #231427;
}
</style>
background-color css
<style>
a { background-color: #231427; }
a { background-color: rgb(35,20,39); }
div.DivClassName
{
background-color: #231427;
}
.BgClassName
{
background-color: #231427;
}
</style>
border-color css
<style>
span { border-color: #231427; }
span { border-color: rgb(35,20,39); }
td.TdClassName
{
border-color: #231427;
}
.TagClassName
{
border-color: #231427;
}
</style>