Shades of Blackcurrant #3C174B
Tints of Blackcurrant #3C174B
RGB
CMYK
RGB Variations
Color information
#3C174B (or 0x3C174B) is known color: Blackcurrant. HEX triplet: 3C, 17 and 4B. RGB value is (60,23,75). Sum of RGB (Red+Green+Blue) = 60+23+75=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C174B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C174B is #C3E8B4. Grayscale: #272727. Windows color (decimal): -12839093 or 4921148. OLE color: 4921148.
HSL color Cylindrical-coordinate representation of color #3C174B: hue angle of 282.69º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C174B is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 23 | 75 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.71 |
| HSL | 282.69º | 0.53% | 0.19% | - |
| HSV(B) | 282.69º | 0.69% | 0.29% | - |
| XYZ | 3.44 | 2.08 | 6.88 | - |
| YUV | 39.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 23 | 75 | 0.20 | 0.69 | 0 | 0.71 | 282.69 | 0.53 | 0.19 |
| Hex | 3C | 17 | 4B | 14 | 45 | 0 | 47 | 11B | 35 | 13 |
| Octal | 74 | 27 | 113 | 24 | 105 | 0 | 107 | 433 | 65 | 23 |
| Binary | 111100 | 10111 | 1001011 | 10100 | 1000101 | 0 | 1000111 | 100011011 | 110101 | 10011 |
Color Harmonies of #3C174B
Complementary color
Monochromatic Colors of #3C174B
Black with #3C174B
Text Example
Text Example
White with #3C174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C174B; }
p { color: rgb(60,23,75); }
H1.HeaderClassName
{
color: #3C174B;
}
.AnyTagClassName
{
color: #3C174B;
}
</style>
background-color css
<style>
a { background-color: #3C174B; }
a { background-color: rgb(60,23,75); }
div.DivClassName
{
background-color: #3C174B;
}
.BgClassName
{
background-color: #3C174B;
}
</style>
border-color css
<style>
span { border-color: #3C174B; }
span { border-color: rgb(60,23,75); }
td.TdClassName
{
border-color: #3C174B;
}
.TagClassName
{
border-color: #3C174B;
}
</style>