Shades of Blackcurrant #3B1944
Tints of Blackcurrant #3B1944
RGB
CMYK
RGB Variations
Color information
#3B1944 (or 0x3B1944) is known color: Blackcurrant. HEX triplet: 3B, 19 and 44. RGB value is (59,25,68). Sum of RGB (Red+Green+Blue) = 59+25+68=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 68 - color contains mainly: blue. Hex color #3B1944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1944 is #C4E6BB. Grayscale: #272727. Windows color (decimal): -12904124 or 4462907. OLE color: 4462907.
HSL color Cylindrical-coordinate representation of color #3B1944: hue angle of 287.44º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B1944 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 25 | 68 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.73 |
| HSL | 287.44º | 0.46% | 0.18% | - |
| HSV(B) | 287.44º | 0.63% | 0.27% | - |
| XYZ | 3.19 | 2.04 | 5.69 | - |
| YUV | 40.07 | 143.76 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 25 | 68 | 0.13 | 0.63 | 0 | 0.73 | 287.44 | 0.46 | 0.18 |
| Hex | 3B | 19 | 44 | D | 3F | 0 | 49 | 11F | 2E | 12 |
| Octal | 73 | 31 | 104 | 15 | 77 | 0 | 111 | 437 | 56 | 22 |
| Binary | 111011 | 11001 | 1000100 | 1101 | 111111 | 0 | 1001001 | 100011111 | 101110 | 10010 |
Color Harmonies of #3B1944
Complementary color
Monochromatic Colors of #3B1944
Black with #3B1944
Text Example
Text Example
White with #3B1944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1944; }
p { color: rgb(59,25,68); }
H1.HeaderClassName
{
color: #3B1944;
}
.AnyTagClassName
{
color: #3B1944;
}
</style>
background-color css
<style>
a { background-color: #3B1944; }
a { background-color: rgb(59,25,68); }
div.DivClassName
{
background-color: #3B1944;
}
.BgClassName
{
background-color: #3B1944;
}
</style>
border-color css
<style>
span { border-color: #3B1944; }
span { border-color: rgb(59,25,68); }
td.TdClassName
{
border-color: #3B1944;
}
.TagClassName
{
border-color: #3B1944;
}
</style>