Shades of Blackcurrant #281235
Tints of Blackcurrant #281235
RGB
CMYK
RGB Variations
Color information
#281235 (or 0x281235) is known color: Blackcurrant. HEX triplet: 28, 12 and 35. RGB value is (40,18,53). Sum of RGB (Red+Green+Blue) = 40+18+53=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 53 (21.09% from 255 or 47.75% from 111); Max value from RGB is 53 - color contains mainly: blue. Hex color #281235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281235 is #D7EDCA. Grayscale: #1C1C1C. Windows color (decimal): -14151115 or 3478056. OLE color: 3478056.
HSL color Cylindrical-coordinate representation of color #281235: hue angle of 277.71º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #281235 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 40 | 18 | 53 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.79 |
| HSL | 277.71º | 0.49% | 0.14% | - |
| HSV(B) | 277.71º | 0.66% | 0.21% | - |
| XYZ | 1.73 | 1.14 | 3.5 | - |
| YUV | 28.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 53 | 0.25 | 0.66 | 0 | 0.79 | 277.71 | 0.49 | 0.14 |
| Hex | 28 | 12 | 35 | 19 | 42 | 0 | 4F | 116 | 31 | E |
| Octal | 50 | 22 | 65 | 31 | 102 | 0 | 117 | 426 | 61 | 16 |
| Binary | 101000 | 10010 | 110101 | 11001 | 1000010 | 0 | 1001111 | 100010110 | 110001 | 1110 |
Color Harmonies of #281235
Complementary color
Monochromatic Colors of #281235
Black with #281235
Text Example
Text Example
White with #281235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281235; }
p { color: rgb(40,18,53); }
H1.HeaderClassName
{
color: #281235;
}
.AnyTagClassName
{
color: #281235;
}
</style>
background-color css
<style>
a { background-color: #281235; }
a { background-color: rgb(40,18,53); }
div.DivClassName
{
background-color: #281235;
}
.BgClassName
{
background-color: #281235;
}
</style>
border-color css
<style>
span { border-color: #281235; }
span { border-color: rgb(40,18,53); }
td.TdClassName
{
border-color: #281235;
}
.TagClassName
{
border-color: #281235;
}
</style>