Shades of Blackcurrant #330F3C
Tints of Blackcurrant #330F3C
RGB
CMYK
RGB Variations
Color information
#330F3C (or 0x330F3C) is known color: Blackcurrant. HEX triplet: 33, 0F and 3C. RGB value is (51,15,60). Sum of RGB (Red+Green+Blue) = 51+15+60=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 60 (23.83% from 255 or 47.62% from 126); Max value from RGB is 60 - color contains mainly: blue. Hex color #330F3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F3C is #CCF0C3. Grayscale: #1E1E1E. Windows color (decimal): -13430980 or 3936051. OLE color: 3936051.
HSL color Cylindrical-coordinate representation of color #330F3C: hue angle of 288º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #330F3C is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 15 | 60 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.76 |
| HSL | 288º | 0.6% | 0.15% | - |
| HSV(B) | 288º | 0.75% | 0.24% | - |
| XYZ | 2.35 | 1.37 | 4.42 | - |
| YUV | 30.89 | 144.43 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 60 | 0.15 | 0.75 | 0 | 0.76 | 288 | 0.6 | 0.15 |
| Hex | 33 | F | 3C | F | 4B | 0 | 4C | 120 | 3C | F |
| Octal | 63 | 17 | 74 | 17 | 113 | 0 | 114 | 440 | 74 | 17 |
| Binary | 110011 | 1111 | 111100 | 1111 | 1001011 | 0 | 1001100 | 100100000 | 111100 | 1111 |
Color Harmonies of #330F3C
Complementary color
Monochromatic Colors of #330F3C
Black with #330F3C
Text Example
Text Example
White with #330F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F3C; }
p { color: rgb(51,15,60); }
H1.HeaderClassName
{
color: #330F3C;
}
.AnyTagClassName
{
color: #330F3C;
}
</style>
background-color css
<style>
a { background-color: #330F3C; }
a { background-color: rgb(51,15,60); }
div.DivClassName
{
background-color: #330F3C;
}
.BgClassName
{
background-color: #330F3C;
}
</style>
border-color css
<style>
span { border-color: #330F3C; }
span { border-color: rgb(51,15,60); }
td.TdClassName
{
border-color: #330F3C;
}
.TagClassName
{
border-color: #330F3C;
}
</style>