Shades of Blackcurrant #330D43
Tints of Blackcurrant #330D43
RGB
CMYK
RGB Variations
Color information
#330D43 (or 0x330D43) is known color: Blackcurrant. HEX triplet: 33, 0D and 43. RGB value is (51,13,67). Sum of RGB (Red+Green+Blue) = 51+13+67=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 67 (26.56% from 255 or 51.15% from 131); Max value from RGB is 67 - color contains mainly: blue. Hex color #330D43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330D43 is #CCF2BC. Grayscale: #1E1E1E. Windows color (decimal): -13431485 or 4394291. OLE color: 4394291.
HSL color Cylindrical-coordinate representation of color #330D43: hue angle of 282.22º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #330D43 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 13 | 67 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.74 |
| HSL | 282.22º | 0.68% | 0.16% | - |
| HSV(B) | 282.22º | 0.81% | 0.26% | - |
| XYZ | 2.52 | 1.4 | 5.45 | - |
| YUV | 30.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 67 | 0.24 | 0.81 | 0 | 0.74 | 282.22 | 0.68 | 0.16 |
| Hex | 33 | D | 43 | 18 | 51 | 0 | 4A | 11A | 44 | 10 |
| Octal | 63 | 15 | 103 | 30 | 121 | 0 | 112 | 432 | 104 | 20 |
| Binary | 110011 | 1101 | 1000011 | 11000 | 1010001 | 0 | 1001010 | 100011010 | 1000100 | 10000 |
Color Harmonies of #330D43
Complementary color
Monochromatic Colors of #330D43
Black with #330D43
Text Example
Text Example
White with #330D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330D43; }
p { color: rgb(51,13,67); }
H1.HeaderClassName
{
color: #330D43;
}
.AnyTagClassName
{
color: #330D43;
}
</style>
background-color css
<style>
a { background-color: #330D43; }
a { background-color: rgb(51,13,67); }
div.DivClassName
{
background-color: #330D43;
}
.BgClassName
{
background-color: #330D43;
}
</style>
border-color css
<style>
span { border-color: #330D43; }
span { border-color: rgb(51,13,67); }
td.TdClassName
{
border-color: #330D43;
}
.TagClassName
{
border-color: #330D43;
}
</style>