Shades of Blackcurrant #281338
Tints of Blackcurrant #281338
RGB
CMYK
RGB Variations
Color information
#281338 (or 0x281338) is known color: Blackcurrant. HEX triplet: 28, 13 and 38. RGB value is (40,19,56). Sum of RGB (Red+Green+Blue) = 40+19+56=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: blue. Hex color #281338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281338 is #D7ECC7. Grayscale: #1D1D1D. Windows color (decimal): -14150856 or 3674920. OLE color: 3674920.
HSL color Cylindrical-coordinate representation of color #281338: hue angle of 274.05º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #281338 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 19 | 56 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.78 |
| HSL | 274.05º | 0.49% | 0.15% | - |
| HSV(B) | 274.05º | 0.66% | 0.22% | - |
| XYZ | 1.82 | 1.2 | 3.88 | - |
| YUV | 29.5 | 142.96 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 56 | 0.29 | 0.66 | 0 | 0.78 | 274.05 | 0.49 | 0.15 |
| Hex | 28 | 13 | 38 | 1D | 42 | 0 | 4E | 112 | 31 | F |
| Octal | 50 | 23 | 70 | 35 | 102 | 0 | 116 | 422 | 61 | 17 |
| Binary | 101000 | 10011 | 111000 | 11101 | 1000010 | 0 | 1001110 | 100010010 | 110001 | 1111 |
Color Harmonies of #281338
Complementary color
Monochromatic Colors of #281338
Black with #281338
Text Example
Text Example
White with #281338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281338; }
p { color: rgb(40,19,56); }
H1.HeaderClassName
{
color: #281338;
}
.AnyTagClassName
{
color: #281338;
}
</style>
background-color css
<style>
a { background-color: #281338; }
a { background-color: rgb(40,19,56); }
div.DivClassName
{
background-color: #281338;
}
.BgClassName
{
background-color: #281338;
}
</style>
border-color css
<style>
span { border-color: #281338; }
span { border-color: rgb(40,19,56); }
td.TdClassName
{
border-color: #281338;
}
.TagClassName
{
border-color: #281338;
}
</style>