Shades of Blackcurrant #330D3C
Tints of Blackcurrant #330D3C
RGB
CMYK
RGB Variations
Color information
#330D3C (or 0x330D3C) is known color: Blackcurrant. HEX triplet: 33, 0D and 3C. RGB value is (51,13,60). Sum of RGB (Red+Green+Blue) = 51+13+60=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 60 (23.83% from 255 or 48.39% from 124); Max value from RGB is 60 - color contains mainly: blue. Hex color #330D3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330D3C is #CCF2C3. Grayscale: #1D1D1D. Windows color (decimal): -13431492 or 3935539. OLE color: 3935539.
HSL color Cylindrical-coordinate representation of color #330D3C: hue angle of 288.51º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #330D3C is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 13 | 60 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.76 |
| HSL | 288.51º | 0.64% | 0.14% | - |
| HSV(B) | 288.51º | 0.78% | 0.24% | - |
| XYZ | 2.32 | 1.32 | 4.41 | - |
| YUV | 29.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 60 | 0.15 | 0.78 | 0 | 0.76 | 288.51 | 0.64 | 0.14 |
| Hex | 33 | D | 3C | F | 4E | 0 | 4C | 121 | 40 | E |
| Octal | 63 | 15 | 74 | 17 | 116 | 0 | 114 | 441 | 100 | 16 |
| Binary | 110011 | 1101 | 111100 | 1111 | 1001110 | 0 | 1001100 | 100100001 | 1000000 | 1110 |
Color Harmonies of #330D3C
Complementary color
Monochromatic Colors of #330D3C
Black with #330D3C
Text Example
Text Example
White with #330D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330D3C; }
p { color: rgb(51,13,60); }
H1.HeaderClassName
{
color: #330D3C;
}
.AnyTagClassName
{
color: #330D3C;
}
</style>
background-color css
<style>
a { background-color: #330D3C; }
a { background-color: rgb(51,13,60); }
div.DivClassName
{
background-color: #330D3C;
}
.BgClassName
{
background-color: #330D3C;
}
</style>
border-color css
<style>
span { border-color: #330D3C; }
span { border-color: rgb(51,13,60); }
td.TdClassName
{
border-color: #330D3C;
}
.TagClassName
{
border-color: #330D3C;
}
</style>