Shades of Blackcurrant #28123B
Tints of Blackcurrant #28123B
RGB
CMYK
RGB Variations
Color information
#28123B (or 0x28123B) is known color: Blackcurrant. HEX triplet: 28, 12 and 3B. RGB value is (40,18,59). Sum of RGB (Red+Green+Blue) = 40+18+59=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 59 (23.44% from 255 or 50.43% from 117); Max value from RGB is 59 - color contains mainly: blue. Hex color #28123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28123B is #D7EDC4. Grayscale: #1D1D1D. Windows color (decimal): -14151109 or 3871272. OLE color: 3871272.
HSL color Cylindrical-coordinate representation of color #28123B: hue angle of 272.2º 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 #28123B is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 18 | 59 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.77 |
| HSL | 272.2º | 0.53% | 0.15% | - |
| HSV(B) | 272.2º | 0.69% | 0.23% | - |
| XYZ | 1.88 | 1.2 | 4.27 | - |
| YUV | 29.25 | 144.79 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 59 | 0.32 | 0.69 | 0 | 0.77 | 272.2 | 0.53 | 0.15 |
| Hex | 28 | 12 | 3B | 20 | 45 | 0 | 4D | 110 | 35 | F |
| Octal | 50 | 22 | 73 | 40 | 105 | 0 | 115 | 420 | 65 | 17 |
| Binary | 101000 | 10010 | 111011 | 100000 | 1000101 | 0 | 1001101 | 100010000 | 110101 | 1111 |
Color Harmonies of #28123B
Complementary color
Monochromatic Colors of #28123B
Black with #28123B
Text Example
Text Example
White with #28123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28123B; }
p { color: rgb(40,18,59); }
H1.HeaderClassName
{
color: #28123B;
}
.AnyTagClassName
{
color: #28123B;
}
</style>
background-color css
<style>
a { background-color: #28123B; }
a { background-color: rgb(40,18,59); }
div.DivClassName
{
background-color: #28123B;
}
.BgClassName
{
background-color: #28123B;
}
</style>
border-color css
<style>
span { border-color: #28123B; }
span { border-color: rgb(40,18,59); }
td.TdClassName
{
border-color: #28123B;
}
.TagClassName
{
border-color: #28123B;
}
</style>