Shades of Blackcurrant #33124A
Tints of Blackcurrant #33124A
RGB
CMYK
RGB Variations
Color information
#33124A (or 0x33124A) is known color: Blackcurrant. HEX triplet: 33, 12 and 4A. RGB value is (51,18,74). Sum of RGB (Red+Green+Blue) = 51+18+74=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #33124A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33124A is #CCEDB5. Grayscale: #222222. Windows color (decimal): -13430198 or 4854323. OLE color: 4854323.
HSL color Cylindrical-coordinate representation of color #33124A: hue angle of 275.36º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33124A is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 18 | 74 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.71 |
| HSL | 275.36º | 0.61% | 0.18% | - |
| HSV(B) | 275.36º | 0.76% | 0.29% | - |
| XYZ | 2.82 | 1.63 | 6.64 | - |
| YUV | 34.25 | 150.43 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 74 | 0.31 | 0.76 | 0 | 0.71 | 275.36 | 0.61 | 0.18 |
| Hex | 33 | 12 | 4A | 1F | 4C | 0 | 47 | 113 | 3D | 12 |
| Octal | 63 | 22 | 112 | 37 | 114 | 0 | 107 | 423 | 75 | 22 |
| Binary | 110011 | 10010 | 1001010 | 11111 | 1001100 | 0 | 1000111 | 100010011 | 111101 | 10010 |
Color Harmonies of #33124A
Complementary color
Monochromatic Colors of #33124A
Black with #33124A
Text Example
Text Example
White with #33124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33124A; }
p { color: rgb(51,18,74); }
H1.HeaderClassName
{
color: #33124A;
}
.AnyTagClassName
{
color: #33124A;
}
</style>
background-color css
<style>
a { background-color: #33124A; }
a { background-color: rgb(51,18,74); }
div.DivClassName
{
background-color: #33124A;
}
.BgClassName
{
background-color: #33124A;
}
</style>
border-color css
<style>
span { border-color: #33124A; }
span { border-color: rgb(51,18,74); }
td.TdClassName
{
border-color: #33124A;
}
.TagClassName
{
border-color: #33124A;
}
</style>