Shades of Blackcurrant #33093B
Tints of Blackcurrant #33093B
RGB
CMYK
RGB Variations
Color information
#33093B (or 0x33093B) is known color: Blackcurrant. HEX triplet: 33, 09 and 3B. RGB value is (51,9,59). Sum of RGB (Red+Green+Blue) = 51+9+59=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 59 (23.44% from 255 or 49.58% from 119); Max value from RGB is 59 - color contains mainly: blue. Hex color #33093B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33093B is #CCF6C4. Grayscale: #1B1B1B. Windows color (decimal): -13432517 or 3868979. OLE color: 3868979.
HSL color Cylindrical-coordinate representation of color #33093B: hue angle of 290.4º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #33093B is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 9 | 59 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.77 |
| HSL | 290.4º | 0.74% | 0.13% | - |
| HSV(B) | 290.4º | 0.85% | 0.23% | - |
| XYZ | 2.25 | 1.21 | 4.25 | - |
| YUV | 27.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 9 | 59 | 0.14 | 0.85 | 0 | 0.77 | 290.4 | 0.74 | 0.13 |
| Hex | 33 | 9 | 3B | E | 55 | 0 | 4D | 122 | 4A | D |
| Octal | 63 | 11 | 73 | 16 | 125 | 0 | 115 | 442 | 112 | 15 |
| Binary | 110011 | 1001 | 111011 | 1110 | 1010101 | 0 | 1001101 | 100100010 | 1001010 | 1101 |
Color Harmonies of #33093B
Complementary color
Monochromatic Colors of #33093B
Black with #33093B
Text Example
Text Example
White with #33093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33093B; }
p { color: rgb(51,9,59); }
H1.HeaderClassName
{
color: #33093B;
}
.AnyTagClassName
{
color: #33093B;
}
</style>
background-color css
<style>
a { background-color: #33093B; }
a { background-color: rgb(51,9,59); }
div.DivClassName
{
background-color: #33093B;
}
.BgClassName
{
background-color: #33093B;
}
</style>
border-color css
<style>
span { border-color: #33093B; }
span { border-color: rgb(51,9,59); }
td.TdClassName
{
border-color: #33093B;
}
.TagClassName
{
border-color: #33093B;
}
</style>