Shades of Blackcurrant #330249
Tints of Blackcurrant #330249
RGB
CMYK
RGB Variations
Color information
#330249 (or 0x330249) is known color: Blackcurrant. HEX triplet: 33, 02 and 49. RGB value is (51,2,73). Sum of RGB (Red+Green+Blue) = 51+2+73=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 73 (28.91% from 255 or 57.94% from 126); Max value from RGB is 73 - color contains mainly: blue. Hex color #330249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330249 is #CCFDB6. Grayscale: #181818. Windows color (decimal): -13434295 or 4784691. OLE color: 4784691.
HSL color Cylindrical-coordinate representation of color #330249: hue angle of 281.41º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #330249 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 2 | 73 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.71 |
| HSL | 281.41º | 0.95% | 0.15% | - |
| HSV(B) | 281.41º | 0.97% | 0.29% | - |
| XYZ | 2.59 | 1.23 | 6.4 | - |
| YUV | 24.75 | 155.23 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 73 | 0.30 | 0.97 | 0 | 0.71 | 281.41 | 0.95 | 0.15 |
| Hex | 33 | 2 | 49 | 1E | 61 | 0 | 47 | 119 | 5F | F |
| Octal | 63 | 2 | 111 | 36 | 141 | 0 | 107 | 431 | 137 | 17 |
| Binary | 110011 | 10 | 1001001 | 11110 | 1100001 | 0 | 1000111 | 100011001 | 1011111 | 1111 |
Color Harmonies of #330249
Complementary color
Monochromatic Colors of #330249
Black with #330249
Text Example
Text Example
White with #330249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330249; }
p { color: rgb(51,2,73); }
H1.HeaderClassName
{
color: #330249;
}
.AnyTagClassName
{
color: #330249;
}
</style>
background-color css
<style>
a { background-color: #330249; }
a { background-color: rgb(51,2,73); }
div.DivClassName
{
background-color: #330249;
}
.BgClassName
{
background-color: #330249;
}
</style>
border-color css
<style>
span { border-color: #330249; }
span { border-color: rgb(51,2,73); }
td.TdClassName
{
border-color: #330249;
}
.TagClassName
{
border-color: #330249;
}
</style>