Shades of Blackcurrant #351A3C
Tints of Blackcurrant #351A3C
RGB
CMYK
RGB Variations
Color information
#351A3C (or 0x351A3C) is known color: Blackcurrant. HEX triplet: 35, 1A and 3C. RGB value is (53,26,60). Sum of RGB (Red+Green+Blue) = 53+26+60=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 60 - color contains mainly: blue. Hex color #351A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A3C is #CAE5C3. Grayscale: #252525. Windows color (decimal): -13297092 or 3938869. OLE color: 3938869.
HSL color Cylindrical-coordinate representation of color #351A3C: hue angle of 287.65º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #351A3C is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 26 | 60 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.76 |
| HSL | 287.65º | 0.4% | 0.17% | - |
| HSV(B) | 287.65º | 0.57% | 0.24% | - |
| XYZ | 2.65 | 1.82 | 4.49 | - |
| YUV | 37.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 60 | 0.12 | 0.57 | 0 | 0.76 | 287.65 | 0.4 | 0.17 |
| Hex | 35 | 1A | 3C | C | 39 | 0 | 4C | 120 | 28 | 11 |
| Octal | 65 | 32 | 74 | 14 | 71 | 0 | 114 | 440 | 50 | 21 |
| Binary | 110101 | 11010 | 111100 | 1100 | 111001 | 0 | 1001100 | 100100000 | 101000 | 10001 |
Color Harmonies of #351A3C
Complementary color
Monochromatic Colors of #351A3C
Black with #351A3C
Text Example
Text Example
White with #351A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351A3C; }
p { color: rgb(53,26,60); }
H1.HeaderClassName
{
color: #351A3C;
}
.AnyTagClassName
{
color: #351A3C;
}
</style>
background-color css
<style>
a { background-color: #351A3C; }
a { background-color: rgb(53,26,60); }
div.DivClassName
{
background-color: #351A3C;
}
.BgClassName
{
background-color: #351A3C;
}
</style>
border-color css
<style>
span { border-color: #351A3C; }
span { border-color: rgb(53,26,60); }
td.TdClassName
{
border-color: #351A3C;
}
.TagClassName
{
border-color: #351A3C;
}
</style>