Shades of Blackcurrant #330F41
Tints of Blackcurrant #330F41
RGB
CMYK
RGB Variations
Color information
#330F41 (or 0x330F41) is known color: Blackcurrant. HEX triplet: 33, 0F and 41. RGB value is (51,15,65). Sum of RGB (Red+Green+Blue) = 51+15+65=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #330F41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F41 is #CCF0BE. Grayscale: #1F1F1F. Windows color (decimal): -13430975 or 4263731. OLE color: 4263731.
HSL color Cylindrical-coordinate representation of color #330F41: hue angle of 283.2º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #330F41 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 15 | 65 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.75 |
| HSL | 283.2º | 0.63% | 0.16% | - |
| HSV(B) | 283.2º | 0.77% | 0.25% | - |
| XYZ | 2.49 | 1.43 | 5.15 | - |
| YUV | 31.46 | 146.93 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 65 | 0.22 | 0.77 | 0 | 0.75 | 283.2 | 0.63 | 0.16 |
| Hex | 33 | F | 41 | 16 | 4D | 0 | 4B | 11B | 3E | 10 |
| Octal | 63 | 17 | 101 | 26 | 115 | 0 | 113 | 433 | 76 | 20 |
| Binary | 110011 | 1111 | 1000001 | 10110 | 1001101 | 0 | 1001011 | 100011011 | 111110 | 10000 |
Color Harmonies of #330F41
Complementary color
Monochromatic Colors of #330F41
Black with #330F41
Text Example
Text Example
White with #330F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F41; }
p { color: rgb(51,15,65); }
H1.HeaderClassName
{
color: #330F41;
}
.AnyTagClassName
{
color: #330F41;
}
</style>
background-color css
<style>
a { background-color: #330F41; }
a { background-color: rgb(51,15,65); }
div.DivClassName
{
background-color: #330F41;
}
.BgClassName
{
background-color: #330F41;
}
</style>
border-color css
<style>
span { border-color: #330F41; }
span { border-color: rgb(51,15,65); }
td.TdClassName
{
border-color: #330F41;
}
.TagClassName
{
border-color: #330F41;
}
</style>