Shades of Blackcurrant #330C41
Tints of Blackcurrant #330C41
RGB
CMYK
RGB Variations
Color information
#330C41 (or 0x330C41) is known color: Blackcurrant. HEX triplet: 33, 0C and 41. RGB value is (51,12,65). Sum of RGB (Red+Green+Blue) = 51+12+65=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #330C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C41 is #CCF3BE. Grayscale: #1D1D1D. Windows color (decimal): -13431743 or 4262963. OLE color: 4262963.
HSL color Cylindrical-coordinate representation of color #330C41: hue angle of 284.15º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #330C41 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 12 | 65 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.75 |
| HSL | 284.15º | 0.69% | 0.15% | - |
| HSV(B) | 284.15º | 0.82% | 0.25% | - |
| XYZ | 2.45 | 1.35 | 5.13 | - |
| YUV | 29.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 65 | 0.22 | 0.82 | 0 | 0.75 | 284.15 | 0.69 | 0.15 |
| Hex | 33 | C | 41 | 16 | 52 | 0 | 4B | 11C | 45 | F |
| Octal | 63 | 14 | 101 | 26 | 122 | 0 | 113 | 434 | 105 | 17 |
| Binary | 110011 | 1100 | 1000001 | 10110 | 1010010 | 0 | 1001011 | 100011100 | 1000101 | 1111 |
Color Harmonies of #330C41
Complementary color
Monochromatic Colors of #330C41
Black with #330C41
Text Example
Text Example
White with #330C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330C41; }
p { color: rgb(51,12,65); }
H1.HeaderClassName
{
color: #330C41;
}
.AnyTagClassName
{
color: #330C41;
}
</style>
background-color css
<style>
a { background-color: #330C41; }
a { background-color: rgb(51,12,65); }
div.DivClassName
{
background-color: #330C41;
}
.BgClassName
{
background-color: #330C41;
}
</style>
border-color css
<style>
span { border-color: #330C41; }
span { border-color: rgb(51,12,65); }
td.TdClassName
{
border-color: #330C41;
}
.TagClassName
{
border-color: #330C41;
}
</style>