Shades of Blackcurrant #330338
Tints of Blackcurrant #330338
RGB
CMYK
RGB Variations
Color information
#330338 (or 0x330338) is known color: Blackcurrant. HEX triplet: 33, 03 and 38. RGB value is (51,3,56). Sum of RGB (Red+Green+Blue) = 51+3+56=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 56 (22.27% from 255 or 50.91% from 110); Max value from RGB is 56 - color contains mainly: blue. Hex color #330338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330338 is #CCFCC7. Grayscale: #171717. Windows color (decimal): -13434056 or 3670835. OLE color: 3670835.
HSL color Cylindrical-coordinate representation of color #330338: hue angle of 294.34º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330338 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 3 | 56 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.78 |
| HSL | 294.34º | 0.9% | 0.12% | - |
| HSV(B) | 294.34º | 0.95% | 0.22% | - |
| XYZ | 2.11 | 1.05 | 3.83 | - |
| YUV | 23.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 56 | 0.09 | 0.95 | 0 | 0.78 | 294.34 | 0.9 | 0.12 |
| Hex | 33 | 3 | 38 | 9 | 5F | 0 | 4E | 126 | 5A | C |
| Octal | 63 | 3 | 70 | 11 | 137 | 0 | 116 | 446 | 132 | 14 |
| Binary | 110011 | 11 | 111000 | 1001 | 1011111 | 0 | 1001110 | 100100110 | 1011010 | 1100 |
Color Harmonies of #330338
Complementary color
Monochromatic Colors of #330338
Black with #330338
Text Example
Text Example
White with #330338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330338; }
p { color: rgb(51,3,56); }
H1.HeaderClassName
{
color: #330338;
}
.AnyTagClassName
{
color: #330338;
}
</style>
background-color css
<style>
a { background-color: #330338; }
a { background-color: rgb(51,3,56); }
div.DivClassName
{
background-color: #330338;
}
.BgClassName
{
background-color: #330338;
}
</style>
border-color css
<style>
span { border-color: #330338; }
span { border-color: rgb(51,3,56); }
td.TdClassName
{
border-color: #330338;
}
.TagClassName
{
border-color: #330338;
}
</style>