Shades of Blackcurrant #28123A
Tints of Blackcurrant #28123A
RGB
CMYK
RGB Variations
Color information
#28123A (or 0x28123A) is known color: Blackcurrant. HEX triplet: 28, 12 and 3A. RGB value is (40,18,58). Sum of RGB (Red+Green+Blue) = 40+18+58=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #28123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28123A is #D7EDC5. Grayscale: #1C1C1C. Windows color (decimal): -14151110 or 3805736. OLE color: 3805736.
HSL color Cylindrical-coordinate representation of color #28123A: hue angle of 273º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28123A is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 18 | 58 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.77 |
| HSL | 273º | 0.53% | 0.15% | - |
| HSV(B) | 273º | 0.69% | 0.23% | - |
| XYZ | 1.86 | 1.19 | 4.13 | - |
| YUV | 29.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 58 | 0.31 | 0.69 | 0 | 0.77 | 273 | 0.53 | 0.15 |
| Hex | 28 | 12 | 3A | 1F | 45 | 0 | 4D | 111 | 35 | F |
| Octal | 50 | 22 | 72 | 37 | 105 | 0 | 115 | 421 | 65 | 17 |
| Binary | 101000 | 10010 | 111010 | 11111 | 1000101 | 0 | 1001101 | 100010001 | 110101 | 1111 |
Color Harmonies of #28123A
Complementary color
Monochromatic Colors of #28123A
Black with #28123A
Text Example
Text Example
White with #28123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28123A; }
p { color: rgb(40,18,58); }
H1.HeaderClassName
{
color: #28123A;
}
.AnyTagClassName
{
color: #28123A;
}
</style>
background-color css
<style>
a { background-color: #28123A; }
a { background-color: rgb(40,18,58); }
div.DivClassName
{
background-color: #28123A;
}
.BgClassName
{
background-color: #28123A;
}
</style>
border-color css
<style>
span { border-color: #28123A; }
span { border-color: rgb(40,18,58); }
td.TdClassName
{
border-color: #28123A;
}
.TagClassName
{
border-color: #28123A;
}
</style>