Shades of Blackcurrant #361B3D
Tints of Blackcurrant #361B3D
RGB
CMYK
RGB Variations
Color information
#361B3D (or 0x361B3D) is known color: Blackcurrant. HEX triplet: 36, 1B and 3D. RGB value is (54,27,61). Sum of RGB (Red+Green+Blue) = 54+27+61=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 61 - color contains mainly: blue. Hex color #361B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361B3D is #C9E4C2. Grayscale: #262626. Windows color (decimal): -13231299 or 4004662. OLE color: 4004662.
HSL color Cylindrical-coordinate representation of color #361B3D: hue angle of 287.65º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #361B3D is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 27 | 61 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.76 |
| HSL | 287.65º | 0.39% | 0.17% | - |
| HSV(B) | 287.65º | 0.56% | 0.24% | - |
| XYZ | 2.76 | 1.91 | 4.64 | - |
| YUV | 38.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 27 | 61 | 0.11 | 0.56 | 0 | 0.76 | 287.65 | 0.39 | 0.17 |
| Hex | 36 | 1B | 3D | B | 38 | 0 | 4C | 120 | 27 | 11 |
| Octal | 66 | 33 | 75 | 13 | 70 | 0 | 114 | 440 | 47 | 21 |
| Binary | 110110 | 11011 | 111101 | 1011 | 111000 | 0 | 1001100 | 100100000 | 100111 | 10001 |
Color Harmonies of #361B3D
Complementary color
Monochromatic Colors of #361B3D
Black with #361B3D
Text Example
Text Example
White with #361B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361B3D; }
p { color: rgb(54,27,61); }
H1.HeaderClassName
{
color: #361B3D;
}
.AnyTagClassName
{
color: #361B3D;
}
</style>
background-color css
<style>
a { background-color: #361B3D; }
a { background-color: rgb(54,27,61); }
div.DivClassName
{
background-color: #361B3D;
}
.BgClassName
{
background-color: #361B3D;
}
</style>
border-color css
<style>
span { border-color: #361B3D; }
span { border-color: rgb(54,27,61); }
td.TdClassName
{
border-color: #361B3D;
}
.TagClassName
{
border-color: #361B3D;
}
</style>