Shades of Blackcurrant #281A32
Tints of Blackcurrant #281A32
RGB
CMYK
RGB Variations
Color information
#281A32 (or 0x281A32) is known color: Blackcurrant. HEX triplet: 28, 1A and 32. RGB value is (40,26,50). Sum of RGB (Red+Green+Blue) = 40+26+50=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 50 - color contains mainly: blue. Hex color #281A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281A32 is #D7E5CD. Grayscale: #202020. Windows color (decimal): -14149070 or 3283496. OLE color: 3283496.
HSL color Cylindrical-coordinate representation of color #281A32: hue angle of 275º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #281A32 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 26 | 50 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.80 |
| HSL | 275º | 0.32% | 0.15% | - |
| HSV(B) | 275º | 0.48% | 0.2% | - |
| XYZ | 1.82 | 1.42 | 3.2 | - |
| YUV | 32.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 50 | 0.20 | 0.48 | 0 | 0.80 | 275 | 0.32 | 0.15 |
| Hex | 28 | 1A | 32 | 14 | 30 | 0 | 50 | 113 | 20 | F |
| Octal | 50 | 32 | 62 | 24 | 60 | 0 | 120 | 423 | 40 | 17 |
| Binary | 101000 | 11010 | 110010 | 10100 | 110000 | 0 | 1010000 | 100010011 | 100000 | 1111 |
Color Harmonies of #281A32
Complementary color
Monochromatic Colors of #281A32
Black with #281A32
Text Example
Text Example
White with #281A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A32; }
p { color: rgb(40,26,50); }
H1.HeaderClassName
{
color: #281A32;
}
.AnyTagClassName
{
color: #281A32;
}
</style>
background-color css
<style>
a { background-color: #281A32; }
a { background-color: rgb(40,26,50); }
div.DivClassName
{
background-color: #281A32;
}
.BgClassName
{
background-color: #281A32;
}
</style>
border-color css
<style>
span { border-color: #281A32; }
span { border-color: rgb(40,26,50); }
td.TdClassName
{
border-color: #281A32;
}
.TagClassName
{
border-color: #281A32;
}
</style>