Shades of Blackcurrant #231428
Tints of Blackcurrant #231428
RGB
CMYK
RGB Variations
Color information
#231428 (or 0x231428) is known color: Blackcurrant. HEX triplet: 23, 14 and 28. RGB value is (35,20,40). Sum of RGB (Red+Green+Blue) = 35+20+40=95 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.84% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 40 - color contains mainly: blue. Hex color #231428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231428 is #DCEBD7. Grayscale: #1A1A1A. Windows color (decimal): -14478296 or 2626595. OLE color: 2626595.
HSL color Cylindrical-coordinate representation of color #231428: hue angle of 285º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #231428 is Cyan = 0.12, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 20 | 40 | - |
| CMYK | 0.12 | 0.5 | 0 | 0.84 |
| HSL | 285º | 0.33% | 0.12% | - |
| HSV(B) | 285º | 0.5% | 0.16% | - |
| XYZ | 1.33 | 1.01 | 2.13 | - |
| YUV | 26.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 40 | 0.12 | 0.5 | 0 | 0.84 | 285 | 0.33 | 0.12 |
| Hex | 23 | 14 | 28 | C | 32 | 0 | 54 | 11D | 21 | C |
| Octal | 43 | 24 | 50 | 14 | 62 | 0 | 124 | 435 | 41 | 14 |
| Binary | 100011 | 10100 | 101000 | 1100 | 110010 | 0 | 1010100 | 100011101 | 100001 | 1100 |
Color Harmonies of #231428
Complementary color
Monochromatic Colors of #231428
Black with #231428
Text Example
Text Example
White with #231428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231428; }
p { color: rgb(35,20,40); }
H1.HeaderClassName
{
color: #231428;
}
.AnyTagClassName
{
color: #231428;
}
</style>
background-color css
<style>
a { background-color: #231428; }
a { background-color: rgb(35,20,40); }
div.DivClassName
{
background-color: #231428;
}
.BgClassName
{
background-color: #231428;
}
</style>
border-color css
<style>
span { border-color: #231428; }
span { border-color: rgb(35,20,40); }
td.TdClassName
{
border-color: #231428;
}
.TagClassName
{
border-color: #231428;
}
</style>