Shades of Blackcurrant #330D47
Tints of Blackcurrant #330D47
RGB
CMYK
RGB Variations
Color information
#330D47 (or 0x330D47) is known color: Blackcurrant. HEX triplet: 33, 0D and 47. RGB value is (51,13,71). Sum of RGB (Red+Green+Blue) = 51+13+71=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 71 (28.12% from 255 or 52.59% from 135); Max value from RGB is 71 - color contains mainly: blue. Hex color #330D47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330D47 is #CCF2B8. Grayscale: #1E1E1E. Windows color (decimal): -13431481 or 4656435. OLE color: 4656435.
HSL color Cylindrical-coordinate representation of color #330D47: hue angle of 279.31º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #330D47 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 13 | 71 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.72 |
| HSL | 279.31º | 0.69% | 0.16% | - |
| HSV(B) | 279.31º | 0.82% | 0.28% | - |
| XYZ | 2.65 | 1.45 | 6.1 | - |
| YUV | 30.97 | 150.59 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 71 | 0.28 | 0.82 | 0 | 0.72 | 279.31 | 0.69 | 0.16 |
| Hex | 33 | D | 47 | 1C | 52 | 0 | 48 | 117 | 45 | 10 |
| Octal | 63 | 15 | 107 | 34 | 122 | 0 | 110 | 427 | 105 | 20 |
| Binary | 110011 | 1101 | 1000111 | 11100 | 1010010 | 0 | 1001000 | 100010111 | 1000101 | 10000 |
Color Harmonies of #330D47
Complementary color
Monochromatic Colors of #330D47
Black with #330D47
Text Example
Text Example
White with #330D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330D47; }
p { color: rgb(51,13,71); }
H1.HeaderClassName
{
color: #330D47;
}
.AnyTagClassName
{
color: #330D47;
}
</style>
background-color css
<style>
a { background-color: #330D47; }
a { background-color: rgb(51,13,71); }
div.DivClassName
{
background-color: #330D47;
}
.BgClassName
{
background-color: #330D47;
}
</style>
border-color css
<style>
span { border-color: #330D47; }
span { border-color: rgb(51,13,71); }
td.TdClassName
{
border-color: #330D47;
}
.TagClassName
{
border-color: #330D47;
}
</style>