Shades of Blackcurrant #280632
Tints of Blackcurrant #280632
RGB
CMYK
RGB Variations
Color information
#280632 (or 0x280632) is known color: Blackcurrant. HEX triplet: 28, 06 and 32. RGB value is (40,6,50). Sum of RGB (Red+Green+Blue) = 40+6+50=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 50 (19.92% from 255 or 52.08% from 96); Max value from RGB is 50 - color contains mainly: blue. Hex color #280632 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280632 is #D7F9CD. Grayscale: #151515. Windows color (decimal): -14154190 or 3278376. OLE color: 3278376.
HSL color Cylindrical-coordinate representation of color #280632: hue angle of 286.36º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280632 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 6 | 50 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.80 |
| HSL | 286.36º | 0.79% | 0.11% | - |
| HSV(B) | 286.36º | 0.88% | 0.2% | - |
| XYZ | 1.52 | 0.81 | 3.09 | - |
| YUV | 21.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 50 | 0.20 | 0.88 | 0 | 0.80 | 286.36 | 0.79 | 0.11 |
| Hex | 28 | 6 | 32 | 14 | 58 | 0 | 50 | 11E | 4F | B |
| Octal | 50 | 6 | 62 | 24 | 130 | 0 | 120 | 436 | 117 | 13 |
| Binary | 101000 | 110 | 110010 | 10100 | 1011000 | 0 | 1010000 | 100011110 | 1001111 | 1011 |
Color Harmonies of #280632
Complementary color
Monochromatic Colors of #280632
Black with #280632
Text Example
Text Example
White with #280632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280632; }
p { color: rgb(40,6,50); }
H1.HeaderClassName
{
color: #280632;
}
.AnyTagClassName
{
color: #280632;
}
</style>
background-color css
<style>
a { background-color: #280632; }
a { background-color: rgb(40,6,50); }
div.DivClassName
{
background-color: #280632;
}
.BgClassName
{
background-color: #280632;
}
</style>
border-color css
<style>
span { border-color: #280632; }
span { border-color: rgb(40,6,50); }
td.TdClassName
{
border-color: #280632;
}
.TagClassName
{
border-color: #280632;
}
</style>