Shades of Blackcurrant #281830
Tints of Blackcurrant #281830
RGB
CMYK
RGB Variations
Color information
#281830 (or 0x281830) is known color: Blackcurrant. HEX triplet: 28, 18 and 30. RGB value is (40,24,48). Sum of RGB (Red+Green+Blue) = 40+24+48=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 48 - color contains mainly: blue. Hex color #281830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281830 is #D7E7CF. Grayscale: #1F1F1F. Windows color (decimal): -14149584 or 3151912. OLE color: 3151912.
HSL color Cylindrical-coordinate representation of color #281830: hue angle of 280º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #281830 is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 24 | 48 | - |
| CMYK | 0.17 | 0.5 | 0 | 0.81 |
| HSL | 280º | 0.33% | 0.14% | - |
| HSV(B) | 280º | 0.5% | 0.19% | - |
| XYZ | 1.74 | 1.32 | 2.96 | - |
| YUV | 31.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 48 | 0.17 | 0.5 | 0 | 0.81 | 280 | 0.33 | 0.14 |
| Hex | 28 | 18 | 30 | 11 | 32 | 0 | 51 | 118 | 21 | E |
| Octal | 50 | 30 | 60 | 21 | 62 | 0 | 121 | 430 | 41 | 16 |
| Binary | 101000 | 11000 | 110000 | 10001 | 110010 | 0 | 1010001 | 100011000 | 100001 | 1110 |
Color Harmonies of #281830
Complementary color
Monochromatic Colors of #281830
Black with #281830
Text Example
Text Example
White with #281830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281830; }
p { color: rgb(40,24,48); }
H1.HeaderClassName
{
color: #281830;
}
.AnyTagClassName
{
color: #281830;
}
</style>
background-color css
<style>
a { background-color: #281830; }
a { background-color: rgb(40,24,48); }
div.DivClassName
{
background-color: #281830;
}
.BgClassName
{
background-color: #281830;
}
</style>
border-color css
<style>
span { border-color: #281830; }
span { border-color: rgb(40,24,48); }
td.TdClassName
{
border-color: #281830;
}
.TagClassName
{
border-color: #281830;
}
</style>