Shades of Blackcurrant #330145
Tints of Blackcurrant #330145
RGB
CMYK
RGB Variations
Color information
#330145 (or 0x330145) is known color: Blackcurrant. HEX triplet: 33, 01 and 45. RGB value is (51,1,69). Sum of RGB (Red+Green+Blue) = 51+1+69=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 69 (27.34% from 255 or 57.02% from 121); Max value from RGB is 69 - color contains mainly: blue. Hex color #330145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330145 is #CCFEBA. Grayscale: #171717. Windows color (decimal): -13434555 or 4522291. OLE color: 4522291.
HSL color Cylindrical-coordinate representation of color #330145: hue angle of 284.12º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #330145 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 1 | 69 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.73 |
| HSL | 284.12º | 0.97% | 0.14% | - |
| HSV(B) | 284.12º | 0.99% | 0.27% | - |
| XYZ | 2.45 | 1.16 | 5.72 | - |
| YUV | 23.7 | 153.57 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 69 | 0.26 | 0.99 | 0 | 0.73 | 284.12 | 0.97 | 0.14 |
| Hex | 33 | 1 | 45 | 1A | 63 | 0 | 49 | 11C | 61 | E |
| Octal | 63 | 1 | 105 | 32 | 143 | 0 | 111 | 434 | 141 | 16 |
| Binary | 110011 | 1 | 1000101 | 11010 | 1100011 | 0 | 1001001 | 100011100 | 1100001 | 1110 |
Color Harmonies of #330145
Complementary color
Monochromatic Colors of #330145
Black with #330145
Text Example
Text Example
White with #330145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330145; }
p { color: rgb(51,1,69); }
H1.HeaderClassName
{
color: #330145;
}
.AnyTagClassName
{
color: #330145;
}
</style>
background-color css
<style>
a { background-color: #330145; }
a { background-color: rgb(51,1,69); }
div.DivClassName
{
background-color: #330145;
}
.BgClassName
{
background-color: #330145;
}
</style>
border-color css
<style>
span { border-color: #330145; }
span { border-color: rgb(51,1,69); }
td.TdClassName
{
border-color: #330145;
}
.TagClassName
{
border-color: #330145;
}
</style>