Shades of Blackcurrant #330C4A
Tints of Blackcurrant #330C4A
RGB
CMYK
RGB Variations
Color information
#330C4A (or 0x330C4A) is known color: Blackcurrant. HEX triplet: 33, 0C and 4A. RGB value is (51,12,74). Sum of RGB (Red+Green+Blue) = 51+12+74=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 74 (29.30% from 255 or 54.01% from 137); Max value from RGB is 74 - color contains mainly: blue. Hex color #330C4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C4A is #CCF3B5. Grayscale: #1E1E1E. Windows color (decimal): -13431734 or 4852787. OLE color: 4852787.
HSL color Cylindrical-coordinate representation of color #330C4A: hue angle of 277.74º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #330C4A is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 12 | 74 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.71 |
| HSL | 277.74º | 0.72% | 0.17% | - |
| HSV(B) | 277.74º | 0.84% | 0.29% | - |
| XYZ | 2.73 | 1.46 | 6.62 | - |
| YUV | 30.73 | 152.42 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 74 | 0.31 | 0.84 | 0 | 0.71 | 277.74 | 0.72 | 0.17 |
| Hex | 33 | C | 4A | 1F | 54 | 0 | 47 | 116 | 48 | 11 |
| Octal | 63 | 14 | 112 | 37 | 124 | 0 | 107 | 426 | 110 | 21 |
| Binary | 110011 | 1100 | 1001010 | 11111 | 1010100 | 0 | 1000111 | 100010110 | 1001000 | 10001 |
Color Harmonies of #330C4A
Complementary color
Monochromatic Colors of #330C4A
Black with #330C4A
Text Example
Text Example
White with #330C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330C4A; }
p { color: rgb(51,12,74); }
H1.HeaderClassName
{
color: #330C4A;
}
.AnyTagClassName
{
color: #330C4A;
}
</style>
background-color css
<style>
a { background-color: #330C4A; }
a { background-color: rgb(51,12,74); }
div.DivClassName
{
background-color: #330C4A;
}
.BgClassName
{
background-color: #330C4A;
}
</style>
border-color css
<style>
span { border-color: #330C4A; }
span { border-color: rgb(51,12,74); }
td.TdClassName
{
border-color: #330C4A;
}
.TagClassName
{
border-color: #330C4A;
}
</style>