Shades of Blackcurrant #280C41
Tints of Blackcurrant #280C41
RGB
CMYK
RGB Variations
Color information
#280C41 (or 0x280C41) is known color: Blackcurrant. HEX triplet: 28, 0C and 41. RGB value is (40,12,65). Sum of RGB (Red+Green+Blue) = 40+12+65=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #280C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280C41 is #D7F3BE. Grayscale: #1A1A1A. Windows color (decimal): -14152639 or 4262952. OLE color: 4262952.
HSL color Cylindrical-coordinate representation of color #280C41: hue angle of 271.7º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280C41 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 12 | 65 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.75 |
| HSL | 271.7º | 0.69% | 0.15% | - |
| HSV(B) | 271.7º | 0.82% | 0.25% | - |
| XYZ | 1.96 | 1.1 | 5.11 | - |
| YUV | 26.41 | 149.78 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 65 | 0.38 | 0.82 | 0 | 0.75 | 271.7 | 0.69 | 0.15 |
| Hex | 28 | C | 41 | 26 | 52 | 0 | 4B | 110 | 45 | F |
| Octal | 50 | 14 | 101 | 46 | 122 | 0 | 113 | 420 | 105 | 17 |
| Binary | 101000 | 1100 | 1000001 | 100110 | 1010010 | 0 | 1001011 | 100010000 | 1000101 | 1111 |
Color Harmonies of #280C41
Complementary color
Monochromatic Colors of #280C41
Black with #280C41
Text Example
Text Example
White with #280C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280C41; }
p { color: rgb(40,12,65); }
H1.HeaderClassName
{
color: #280C41;
}
.AnyTagClassName
{
color: #280C41;
}
</style>
background-color css
<style>
a { background-color: #280C41; }
a { background-color: rgb(40,12,65); }
div.DivClassName
{
background-color: #280C41;
}
.BgClassName
{
background-color: #280C41;
}
</style>
border-color css
<style>
span { border-color: #280C41; }
span { border-color: rgb(40,12,65); }
td.TdClassName
{
border-color: #280C41;
}
.TagClassName
{
border-color: #280C41;
}
</style>