Shades of Blackcurrant #281832
Tints of Blackcurrant #281832
RGB
CMYK
RGB Variations
Color information
#281832 (or 0x281832) is known color: Blackcurrant. HEX triplet: 28, 18 and 32. RGB value is (40,24,50). Sum of RGB (Red+Green+Blue) = 40+24+50=114 (15% of max value = 765). Red value is 40 (16.02% from 255 or 35.09% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 50 (19.92% from 255 or 43.86% from 114); Max value from RGB is 50 - color contains mainly: blue. Hex color #281832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281832 is #D7E7CD. Grayscale: #1F1F1F. Windows color (decimal): -14149582 or 3282984. OLE color: 3282984.
HSL color Cylindrical-coordinate representation of color #281832: hue angle of 276.92º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #281832 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 24 | 50 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.80 |
| HSL | 276.92º | 0.35% | 0.15% | - |
| HSV(B) | 276.92º | 0.52% | 0.2% | - |
| XYZ | 1.78 | 1.33 | 3.18 | - |
| YUV | 31.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 50 | 0.20 | 0.52 | 0 | 0.80 | 276.92 | 0.35 | 0.15 |
| Hex | 28 | 18 | 32 | 14 | 34 | 0 | 50 | 115 | 23 | F |
| Octal | 50 | 30 | 62 | 24 | 64 | 0 | 120 | 425 | 43 | 17 |
| Binary | 101000 | 11000 | 110010 | 10100 | 110100 | 0 | 1010000 | 100010101 | 100011 | 1111 |
Color Harmonies of #281832
Complementary color
Monochromatic Colors of #281832
Black with #281832
Text Example
Text Example
White with #281832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281832; }
p { color: rgb(40,24,50); }
H1.HeaderClassName
{
color: #281832;
}
.AnyTagClassName
{
color: #281832;
}
</style>
background-color css
<style>
a { background-color: #281832; }
a { background-color: rgb(40,24,50); }
div.DivClassName
{
background-color: #281832;
}
.BgClassName
{
background-color: #281832;
}
</style>
border-color css
<style>
span { border-color: #281832; }
span { border-color: rgb(40,24,50); }
td.TdClassName
{
border-color: #281832;
}
.TagClassName
{
border-color: #281832;
}
</style>