Shades of Blackcurrant #3B144A
Tints of Blackcurrant #3B144A
RGB
CMYK
RGB Variations
Color information
#3B144A (or 0x3B144A) is known color: Blackcurrant. HEX triplet: 3B, 14 and 4A. RGB value is (59,20,74). Sum of RGB (Red+Green+Blue) = 59+20+74=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 74 (29.30% from 255 or 48.37% from 153); Max value from RGB is 74 - color contains mainly: blue. Hex color #3B144A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B144A is #C4EBB5. Grayscale: #252525. Windows color (decimal): -12905398 or 4854843. OLE color: 4854843.
HSL color Cylindrical-coordinate representation of color #3B144A: hue angle of 283.33º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B144A is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 20 | 74 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.71 |
| HSL | 283.33º | 0.57% | 0.18% | - |
| HSV(B) | 283.33º | 0.73% | 0.29% | - |
| XYZ | 3.29 | 1.92 | 6.68 | - |
| YUV | 37.82 | 148.42 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 20 | 74 | 0.20 | 0.73 | 0 | 0.71 | 283.33 | 0.57 | 0.18 |
| Hex | 3B | 14 | 4A | 14 | 49 | 0 | 47 | 11B | 39 | 12 |
| Octal | 73 | 24 | 112 | 24 | 111 | 0 | 107 | 433 | 71 | 22 |
| Binary | 111011 | 10100 | 1001010 | 10100 | 1001001 | 0 | 1000111 | 100011011 | 111001 | 10010 |
Color Harmonies of #3B144A
Complementary color
Monochromatic Colors of #3B144A
Black with #3B144A
Text Example
Text Example
White with #3B144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B144A; }
p { color: rgb(59,20,74); }
H1.HeaderClassName
{
color: #3B144A;
}
.AnyTagClassName
{
color: #3B144A;
}
</style>
background-color css
<style>
a { background-color: #3B144A; }
a { background-color: rgb(59,20,74); }
div.DivClassName
{
background-color: #3B144A;
}
.BgClassName
{
background-color: #3B144A;
}
</style>
border-color css
<style>
span { border-color: #3B144A; }
span { border-color: rgb(59,20,74); }
td.TdClassName
{
border-color: #3B144A;
}
.TagClassName
{
border-color: #3B144A;
}
</style>