Shades of Blackcurrant #33113F
Tints of Blackcurrant #33113F
RGB
CMYK
RGB Variations
Color information
#33113F (or 0x33113F) is known color: Blackcurrant. HEX triplet: 33, 11 and 3F. RGB value is (51,17,63). Sum of RGB (Red+Green+Blue) = 51+17+63=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #33113F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33113F is #CCEEC0. Grayscale: #202020. Windows color (decimal): -13430465 or 4133171. OLE color: 4133171.
HSL color Cylindrical-coordinate representation of color #33113F: hue angle of 284.35º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33113F is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 17 | 63 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.75 |
| HSL | 284.35º | 0.58% | 0.16% | - |
| HSV(B) | 284.35º | 0.73% | 0.25% | - |
| XYZ | 2.46 | 1.46 | 4.86 | - |
| YUV | 32.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 63 | 0.19 | 0.73 | 0 | 0.75 | 284.35 | 0.58 | 0.16 |
| Hex | 33 | 11 | 3F | 13 | 49 | 0 | 4B | 11C | 3A | 10 |
| Octal | 63 | 21 | 77 | 23 | 111 | 0 | 113 | 434 | 72 | 20 |
| Binary | 110011 | 10001 | 111111 | 10011 | 1001001 | 0 | 1001011 | 100011100 | 111010 | 10000 |
Color Harmonies of #33113F
Complementary color
Monochromatic Colors of #33113F
Black with #33113F
Text Example
Text Example
White with #33113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33113F; }
p { color: rgb(51,17,63); }
H1.HeaderClassName
{
color: #33113F;
}
.AnyTagClassName
{
color: #33113F;
}
</style>
background-color css
<style>
a { background-color: #33113F; }
a { background-color: rgb(51,17,63); }
div.DivClassName
{
background-color: #33113F;
}
.BgClassName
{
background-color: #33113F;
}
</style>
border-color css
<style>
span { border-color: #33113F; }
span { border-color: rgb(51,17,63); }
td.TdClassName
{
border-color: #33113F;
}
.TagClassName
{
border-color: #33113F;
}
</style>