Shades of Blackcurrant #33113E
Tints of Blackcurrant #33113E
RGB
CMYK
RGB Variations
Color information
#33113E (or 0x33113E) is known color: Blackcurrant. HEX triplet: 33, 11 and 3E. RGB value is (51,17,62). Sum of RGB (Red+Green+Blue) = 51+17+62=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 62 (24.61% from 255 or 47.69% from 130); Max value from RGB is 62 - color contains mainly: blue. Hex color #33113E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33113E is #CCEEC1. Grayscale: #202020. Windows color (decimal): -13430466 or 4067635. OLE color: 4067635.
HSL color Cylindrical-coordinate representation of color #33113E: hue angle of 285.33º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33113E is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 17 | 62 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.76 |
| HSL | 285.33º | 0.57% | 0.15% | - |
| HSV(B) | 285.33º | 0.73% | 0.24% | - |
| XYZ | 2.44 | 1.45 | 4.71 | - |
| YUV | 32.3 | 144.76 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 62 | 0.18 | 0.73 | 0 | 0.76 | 285.33 | 0.57 | 0.15 |
| Hex | 33 | 11 | 3E | 12 | 49 | 0 | 4C | 11D | 39 | F |
| Octal | 63 | 21 | 76 | 22 | 111 | 0 | 114 | 435 | 71 | 17 |
| Binary | 110011 | 10001 | 111110 | 10010 | 1001001 | 0 | 1001100 | 100011101 | 111001 | 1111 |
Color Harmonies of #33113E
Complementary color
Monochromatic Colors of #33113E
Black with #33113E
Text Example
Text Example
White with #33113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33113E; }
p { color: rgb(51,17,62); }
H1.HeaderClassName
{
color: #33113E;
}
.AnyTagClassName
{
color: #33113E;
}
</style>
background-color css
<style>
a { background-color: #33113E; }
a { background-color: rgb(51,17,62); }
div.DivClassName
{
background-color: #33113E;
}
.BgClassName
{
background-color: #33113E;
}
</style>
border-color css
<style>
span { border-color: #33113E; }
span { border-color: rgb(51,17,62); }
td.TdClassName
{
border-color: #33113E;
}
.TagClassName
{
border-color: #33113E;
}
</style>