Shades of Blackcurrant #330239
Tints of Blackcurrant #330239
RGB
CMYK
RGB Variations
Color information
#330239 (or 0x330239) is known color: Blackcurrant. HEX triplet: 33, 02 and 39. RGB value is (51,2,57). Sum of RGB (Red+Green+Blue) = 51+2+57=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 57 (22.66% from 255 or 51.82% from 110); Max value from RGB is 57 - color contains mainly: blue. Hex color #330239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330239 is #CCFDC6. Grayscale: #161616. Windows color (decimal): -13434311 or 3736115. OLE color: 3736115.
HSL color Cylindrical-coordinate representation of color #330239: hue angle of 293.45º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330239 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 2 | 57 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.78 |
| HSL | 293.45º | 0.93% | 0.12% | - |
| HSV(B) | 293.45º | 0.96% | 0.22% | - |
| XYZ | 2.13 | 1.04 | 3.96 | - |
| YUV | 22.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 57 | 0.11 | 0.96 | 0 | 0.78 | 293.45 | 0.93 | 0.12 |
| Hex | 33 | 2 | 39 | B | 60 | 0 | 4E | 125 | 5D | C |
| Octal | 63 | 2 | 71 | 13 | 140 | 0 | 116 | 445 | 135 | 14 |
| Binary | 110011 | 10 | 111001 | 1011 | 1100000 | 0 | 1001110 | 100100101 | 1011101 | 1100 |
Color Harmonies of #330239
Complementary color
Monochromatic Colors of #330239
Black with #330239
Text Example
Text Example
White with #330239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330239; }
p { color: rgb(51,2,57); }
H1.HeaderClassName
{
color: #330239;
}
.AnyTagClassName
{
color: #330239;
}
</style>
background-color css
<style>
a { background-color: #330239; }
a { background-color: rgb(51,2,57); }
div.DivClassName
{
background-color: #330239;
}
.BgClassName
{
background-color: #330239;
}
</style>
border-color css
<style>
span { border-color: #330239; }
span { border-color: rgb(51,2,57); }
td.TdClassName
{
border-color: #330239;
}
.TagClassName
{
border-color: #330239;
}
</style>