Shades of Blackcurrant #361D3D
Tints of Blackcurrant #361D3D
RGB
CMYK
RGB Variations
Color information
#361D3D (or 0x361D3D) is known color: Blackcurrant. HEX triplet: 36, 1D and 3D. RGB value is (54,29,61). Sum of RGB (Red+Green+Blue) = 54+29+61=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #361D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D3D is #C9E2C2. Grayscale: #282828. Windows color (decimal): -13230787 or 4005174. OLE color: 4005174.
HSL color Cylindrical-coordinate representation of color #361D3D: hue angle of 286.88º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #361D3D is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 29 | 61 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.76 |
| HSL | 286.88º | 0.36% | 0.18% | - |
| HSV(B) | 286.88º | 0.52% | 0.24% | - |
| XYZ | 2.8 | 2 | 4.65 | - |
| YUV | 40.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 61 | 0.11 | 0.52 | 0 | 0.76 | 286.88 | 0.36 | 0.18 |
| Hex | 36 | 1D | 3D | B | 34 | 0 | 4C | 11F | 24 | 12 |
| Octal | 66 | 35 | 75 | 13 | 64 | 0 | 114 | 437 | 44 | 22 |
| Binary | 110110 | 11101 | 111101 | 1011 | 110100 | 0 | 1001100 | 100011111 | 100100 | 10010 |
Color Harmonies of #361D3D
Complementary color
Monochromatic Colors of #361D3D
Black with #361D3D
Text Example
Text Example
White with #361D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361D3D; }
p { color: rgb(54,29,61); }
H1.HeaderClassName
{
color: #361D3D;
}
.AnyTagClassName
{
color: #361D3D;
}
</style>
background-color css
<style>
a { background-color: #361D3D; }
a { background-color: rgb(54,29,61); }
div.DivClassName
{
background-color: #361D3D;
}
.BgClassName
{
background-color: #361D3D;
}
</style>
border-color css
<style>
span { border-color: #361D3D; }
span { border-color: rgb(54,29,61); }
td.TdClassName
{
border-color: #361D3D;
}
.TagClassName
{
border-color: #361D3D;
}
</style>