Shades of Blackcurrant #330943
Tints of Blackcurrant #330943
RGB
CMYK
RGB Variations
Color information
#330943 (or 0x330943) is known color: Blackcurrant. HEX triplet: 33, 09 and 43. RGB value is (51,9,67). Sum of RGB (Red+Green+Blue) = 51+9+67=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 67 (26.56% from 255 or 52.76% from 127); Max value from RGB is 67 - color contains mainly: blue. Hex color #330943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330943 is #CCF6BC. Grayscale: #1B1B1B. Windows color (decimal): -13432509 or 4393267. OLE color: 4393267.
HSL color Cylindrical-coordinate representation of color #330943: hue angle of 283.45º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #330943 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 9 | 67 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.74 |
| HSL | 283.45º | 0.76% | 0.15% | - |
| HSV(B) | 283.45º | 0.87% | 0.26% | - |
| XYZ | 2.48 | 1.3 | 5.43 | - |
| YUV | 28.17 | 149.91 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 9 | 67 | 0.24 | 0.87 | 0 | 0.74 | 283.45 | 0.76 | 0.15 |
| Hex | 33 | 9 | 43 | 18 | 57 | 0 | 4A | 11B | 4C | F |
| Octal | 63 | 11 | 103 | 30 | 127 | 0 | 112 | 433 | 114 | 17 |
| Binary | 110011 | 1001 | 1000011 | 11000 | 1010111 | 0 | 1001010 | 100011011 | 1001100 | 1111 |
Color Harmonies of #330943
Complementary color
Monochromatic Colors of #330943
Black with #330943
Text Example
Text Example
White with #330943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330943; }
p { color: rgb(51,9,67); }
H1.HeaderClassName
{
color: #330943;
}
.AnyTagClassName
{
color: #330943;
}
</style>
background-color css
<style>
a { background-color: #330943; }
a { background-color: rgb(51,9,67); }
div.DivClassName
{
background-color: #330943;
}
.BgClassName
{
background-color: #330943;
}
</style>
border-color css
<style>
span { border-color: #330943; }
span { border-color: rgb(51,9,67); }
td.TdClassName
{
border-color: #330943;
}
.TagClassName
{
border-color: #330943;
}
</style>