Shades of Blackcurrant #281233
Tints of Blackcurrant #281233
RGB
CMYK
RGB Variations
Color information
#281233 (or 0x281233) is known color: Blackcurrant. HEX triplet: 28, 12 and 33. RGB value is (40,18,51). Sum of RGB (Red+Green+Blue) = 40+18+51=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 51 (20.31% from 255 or 46.79% from 109); Max value from RGB is 51 - color contains mainly: blue. Hex color #281233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281233 is #D7EDCC. Grayscale: #1C1C1C. Windows color (decimal): -14151117 or 3346984. OLE color: 3346984.
HSL color Cylindrical-coordinate representation of color #281233: hue angle of 280º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #281233 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 40 | 18 | 51 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.8 |
| HSL | 280º | 0.48% | 0.14% | - |
| HSV(B) | 280º | 0.65% | 0.2% | - |
| XYZ | 1.69 | 1.12 | 3.26 | - |
| YUV | 28.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 51 | 0.22 | 0.65 | 0 | 0.8 | 280 | 0.48 | 0.14 |
| Hex | 28 | 12 | 33 | 16 | 41 | 0 | 50 | 118 | 30 | E |
| Octal | 50 | 22 | 63 | 26 | 101 | 0 | 120 | 430 | 60 | 16 |
| Binary | 101000 | 10010 | 110011 | 10110 | 1000001 | 0 | 1010000 | 100011000 | 110000 | 1110 |
Color Harmonies of #281233
Complementary color
Monochromatic Colors of #281233
Black with #281233
Text Example
Text Example
White with #281233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281233; }
p { color: rgb(40,18,51); }
H1.HeaderClassName
{
color: #281233;
}
.AnyTagClassName
{
color: #281233;
}
</style>
background-color css
<style>
a { background-color: #281233; }
a { background-color: rgb(40,18,51); }
div.DivClassName
{
background-color: #281233;
}
.BgClassName
{
background-color: #281233;
}
</style>
border-color css
<style>
span { border-color: #281233; }
span { border-color: rgb(40,18,51); }
td.TdClassName
{
border-color: #281233;
}
.TagClassName
{
border-color: #281233;
}
</style>