Shades of Blackcurrant #361C3E
Tints of Blackcurrant #361C3E
RGB
CMYK
RGB Variations
Color information
#361C3E (or 0x361C3E) is known color: Blackcurrant. HEX triplet: 36, 1C and 3E. RGB value is (54,28,62). Sum of RGB (Red+Green+Blue) = 54+28+62=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 62 (24.61% from 255 or 43.06% from 144); Max value from RGB is 62 - color contains mainly: blue. Hex color #361C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C3E is #C9E3C1. Grayscale: #272727. Windows color (decimal): -13231042 or 4070454. OLE color: 4070454.
HSL color Cylindrical-coordinate representation of color #361C3E: hue angle of 285.88º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #361C3E is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 28 | 62 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.76 |
| HSL | 285.88º | 0.38% | 0.18% | - |
| HSV(B) | 285.88º | 0.55% | 0.24% | - |
| XYZ | 2.81 | 1.96 | 4.79 | - |
| YUV | 39.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 62 | 0.13 | 0.55 | 0 | 0.76 | 285.88 | 0.38 | 0.18 |
| Hex | 36 | 1C | 3E | D | 37 | 0 | 4C | 11E | 26 | 12 |
| Octal | 66 | 34 | 76 | 15 | 67 | 0 | 114 | 436 | 46 | 22 |
| Binary | 110110 | 11100 | 111110 | 1101 | 110111 | 0 | 1001100 | 100011110 | 100110 | 10010 |
Color Harmonies of #361C3E
Complementary color
Monochromatic Colors of #361C3E
Black with #361C3E
Text Example
Text Example
White with #361C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361C3E; }
p { color: rgb(54,28,62); }
H1.HeaderClassName
{
color: #361C3E;
}
.AnyTagClassName
{
color: #361C3E;
}
</style>
background-color css
<style>
a { background-color: #361C3E; }
a { background-color: rgb(54,28,62); }
div.DivClassName
{
background-color: #361C3E;
}
.BgClassName
{
background-color: #361C3E;
}
</style>
border-color css
<style>
span { border-color: #361C3E; }
span { border-color: rgb(54,28,62); }
td.TdClassName
{
border-color: #361C3E;
}
.TagClassName
{
border-color: #361C3E;
}
</style>