Shades of Blackcurrant #330A41
Tints of Blackcurrant #330A41
RGB
CMYK
RGB Variations
Color information
#330A41 (or 0x330A41) is known color: Blackcurrant. HEX triplet: 33, 0A and 41. RGB value is (51,10,65). Sum of RGB (Red+Green+Blue) = 51+10+65=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 10 (4.30% from 255 or 7.94% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #330A41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330A41 is #CCF5BE. Grayscale: #1C1C1C. Windows color (decimal): -13432255 or 4262451. OLE color: 4262451.
HSL color Cylindrical-coordinate representation of color #330A41: hue angle of 284.73º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #330A41 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 10 | 65 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.75 |
| HSL | 284.73º | 0.73% | 0.15% | - |
| HSV(B) | 284.73º | 0.85% | 0.25% | - |
| XYZ | 2.43 | 1.3 | 5.12 | - |
| YUV | 28.53 | 148.58 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 65 | 0.22 | 0.85 | 0 | 0.75 | 284.73 | 0.73 | 0.15 |
| Hex | 33 | A | 41 | 16 | 55 | 0 | 4B | 11D | 49 | F |
| Octal | 63 | 12 | 101 | 26 | 125 | 0 | 113 | 435 | 111 | 17 |
| Binary | 110011 | 1010 | 1000001 | 10110 | 1010101 | 0 | 1001011 | 100011101 | 1001001 | 1111 |
Color Harmonies of #330A41
Complementary color
Monochromatic Colors of #330A41
Black with #330A41
Text Example
Text Example
White with #330A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330A41; }
p { color: rgb(51,10,65); }
H1.HeaderClassName
{
color: #330A41;
}
.AnyTagClassName
{
color: #330A41;
}
</style>
background-color css
<style>
a { background-color: #330A41; }
a { background-color: rgb(51,10,65); }
div.DivClassName
{
background-color: #330A41;
}
.BgClassName
{
background-color: #330A41;
}
</style>
border-color css
<style>
span { border-color: #330A41; }
span { border-color: rgb(51,10,65); }
td.TdClassName
{
border-color: #330A41;
}
.TagClassName
{
border-color: #330A41;
}
</style>