Shades of Blackcurrant #330B43
Tints of Blackcurrant #330B43
RGB
CMYK
RGB Variations
Color information
#330B43 (or 0x330B43) is known color: Blackcurrant. HEX triplet: 33, 0B and 43. RGB value is (51,11,67). Sum of RGB (Red+Green+Blue) = 51+11+67=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 67 (26.56% from 255 or 51.94% from 129); Max value from RGB is 67 - color contains mainly: blue. Hex color #330B43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330B43 is #CCF4BC. Grayscale: #1D1D1D. Windows color (decimal): -13431997 or 4393779. OLE color: 4393779.
HSL color Cylindrical-coordinate representation of color #330B43: hue angle of 282.86º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #330B43 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 11 | 67 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.74 |
| HSL | 282.86º | 0.72% | 0.15% | - |
| HSV(B) | 282.86º | 0.84% | 0.26% | - |
| XYZ | 2.5 | 1.35 | 5.44 | - |
| YUV | 29.34 | 149.25 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 67 | 0.24 | 0.84 | 0 | 0.74 | 282.86 | 0.72 | 0.15 |
| Hex | 33 | B | 43 | 18 | 54 | 0 | 4A | 11B | 48 | F |
| Octal | 63 | 13 | 103 | 30 | 124 | 0 | 112 | 433 | 110 | 17 |
| Binary | 110011 | 1011 | 1000011 | 11000 | 1010100 | 0 | 1001010 | 100011011 | 1001000 | 1111 |
Color Harmonies of #330B43
Complementary color
Monochromatic Colors of #330B43
Black with #330B43
Text Example
Text Example
White with #330B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B43; }
p { color: rgb(51,11,67); }
H1.HeaderClassName
{
color: #330B43;
}
.AnyTagClassName
{
color: #330B43;
}
</style>
background-color css
<style>
a { background-color: #330B43; }
a { background-color: rgb(51,11,67); }
div.DivClassName
{
background-color: #330B43;
}
.BgClassName
{
background-color: #330B43;
}
</style>
border-color css
<style>
span { border-color: #330B43; }
span { border-color: rgb(51,11,67); }
td.TdClassName
{
border-color: #330B43;
}
.TagClassName
{
border-color: #330B43;
}
</style>