Shades of Blackcurrant #351B3C
Tints of Blackcurrant #351B3C
RGB
CMYK
RGB Variations
Color information
#351B3C (or 0x351B3C) is known color: Blackcurrant. HEX triplet: 35, 1B and 3C. RGB value is (53,27,60). Sum of RGB (Red+Green+Blue) = 53+27+60=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 60 - color contains mainly: blue. Hex color #351B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351B3C is #CAE4C3. Grayscale: #262626. Windows color (decimal): -13296836 or 3939125. OLE color: 3939125.
HSL color Cylindrical-coordinate representation of color #351B3C: hue angle of 287.27º degrees, saturation: 0.38, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #351B3C is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 27 | 60 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.76 |
| HSL | 287.27º | 0.38% | 0.17% | - |
| HSV(B) | 287.27º | 0.55% | 0.24% | - |
| XYZ | 2.68 | 1.87 | 4.49 | - |
| YUV | 38.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 27 | 60 | 0.12 | 0.55 | 0 | 0.76 | 287.27 | 0.38 | 0.17 |
| Hex | 35 | 1B | 3C | C | 37 | 0 | 4C | 11F | 26 | 11 |
| Octal | 65 | 33 | 74 | 14 | 67 | 0 | 114 | 437 | 46 | 21 |
| Binary | 110101 | 11011 | 111100 | 1100 | 110111 | 0 | 1001100 | 100011111 | 100110 | 10001 |
Color Harmonies of #351B3C
Complementary color
Monochromatic Colors of #351B3C
Black with #351B3C
Text Example
Text Example
White with #351B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351B3C; }
p { color: rgb(53,27,60); }
H1.HeaderClassName
{
color: #351B3C;
}
.AnyTagClassName
{
color: #351B3C;
}
</style>
background-color css
<style>
a { background-color: #351B3C; }
a { background-color: rgb(53,27,60); }
div.DivClassName
{
background-color: #351B3C;
}
.BgClassName
{
background-color: #351B3C;
}
</style>
border-color css
<style>
span { border-color: #351B3C; }
span { border-color: rgb(53,27,60); }
td.TdClassName
{
border-color: #351B3C;
}
.TagClassName
{
border-color: #351B3C;
}
</style>