Shades of Blackcurrant #3B144B
Tints of Blackcurrant #3B144B
RGB
CMYK
RGB Variations
Color information
#3B144B (or 0x3B144B) is known color: Blackcurrant. HEX triplet: 3B, 14 and 4B. RGB value is (59,20,75). Sum of RGB (Red+Green+Blue) = 59+20+75=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B144B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B144B is #C4EBB4. Grayscale: #252525. Windows color (decimal): -12905397 or 4920379. OLE color: 4920379.
HSL color Cylindrical-coordinate representation of color #3B144B: hue angle of 282.55º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B144B is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 20 | 75 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.71 |
| HSL | 282.55º | 0.58% | 0.19% | - |
| HSV(B) | 282.55º | 0.73% | 0.29% | - |
| XYZ | 3.32 | 1.94 | 6.86 | - |
| YUV | 37.93 | 148.92 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 20 | 75 | 0.21 | 0.73 | 0 | 0.71 | 282.55 | 0.58 | 0.19 |
| Hex | 3B | 14 | 4B | 15 | 49 | 0 | 47 | 11B | 3A | 13 |
| Octal | 73 | 24 | 113 | 25 | 111 | 0 | 107 | 433 | 72 | 23 |
| Binary | 111011 | 10100 | 1001011 | 10101 | 1001001 | 0 | 1000111 | 100011011 | 111010 | 10011 |
Color Harmonies of #3B144B
Complementary color
Monochromatic Colors of #3B144B
Black with #3B144B
Text Example
Text Example
White with #3B144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B144B; }
p { color: rgb(59,20,75); }
H1.HeaderClassName
{
color: #3B144B;
}
.AnyTagClassName
{
color: #3B144B;
}
</style>
background-color css
<style>
a { background-color: #3B144B; }
a { background-color: rgb(59,20,75); }
div.DivClassName
{
background-color: #3B144B;
}
.BgClassName
{
background-color: #3B144B;
}
</style>
border-color css
<style>
span { border-color: #3B144B; }
span { border-color: rgb(59,20,75); }
td.TdClassName
{
border-color: #3B144B;
}
.TagClassName
{
border-color: #3B144B;
}
</style>