Shades of Blackcurrant #281D2C
Tints of Blackcurrant #281D2C
RGB
CMYK
RGB Variations
Color information
#281D2C (or 0x281D2C) is known color: Blackcurrant. HEX triplet: 28, 1D and 2C. RGB value is (40,29,44). Sum of RGB (Red+Green+Blue) = 40+29+44=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 44 (17.58% from 255 or 38.94% from 113); Max value from RGB is 44 - color contains mainly: blue. Hex color #281D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281D2C is #D7E2D3. Grayscale: #212121. Windows color (decimal): -14148308 or 2891048. OLE color: 2891048.
HSL color Cylindrical-coordinate representation of color #281D2C: hue angle of 284º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #281D2C is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 29 | 44 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.83 |
| HSL | 284º | 0.21% | 0.14% | - |
| HSV(B) | 284º | 0.34% | 0.17% | - |
| XYZ | 1.77 | 1.51 | 2.58 | - |
| YUV | 34 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 44 | 0.09 | 0.34 | 0 | 0.83 | 284 | 0.21 | 0.14 |
| Hex | 28 | 1D | 2C | 9 | 22 | 0 | 53 | 11C | 15 | E |
| Octal | 50 | 35 | 54 | 11 | 42 | 0 | 123 | 434 | 25 | 16 |
| Binary | 101000 | 11101 | 101100 | 1001 | 100010 | 0 | 1010011 | 100011100 | 10101 | 1110 |
Color Harmonies of #281D2C
Complementary color
Monochromatic Colors of #281D2C
Black with #281D2C
Text Example
Text Example
White with #281D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281D2C; }
p { color: rgb(40,29,44); }
H1.HeaderClassName
{
color: #281D2C;
}
.AnyTagClassName
{
color: #281D2C;
}
</style>
background-color css
<style>
a { background-color: #281D2C; }
a { background-color: rgb(40,29,44); }
div.DivClassName
{
background-color: #281D2C;
}
.BgClassName
{
background-color: #281D2C;
}
</style>
border-color css
<style>
span { border-color: #281D2C; }
span { border-color: rgb(40,29,44); }
td.TdClassName
{
border-color: #281D2C;
}
.TagClassName
{
border-color: #281D2C;
}
</style>