Shades of Blackcurrant #33174A
Tints of Blackcurrant #33174A
RGB
CMYK
RGB Variations
Color information
#33174A (or 0x33174A) is known color: Blackcurrant. HEX triplet: 33, 17 and 4A. RGB value is (51,23,74). Sum of RGB (Red+Green+Blue) = 51+23+74=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #33174A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33174A is #CCE8B5. Grayscale: #252525. Windows color (decimal): -13428918 or 4855603. OLE color: 4855603.
HSL color Cylindrical-coordinate representation of color #33174A: hue angle of 272.94º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33174A is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 23 | 74 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.71 |
| HSL | 272.94º | 0.53% | 0.19% | - |
| HSV(B) | 272.94º | 0.69% | 0.29% | - |
| XYZ | 2.91 | 1.81 | 6.67 | - |
| YUV | 37.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 23 | 74 | 0.31 | 0.69 | 0 | 0.71 | 272.94 | 0.53 | 0.19 |
| Hex | 33 | 17 | 4A | 1F | 45 | 0 | 47 | 111 | 35 | 13 |
| Octal | 63 | 27 | 112 | 37 | 105 | 0 | 107 | 421 | 65 | 23 |
| Binary | 110011 | 10111 | 1001010 | 11111 | 1000101 | 0 | 1000111 | 100010001 | 110101 | 10011 |
Color Harmonies of #33174A
Complementary color
Monochromatic Colors of #33174A
Black with #33174A
Text Example
Text Example
White with #33174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33174A; }
p { color: rgb(51,23,74); }
H1.HeaderClassName
{
color: #33174A;
}
.AnyTagClassName
{
color: #33174A;
}
</style>
background-color css
<style>
a { background-color: #33174A; }
a { background-color: rgb(51,23,74); }
div.DivClassName
{
background-color: #33174A;
}
.BgClassName
{
background-color: #33174A;
}
</style>
border-color css
<style>
span { border-color: #33174A; }
span { border-color: rgb(51,23,74); }
td.TdClassName
{
border-color: #33174A;
}
.TagClassName
{
border-color: #33174A;
}
</style>