Shades of Blackcurrant #330939
Tints of Blackcurrant #330939
RGB
CMYK
RGB Variations
Color information
#330939 (or 0x330939) is known color: Blackcurrant. HEX triplet: 33, 09 and 39. RGB value is (51,9,57). Sum of RGB (Red+Green+Blue) = 51+9+57=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 57 (22.66% from 255 or 48.72% from 117); Max value from RGB is 57 - color contains mainly: blue. Hex color #330939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330939 is #CCF6C6. Grayscale: #1A1A1A. Windows color (decimal): -13432519 or 3737907. OLE color: 3737907.
HSL color Cylindrical-coordinate representation of color #330939: hue angle of 292.5º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #330939 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 9 | 57 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.78 |
| HSL | 292.5º | 0.73% | 0.13% | - |
| HSV(B) | 292.5º | 0.84% | 0.22% | - |
| XYZ | 2.2 | 1.19 | 3.99 | - |
| YUV | 27.03 | 144.91 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 9 | 57 | 0.11 | 0.84 | 0 | 0.78 | 292.5 | 0.73 | 0.13 |
| Hex | 33 | 9 | 39 | B | 54 | 0 | 4E | 124 | 49 | D |
| Octal | 63 | 11 | 71 | 13 | 124 | 0 | 116 | 444 | 111 | 15 |
| Binary | 110011 | 1001 | 111001 | 1011 | 1010100 | 0 | 1001110 | 100100100 | 1001001 | 1101 |
Color Harmonies of #330939
Complementary color
Monochromatic Colors of #330939
Black with #330939
Text Example
Text Example
White with #330939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330939; }
p { color: rgb(51,9,57); }
H1.HeaderClassName
{
color: #330939;
}
.AnyTagClassName
{
color: #330939;
}
</style>
background-color css
<style>
a { background-color: #330939; }
a { background-color: rgb(51,9,57); }
div.DivClassName
{
background-color: #330939;
}
.BgClassName
{
background-color: #330939;
}
</style>
border-color css
<style>
span { border-color: #330939; }
span { border-color: rgb(51,9,57); }
td.TdClassName
{
border-color: #330939;
}
.TagClassName
{
border-color: #330939;
}
</style>