Shades of Blackcurrant #281D34
Tints of Blackcurrant #281D34
RGB
CMYK
RGB Variations
Color information
#281D34 (or 0x281D34) is known color: Blackcurrant. HEX triplet: 28, 1D and 34. RGB value is (40,29,52). Sum of RGB (Red+Green+Blue) = 40+29+52=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 52 - color contains mainly: blue. Hex color #281D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281D34 is #D7E2CB. Grayscale: #222222. Windows color (decimal): -14148300 or 3415336. OLE color: 3415336.
HSL color Cylindrical-coordinate representation of color #281D34: hue angle of 268.7º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #281D34 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 29 | 52 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.80 |
| HSL | 268.7º | 0.28% | 0.16% | - |
| HSV(B) | 268.7º | 0.44% | 0.2% | - |
| XYZ | 1.93 | 1.58 | 3.45 | - |
| YUV | 34.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 52 | 0.23 | 0.44 | 0 | 0.80 | 268.7 | 0.28 | 0.16 |
| Hex | 28 | 1D | 34 | 17 | 2C | 0 | 50 | 10D | 1C | 10 |
| Octal | 50 | 35 | 64 | 27 | 54 | 0 | 120 | 415 | 34 | 20 |
| Binary | 101000 | 11101 | 110100 | 10111 | 101100 | 0 | 1010000 | 100001101 | 11100 | 10000 |
Color Harmonies of #281D34
Complementary color
Monochromatic Colors of #281D34
Black with #281D34
Text Example
Text Example
White with #281D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281D34; }
p { color: rgb(40,29,52); }
H1.HeaderClassName
{
color: #281D34;
}
.AnyTagClassName
{
color: #281D34;
}
</style>
background-color css
<style>
a { background-color: #281D34; }
a { background-color: rgb(40,29,52); }
div.DivClassName
{
background-color: #281D34;
}
.BgClassName
{
background-color: #281D34;
}
</style>
border-color css
<style>
span { border-color: #281D34; }
span { border-color: rgb(40,29,52); }
td.TdClassName
{
border-color: #281D34;
}
.TagClassName
{
border-color: #281D34;
}
</style>