Shades of Blackcurrant #330A39
Tints of Blackcurrant #330A39
RGB
CMYK
RGB Variations
Color information
#330A39 (or 0x330A39) is known color: Blackcurrant. HEX triplet: 33, 0A and 39. RGB value is (51,10,57). Sum of RGB (Red+Green+Blue) = 51+10+57=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 57 (22.66% from 255 or 48.31% from 118); Max value from RGB is 57 - color contains mainly: blue. Hex color #330A39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330A39 is #CCF5C6. Grayscale: #1B1B1B. Windows color (decimal): -13432263 or 3738163. OLE color: 3738163.
HSL color Cylindrical-coordinate representation of color #330A39: hue angle of 292.34º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #330A39 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 10 | 57 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.78 |
| HSL | 292.34º | 0.7% | 0.13% | - |
| HSV(B) | 292.34º | 0.82% | 0.22% | - |
| XYZ | 2.21 | 1.22 | 3.99 | - |
| YUV | 27.62 | 144.58 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 57 | 0.11 | 0.82 | 0 | 0.78 | 292.34 | 0.7 | 0.13 |
| Hex | 33 | A | 39 | B | 52 | 0 | 4E | 124 | 46 | D |
| Octal | 63 | 12 | 71 | 13 | 122 | 0 | 116 | 444 | 106 | 15 |
| Binary | 110011 | 1010 | 111001 | 1011 | 1010010 | 0 | 1001110 | 100100100 | 1000110 | 1101 |
Color Harmonies of #330A39
Complementary color
Monochromatic Colors of #330A39
Black with #330A39
Text Example
Text Example
White with #330A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330A39; }
p { color: rgb(51,10,57); }
H1.HeaderClassName
{
color: #330A39;
}
.AnyTagClassName
{
color: #330A39;
}
</style>
background-color css
<style>
a { background-color: #330A39; }
a { background-color: rgb(51,10,57); }
div.DivClassName
{
background-color: #330A39;
}
.BgClassName
{
background-color: #330A39;
}
</style>
border-color css
<style>
span { border-color: #330A39; }
span { border-color: rgb(51,10,57); }
td.TdClassName
{
border-color: #330A39;
}
.TagClassName
{
border-color: #330A39;
}
</style>