Shades of Blackcurrant #330D40
Tints of Blackcurrant #330D40
RGB
CMYK
RGB Variations
Color information
#330D40 (or 0x330D40) is known color: Blackcurrant. HEX triplet: 33, 0D and 40. RGB value is (51,13,64). Sum of RGB (Red+Green+Blue) = 51+13+64=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 13 (5.47% from 255 or 10.16% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #330D40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330D40 is #CCF2BF. Grayscale: #1E1E1E. Windows color (decimal): -13431488 or 4197683. OLE color: 4197683.
HSL color Cylindrical-coordinate representation of color #330D40: hue angle of 284.71º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #330D40 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 13 | 64 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.75 |
| HSL | 284.71º | 0.66% | 0.15% | - |
| HSV(B) | 284.71º | 0.8% | 0.25% | - |
| XYZ | 2.43 | 1.36 | 4.99 | - |
| YUV | 30.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 64 | 0.20 | 0.80 | 0 | 0.75 | 284.71 | 0.66 | 0.15 |
| Hex | 33 | D | 40 | 14 | 50 | 0 | 4B | 11D | 42 | F |
| Octal | 63 | 15 | 100 | 24 | 120 | 0 | 113 | 435 | 102 | 17 |
| Binary | 110011 | 1101 | 1000000 | 10100 | 1010000 | 0 | 1001011 | 100011101 | 1000010 | 1111 |
Color Harmonies of #330D40
Complementary color
Monochromatic Colors of #330D40
Black with #330D40
Text Example
Text Example
White with #330D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330D40; }
p { color: rgb(51,13,64); }
H1.HeaderClassName
{
color: #330D40;
}
.AnyTagClassName
{
color: #330D40;
}
</style>
background-color css
<style>
a { background-color: #330D40; }
a { background-color: rgb(51,13,64); }
div.DivClassName
{
background-color: #330D40;
}
.BgClassName
{
background-color: #330D40;
}
</style>
border-color css
<style>
span { border-color: #330D40; }
span { border-color: rgb(51,13,64); }
td.TdClassName
{
border-color: #330D40;
}
.TagClassName
{
border-color: #330D40;
}
</style>