Shades of Blackcurrant #3E144B
Tints of Blackcurrant #3E144B
RGB
CMYK
RGB Variations
Color information
#3E144B (or 0x3E144B) is known color: Blackcurrant. HEX triplet: 3E, 14 and 4B. RGB value is (62,20,75). Sum of RGB (Red+Green+Blue) = 62+20+75=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #3E144B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E144B is #C1EBB4. Grayscale: #262626. Windows color (decimal): -12708789 or 4920382. OLE color: 4920382.
HSL color Cylindrical-coordinate representation of color #3E144B: hue angle of 285.82º 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 #3E144B is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 20 | 75 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.71 |
| HSL | 285.82º | 0.58% | 0.19% | - |
| HSV(B) | 285.82º | 0.73% | 0.29% | - |
| XYZ | 3.51 | 2.03 | 6.86 | - |
| YUV | 38.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 75 | 0.17 | 0.73 | 0 | 0.71 | 285.82 | 0.58 | 0.19 |
| Hex | 3E | 14 | 4B | 11 | 49 | 0 | 47 | 11E | 3A | 13 |
| Octal | 76 | 24 | 113 | 21 | 111 | 0 | 107 | 436 | 72 | 23 |
| Binary | 111110 | 10100 | 1001011 | 10001 | 1001001 | 0 | 1000111 | 100011110 | 111010 | 10011 |
Color Harmonies of #3E144B
Complementary color
Monochromatic Colors of #3E144B
Black with #3E144B
Text Example
Text Example
White with #3E144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E144B; }
p { color: rgb(62,20,75); }
H1.HeaderClassName
{
color: #3E144B;
}
.AnyTagClassName
{
color: #3E144B;
}
</style>
background-color css
<style>
a { background-color: #3E144B; }
a { background-color: rgb(62,20,75); }
div.DivClassName
{
background-color: #3E144B;
}
.BgClassName
{
background-color: #3E144B;
}
</style>
border-color css
<style>
span { border-color: #3E144B; }
span { border-color: rgb(62,20,75); }
td.TdClassName
{
border-color: #3E144B;
}
.TagClassName
{
border-color: #3E144B;
}
</style>