Shades of Blackcurrant #281838
Tints of Blackcurrant #281838
RGB
CMYK
RGB Variations
Color information
#281838 (or 0x281838) is known color: Blackcurrant. HEX triplet: 28, 18 and 38. RGB value is (40,24,56). Sum of RGB (Red+Green+Blue) = 40+24+56=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 56 (22.27% from 255 or 46.67% from 120); Max value from RGB is 56 - color contains mainly: blue. Hex color #281838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281838 is #D7E7C7. Grayscale: #202020. Windows color (decimal): -14149576 or 3676200. OLE color: 3676200.
HSL color Cylindrical-coordinate representation of color #281838: hue angle of 270º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #281838 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 24 | 56 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.78 |
| HSL | 270º | 0.4% | 0.16% | - |
| HSV(B) | 270º | 0.57% | 0.22% | - |
| XYZ | 1.92 | 1.39 | 3.91 | - |
| YUV | 32.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 56 | 0.29 | 0.57 | 0 | 0.78 | 270 | 0.4 | 0.16 |
| Hex | 28 | 18 | 38 | 1D | 39 | 0 | 4E | 10E | 28 | 10 |
| Octal | 50 | 30 | 70 | 35 | 71 | 0 | 116 | 416 | 50 | 20 |
| Binary | 101000 | 11000 | 111000 | 11101 | 111001 | 0 | 1001110 | 100001110 | 101000 | 10000 |
Color Harmonies of #281838
Complementary color
Monochromatic Colors of #281838
Black with #281838
Text Example
Text Example
White with #281838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281838; }
p { color: rgb(40,24,56); }
H1.HeaderClassName
{
color: #281838;
}
.AnyTagClassName
{
color: #281838;
}
</style>
background-color css
<style>
a { background-color: #281838; }
a { background-color: rgb(40,24,56); }
div.DivClassName
{
background-color: #281838;
}
.BgClassName
{
background-color: #281838;
}
</style>
border-color css
<style>
span { border-color: #281838; }
span { border-color: rgb(40,24,56); }
td.TdClassName
{
border-color: #281838;
}
.TagClassName
{
border-color: #281838;
}
</style>