Shades of Blackcurrant #281D36
Tints of Blackcurrant #281D36
RGB
CMYK
RGB Variations
Color information
#281D36 (or 0x281D36) is known color: Blackcurrant. HEX triplet: 28, 1D and 36. RGB value is (40,29,54). Sum of RGB (Red+Green+Blue) = 40+29+54=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 54 - color contains mainly: blue. Hex color #281D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281D36 is #D7E2C9. Grayscale: #232323. Windows color (decimal): -14148298 or 3546408. OLE color: 3546408.
HSL color Cylindrical-coordinate representation of color #281D36: hue angle of 266.4º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #281D36 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 40 | 29 | 54 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.79 |
| HSL | 266.4º | 0.3% | 0.16% | - |
| HSV(B) | 266.4º | 0.46% | 0.21% | - |
| XYZ | 1.98 | 1.6 | 3.69 | - |
| YUV | 35.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 54 | 0.26 | 0.46 | 0 | 0.79 | 266.4 | 0.3 | 0.16 |
| Hex | 28 | 1D | 36 | 1A | 2E | 0 | 4F | 10A | 1E | 10 |
| Octal | 50 | 35 | 66 | 32 | 56 | 0 | 117 | 412 | 36 | 20 |
| Binary | 101000 | 11101 | 110110 | 11010 | 101110 | 0 | 1001111 | 100001010 | 11110 | 10000 |
Color Harmonies of #281D36
Complementary color
Monochromatic Colors of #281D36
Black with #281D36
Text Example
Text Example
White with #281D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281D36; }
p { color: rgb(40,29,54); }
H1.HeaderClassName
{
color: #281D36;
}
.AnyTagClassName
{
color: #281D36;
}
</style>
background-color css
<style>
a { background-color: #281D36; }
a { background-color: rgb(40,29,54); }
div.DivClassName
{
background-color: #281D36;
}
.BgClassName
{
background-color: #281D36;
}
</style>
border-color css
<style>
span { border-color: #281D36; }
span { border-color: rgb(40,29,54); }
td.TdClassName
{
border-color: #281D36;
}
.TagClassName
{
border-color: #281D36;
}
</style>