Shades of Blackcurrant #331244
Tints of Blackcurrant #331244
RGB
CMYK
RGB Variations
Color information
#331244 (or 0x331244) is known color: Blackcurrant. HEX triplet: 33, 12 and 44. RGB value is (51,18,68). Sum of RGB (Red+Green+Blue) = 51+18+68=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #331244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331244 is #CCEDBB. Grayscale: #212121. Windows color (decimal): -13430204 or 4461107. OLE color: 4461107.
HSL color Cylindrical-coordinate representation of color #331244: hue angle of 279.6º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #331244 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 18 | 68 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.73 |
| HSL | 279.6º | 0.58% | 0.17% | - |
| HSV(B) | 279.6º | 0.74% | 0.27% | - |
| XYZ | 2.62 | 1.55 | 5.63 | - |
| YUV | 33.57 | 147.43 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 68 | 0.25 | 0.74 | 0 | 0.73 | 279.6 | 0.58 | 0.17 |
| Hex | 33 | 12 | 44 | 19 | 4A | 0 | 49 | 118 | 3A | 11 |
| Octal | 63 | 22 | 104 | 31 | 112 | 0 | 111 | 430 | 72 | 21 |
| Binary | 110011 | 10010 | 1000100 | 11001 | 1001010 | 0 | 1001001 | 100011000 | 111010 | 10001 |
Color Harmonies of #331244
Complementary color
Monochromatic Colors of #331244
Black with #331244
Text Example
Text Example
White with #331244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331244; }
p { color: rgb(51,18,68); }
H1.HeaderClassName
{
color: #331244;
}
.AnyTagClassName
{
color: #331244;
}
</style>
background-color css
<style>
a { background-color: #331244; }
a { background-color: rgb(51,18,68); }
div.DivClassName
{
background-color: #331244;
}
.BgClassName
{
background-color: #331244;
}
</style>
border-color css
<style>
span { border-color: #331244; }
span { border-color: rgb(51,18,68); }
td.TdClassName
{
border-color: #331244;
}
.TagClassName
{
border-color: #331244;
}
</style>