Shades of Blackcurrant #330F42
Tints of Blackcurrant #330F42
RGB
CMYK
RGB Variations
Color information
#330F42 (or 0x330F42) is known color: Blackcurrant. HEX triplet: 33, 0F and 42. RGB value is (51,15,66). Sum of RGB (Red+Green+Blue) = 51+15+66=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 66 (26.17% from 255 or 50% from 132); Max value from RGB is 66 - color contains mainly: blue. Hex color #330F42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F42 is #CCF0BD. Grayscale: #1F1F1F. Windows color (decimal): -13430974 or 4329267. OLE color: 4329267.
HSL color Cylindrical-coordinate representation of color #330F42: hue angle of 282.35º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #330F42 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 15 | 66 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.74 |
| HSL | 282.35º | 0.63% | 0.16% | - |
| HSV(B) | 282.35º | 0.77% | 0.26% | - |
| XYZ | 2.52 | 1.44 | 5.3 | - |
| YUV | 31.58 | 147.43 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 66 | 0.23 | 0.77 | 0 | 0.74 | 282.35 | 0.63 | 0.16 |
| Hex | 33 | F | 42 | 17 | 4D | 0 | 4A | 11A | 3F | 10 |
| Octal | 63 | 17 | 102 | 27 | 115 | 0 | 112 | 432 | 77 | 20 |
| Binary | 110011 | 1111 | 1000010 | 10111 | 1001101 | 0 | 1001010 | 100011010 | 111111 | 10000 |
Color Harmonies of #330F42
Complementary color
Monochromatic Colors of #330F42
Black with #330F42
Text Example
Text Example
White with #330F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F42; }
p { color: rgb(51,15,66); }
H1.HeaderClassName
{
color: #330F42;
}
.AnyTagClassName
{
color: #330F42;
}
</style>
background-color css
<style>
a { background-color: #330F42; }
a { background-color: rgb(51,15,66); }
div.DivClassName
{
background-color: #330F42;
}
.BgClassName
{
background-color: #330F42;
}
</style>
border-color css
<style>
span { border-color: #330F42; }
span { border-color: rgb(51,15,66); }
td.TdClassName
{
border-color: #330F42;
}
.TagClassName
{
border-color: #330F42;
}
</style>