Shades of Blackcurrant #330D3D
Tints of Blackcurrant #330D3D
RGB
CMYK
RGB Variations
Color information
#330D3D (or 0x330D3D) is known color: Blackcurrant. HEX triplet: 33, 0D and 3D. RGB value is (51,13,61). Sum of RGB (Red+Green+Blue) = 51+13+61=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 61 - color contains mainly: blue. Hex color #330D3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330D3D is #CCF2C2. Grayscale: #1D1D1D. Windows color (decimal): -13431491 or 4001075. OLE color: 4001075.
HSL color Cylindrical-coordinate representation of color #330D3D: hue angle of 287.5º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #330D3D is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 13 | 61 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.76 |
| HSL | 287.5º | 0.65% | 0.15% | - |
| HSV(B) | 287.5º | 0.79% | 0.24% | - |
| XYZ | 2.35 | 1.33 | 4.55 | - |
| YUV | 29.83 | 145.59 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 61 | 0.16 | 0.79 | 0 | 0.76 | 287.5 | 0.65 | 0.15 |
| Hex | 33 | D | 3D | 10 | 4F | 0 | 4C | 120 | 41 | F |
| Octal | 63 | 15 | 75 | 20 | 117 | 0 | 114 | 440 | 101 | 17 |
| Binary | 110011 | 1101 | 111101 | 10000 | 1001111 | 0 | 1001100 | 100100000 | 1000001 | 1111 |
Color Harmonies of #330D3D
Complementary color
Monochromatic Colors of #330D3D
Black with #330D3D
Text Example
Text Example
White with #330D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330D3D; }
p { color: rgb(51,13,61); }
H1.HeaderClassName
{
color: #330D3D;
}
.AnyTagClassName
{
color: #330D3D;
}
</style>
background-color css
<style>
a { background-color: #330D3D; }
a { background-color: rgb(51,13,61); }
div.DivClassName
{
background-color: #330D3D;
}
.BgClassName
{
background-color: #330D3D;
}
</style>
border-color css
<style>
span { border-color: #330D3D; }
span { border-color: rgb(51,13,61); }
td.TdClassName
{
border-color: #330D3D;
}
.TagClassName
{
border-color: #330D3D;
}
</style>