Shades of Blackcurrant #33103D
Tints of Blackcurrant #33103D
RGB
CMYK
RGB Variations
Color information
#33103D (or 0x33103D) is known color: Blackcurrant. HEX triplet: 33, 10 and 3D. RGB value is (51,16,61). Sum of RGB (Red+Green+Blue) = 51+16+61=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #33103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33103D is #CCEFC2. Grayscale: #1F1F1F. Windows color (decimal): -13430723 or 4001843. OLE color: 4001843.
HSL color Cylindrical-coordinate representation of color #33103D: hue angle of 286.67º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33103D is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 16 | 61 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.76 |
| HSL | 286.67º | 0.58% | 0.15% | - |
| HSV(B) | 286.67º | 0.74% | 0.24% | - |
| XYZ | 2.39 | 1.41 | 4.56 | - |
| YUV | 31.6 | 144.6 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 16 | 61 | 0.16 | 0.74 | 0 | 0.76 | 286.67 | 0.58 | 0.15 |
| Hex | 33 | 10 | 3D | 10 | 4A | 0 | 4C | 11F | 3A | F |
| Octal | 63 | 20 | 75 | 20 | 112 | 0 | 114 | 437 | 72 | 17 |
| Binary | 110011 | 10000 | 111101 | 10000 | 1001010 | 0 | 1001100 | 100011111 | 111010 | 1111 |
Color Harmonies of #33103D
Complementary color
Monochromatic Colors of #33103D
Black with #33103D
Text Example
Text Example
White with #33103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33103D; }
p { color: rgb(51,16,61); }
H1.HeaderClassName
{
color: #33103D;
}
.AnyTagClassName
{
color: #33103D;
}
</style>
background-color css
<style>
a { background-color: #33103D; }
a { background-color: rgb(51,16,61); }
div.DivClassName
{
background-color: #33103D;
}
.BgClassName
{
background-color: #33103D;
}
</style>
border-color css
<style>
span { border-color: #33103D; }
span { border-color: rgb(51,16,61); }
td.TdClassName
{
border-color: #33103D;
}
.TagClassName
{
border-color: #33103D;
}
</style>