Shades of Blackcurrant #33123C
Tints of Blackcurrant #33123C
RGB
CMYK
RGB Variations
Color information
#33123C (or 0x33123C) is known color: Blackcurrant. HEX triplet: 33, 12 and 3C. RGB value is (51,18,60). Sum of RGB (Red+Green+Blue) = 51+18+60=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 60 (23.83% from 255 or 46.51% from 129); Max value from RGB is 60 - color contains mainly: blue. Hex color #33123C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33123C is #CCEDC3. Grayscale: #202020. Windows color (decimal): -13430212 or 3936819. OLE color: 3936819.
HSL color Cylindrical-coordinate representation of color #33123C: hue angle of 287.14º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33123C is Cyan = 0.15, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 18 | 60 | - |
| CMYK | 0.15 | 0.7 | 0 | 0.76 |
| HSL | 287.14º | 0.54% | 0.15% | - |
| HSV(B) | 287.14º | 0.7% | 0.24% | - |
| XYZ | 2.4 | 1.46 | 4.43 | - |
| YUV | 32.66 | 143.43 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 60 | 0.15 | 0.7 | 0 | 0.76 | 287.14 | 0.54 | 0.15 |
| Hex | 33 | 12 | 3C | F | 46 | 0 | 4C | 11F | 36 | F |
| Octal | 63 | 22 | 74 | 17 | 106 | 0 | 114 | 437 | 66 | 17 |
| Binary | 110011 | 10010 | 111100 | 1111 | 1000110 | 0 | 1001100 | 100011111 | 110110 | 1111 |
Color Harmonies of #33123C
Complementary color
Monochromatic Colors of #33123C
Black with #33123C
Text Example
Text Example
White with #33123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33123C; }
p { color: rgb(51,18,60); }
H1.HeaderClassName
{
color: #33123C;
}
.AnyTagClassName
{
color: #33123C;
}
</style>
background-color css
<style>
a { background-color: #33123C; }
a { background-color: rgb(51,18,60); }
div.DivClassName
{
background-color: #33123C;
}
.BgClassName
{
background-color: #33123C;
}
</style>
border-color css
<style>
span { border-color: #33123C; }
span { border-color: rgb(51,18,60); }
td.TdClassName
{
border-color: #33123C;
}
.TagClassName
{
border-color: #33123C;
}
</style>