Shades of Blackcurrant #330C3F
Tints of Blackcurrant #330C3F
RGB
CMYK
RGB Variations
Color information
#330C3F (or 0x330C3F) is known color: Blackcurrant. HEX triplet: 33, 0C and 3F. RGB value is (51,12,63). Sum of RGB (Red+Green+Blue) = 51+12+63=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 63 (25% from 255 or 50% from 126); Max value from RGB is 63 - color contains mainly: blue. Hex color #330C3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C3F is #CCF3C0. Grayscale: #1D1D1D. Windows color (decimal): -13431745 or 4131891. OLE color: 4131891.
HSL color Cylindrical-coordinate representation of color #330C3F: hue angle of 285.88º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #330C3F is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 12 | 63 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.75 |
| HSL | 285.88º | 0.68% | 0.15% | - |
| HSV(B) | 285.88º | 0.81% | 0.25% | - |
| XYZ | 2.39 | 1.33 | 4.83 | - |
| YUV | 29.48 | 146.92 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 63 | 0.19 | 0.81 | 0 | 0.75 | 285.88 | 0.68 | 0.15 |
| Hex | 33 | C | 3F | 13 | 51 | 0 | 4B | 11E | 44 | F |
| Octal | 63 | 14 | 77 | 23 | 121 | 0 | 113 | 436 | 104 | 17 |
| Binary | 110011 | 1100 | 111111 | 10011 | 1010001 | 0 | 1001011 | 100011110 | 1000100 | 1111 |
Color Harmonies of #330C3F
Complementary color
Monochromatic Colors of #330C3F
Black with #330C3F
Text Example
Text Example
White with #330C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330C3F; }
p { color: rgb(51,12,63); }
H1.HeaderClassName
{
color: #330C3F;
}
.AnyTagClassName
{
color: #330C3F;
}
</style>
background-color css
<style>
a { background-color: #330C3F; }
a { background-color: rgb(51,12,63); }
div.DivClassName
{
background-color: #330C3F;
}
.BgClassName
{
background-color: #330C3F;
}
</style>
border-color css
<style>
span { border-color: #330C3F; }
span { border-color: rgb(51,12,63); }
td.TdClassName
{
border-color: #330C3F;
}
.TagClassName
{
border-color: #330C3F;
}
</style>