Shades of Blackcurrant #33273E
Tints of Blackcurrant #33273E
RGB
CMYK
RGB Variations
Color information
#33273E (or 0x33273E) is known color: Blackcurrant. HEX triplet: 33, 27 and 3E. RGB value is (51,39,62). Sum of RGB (Red+Green+Blue) = 51+39+62=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 62 - color contains mainly: blue. Hex color #33273E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33273E is #CCD8C1. Grayscale: #2D2D2D. Windows color (decimal): -13424834 or 4073267. OLE color: 4073267.
HSL color Cylindrical-coordinate representation of color #33273E: hue angle of 271.3º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #33273E is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 39 | 62 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.76 |
| HSL | 271.3º | 0.23% | 0.2% | - |
| HSV(B) | 271.3º | 0.37% | 0.24% | - |
| XYZ | 2.96 | 2.5 | 4.88 | - |
| YUV | 45.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 39 | 62 | 0.18 | 0.37 | 0 | 0.76 | 271.3 | 0.23 | 0.2 |
| Hex | 33 | 27 | 3E | 12 | 25 | 0 | 4C | 10F | 17 | 14 |
| Octal | 63 | 47 | 76 | 22 | 45 | 0 | 114 | 417 | 27 | 24 |
| Binary | 110011 | 100111 | 111110 | 10010 | 100101 | 0 | 1001100 | 100001111 | 10111 | 10100 |
Color Harmonies of #33273E
Complementary color
Monochromatic Colors of #33273E
Black with #33273E
Text Example
Text Example
White with #33273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33273E; }
p { color: rgb(51,39,62); }
H1.HeaderClassName
{
color: #33273E;
}
.AnyTagClassName
{
color: #33273E;
}
</style>
background-color css
<style>
a { background-color: #33273E; }
a { background-color: rgb(51,39,62); }
div.DivClassName
{
background-color: #33273E;
}
.BgClassName
{
background-color: #33273E;
}
</style>
border-color css
<style>
span { border-color: #33273E; }
span { border-color: rgb(51,39,62); }
td.TdClassName
{
border-color: #33273E;
}
.TagClassName
{
border-color: #33273E;
}
</style>