Shades of Blackcurrant #281239
Tints of Blackcurrant #281239
RGB
CMYK
RGB Variations
Color information
#281239 (or 0x281239) is known color: Blackcurrant. HEX triplet: 28, 12 and 39. RGB value is (40,18,57). Sum of RGB (Red+Green+Blue) = 40+18+57=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #281239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281239 is #D7EDC6. Grayscale: #1C1C1C. Windows color (decimal): -14151111 or 3740200. OLE color: 3740200.
HSL color Cylindrical-coordinate representation of color #281239: hue angle of 273.85º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #281239 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 18 | 57 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.78 |
| HSL | 273.85º | 0.52% | 0.15% | - |
| HSV(B) | 273.85º | 0.68% | 0.22% | - |
| XYZ | 1.83 | 1.18 | 4 | - |
| YUV | 29.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 57 | 0.30 | 0.68 | 0 | 0.78 | 273.85 | 0.52 | 0.15 |
| Hex | 28 | 12 | 39 | 1E | 44 | 0 | 4E | 112 | 34 | F |
| Octal | 50 | 22 | 71 | 36 | 104 | 0 | 116 | 422 | 64 | 17 |
| Binary | 101000 | 10010 | 111001 | 11110 | 1000100 | 0 | 1001110 | 100010010 | 110100 | 1111 |
Color Harmonies of #281239
Complementary color
Monochromatic Colors of #281239
Black with #281239
Text Example
Text Example
White with #281239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281239; }
p { color: rgb(40,18,57); }
H1.HeaderClassName
{
color: #281239;
}
.AnyTagClassName
{
color: #281239;
}
</style>
background-color css
<style>
a { background-color: #281239; }
a { background-color: rgb(40,18,57); }
div.DivClassName
{
background-color: #281239;
}
.BgClassName
{
background-color: #281239;
}
</style>
border-color css
<style>
span { border-color: #281239; }
span { border-color: rgb(40,18,57); }
td.TdClassName
{
border-color: #281239;
}
.TagClassName
{
border-color: #281239;
}
</style>