Shades of Blackcurrant #281A3A
Tints of Blackcurrant #281A3A
RGB
CMYK
RGB Variations
Color information
#281A3A (or 0x281A3A) is known color: Blackcurrant. HEX triplet: 28, 1A and 3A. RGB value is (40,26,58). Sum of RGB (Red+Green+Blue) = 40+26+58=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 58 - color contains mainly: blue. Hex color #281A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281A3A is #D7E5C5. Grayscale: #212121. Windows color (decimal): -14149062 or 3807784. OLE color: 3807784.
HSL color Cylindrical-coordinate representation of color #281A3A: hue angle of 266.25º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #281A3A is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 26 | 58 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.77 |
| HSL | 266.25º | 0.38% | 0.16% | - |
| HSV(B) | 266.25º | 0.55% | 0.23% | - |
| XYZ | 2.01 | 1.5 | 4.19 | - |
| YUV | 33.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 58 | 0.31 | 0.55 | 0 | 0.77 | 266.25 | 0.38 | 0.16 |
| Hex | 28 | 1A | 3A | 1F | 37 | 0 | 4D | 10A | 26 | 10 |
| Octal | 50 | 32 | 72 | 37 | 67 | 0 | 115 | 412 | 46 | 20 |
| Binary | 101000 | 11010 | 111010 | 11111 | 110111 | 0 | 1001101 | 100001010 | 100110 | 10000 |
Color Harmonies of #281A3A
Complementary color
Monochromatic Colors of #281A3A
Black with #281A3A
Text Example
Text Example
White with #281A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A3A; }
p { color: rgb(40,26,58); }
H1.HeaderClassName
{
color: #281A3A;
}
.AnyTagClassName
{
color: #281A3A;
}
</style>
background-color css
<style>
a { background-color: #281A3A; }
a { background-color: rgb(40,26,58); }
div.DivClassName
{
background-color: #281A3A;
}
.BgClassName
{
background-color: #281A3A;
}
</style>
border-color css
<style>
span { border-color: #281A3A; }
span { border-color: rgb(40,26,58); }
td.TdClassName
{
border-color: #281A3A;
}
.TagClassName
{
border-color: #281A3A;
}
</style>