Shades of Blackcurrant #330F52
Tints of Blackcurrant #330F52
RGB
CMYK
RGB Variations
Color information
#330F52 (or 0x330F52) is known color: Blackcurrant. HEX triplet: 33, 0F and 52. RGB value is (51,15,82). Sum of RGB (Red+Green+Blue) = 51+15+82=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 82 (32.42% from 255 or 55.41% from 148); Max value from RGB is 82 - color contains mainly: blue. Hex color #330F52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330F52 is #CCF0AD. Grayscale: #212121. Windows color (decimal): -13430958 or 5377843. OLE color: 5377843.
HSL color Cylindrical-coordinate representation of color #330F52: hue angle of 272.24º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #330F52 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 15 | 82 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.68 |
| HSL | 272.24º | 0.69% | 0.19% | - |
| HSV(B) | 272.24º | 0.82% | 0.32% | - |
| XYZ | 3.06 | 1.65 | 8.14 | - |
| YUV | 33.4 | 155.43 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 82 | 0.38 | 0.82 | 0 | 0.68 | 272.24 | 0.69 | 0.19 |
| Hex | 33 | F | 52 | 26 | 52 | 0 | 44 | 110 | 45 | 13 |
| Octal | 63 | 17 | 122 | 46 | 122 | 0 | 104 | 420 | 105 | 23 |
| Binary | 110011 | 1111 | 1010010 | 100110 | 1010010 | 0 | 1000100 | 100010000 | 1000101 | 10011 |
Color Harmonies of #330F52
Complementary color
Monochromatic Colors of #330F52
Black with #330F52
Text Example
Text Example
White with #330F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F52; }
p { color: rgb(51,15,82); }
H1.HeaderClassName
{
color: #330F52;
}
.AnyTagClassName
{
color: #330F52;
}
</style>
background-color css
<style>
a { background-color: #330F52; }
a { background-color: rgb(51,15,82); }
div.DivClassName
{
background-color: #330F52;
}
.BgClassName
{
background-color: #330F52;
}
</style>
border-color css
<style>
span { border-color: #330F52; }
span { border-color: rgb(51,15,82); }
td.TdClassName
{
border-color: #330F52;
}
.TagClassName
{
border-color: #330F52;
}
</style>