Shades of Blackcurrant #281738
Tints of Blackcurrant #281738
RGB
CMYK
RGB Variations
Color information
#281738 (or 0x281738) is known color: Blackcurrant. HEX triplet: 28, 17 and 38. RGB value is (40,23,56). Sum of RGB (Red+Green+Blue) = 40+23+56=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 56 (22.27% from 255 or 47.06% from 119); Max value from RGB is 56 - color contains mainly: blue. Hex color #281738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281738 is #D7E8C7. Grayscale: #1F1F1F. Windows color (decimal): -14149832 or 3675944. OLE color: 3675944.
HSL color Cylindrical-coordinate representation of color #281738: hue angle of 270.91º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #281738 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 23 | 56 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.78 |
| HSL | 270.91º | 0.42% | 0.15% | - |
| HSV(B) | 270.91º | 0.59% | 0.22% | - |
| XYZ | 1.9 | 1.35 | 3.9 | - |
| YUV | 31.85 | 141.63 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 23 | 56 | 0.29 | 0.59 | 0 | 0.78 | 270.91 | 0.42 | 0.15 |
| Hex | 28 | 17 | 38 | 1D | 3B | 0 | 4E | 10F | 2A | F |
| Octal | 50 | 27 | 70 | 35 | 73 | 0 | 116 | 417 | 52 | 17 |
| Binary | 101000 | 10111 | 111000 | 11101 | 111011 | 0 | 1001110 | 100001111 | 101010 | 1111 |
Color Harmonies of #281738
Complementary color
Monochromatic Colors of #281738
Black with #281738
Text Example
Text Example
White with #281738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281738; }
p { color: rgb(40,23,56); }
H1.HeaderClassName
{
color: #281738;
}
.AnyTagClassName
{
color: #281738;
}
</style>
background-color css
<style>
a { background-color: #281738; }
a { background-color: rgb(40,23,56); }
div.DivClassName
{
background-color: #281738;
}
.BgClassName
{
background-color: #281738;
}
</style>
border-color css
<style>
span { border-color: #281738; }
span { border-color: rgb(40,23,56); }
td.TdClassName
{
border-color: #281738;
}
.TagClassName
{
border-color: #281738;
}
</style>