Shades of Blackcurrant #360E3D
Tints of Blackcurrant #360E3D
RGB
CMYK
RGB Variations
Color information
#360E3D (or 0x360E3D) is known color: Blackcurrant. HEX triplet: 36, 0E and 3D. RGB value is (54,14,61). Sum of RGB (Red+Green+Blue) = 54+14+61=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 61 - color contains mainly: blue. Hex color #360E3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360E3D is #C9F1C2. Grayscale: #1F1F1F. Windows color (decimal): -13234627 or 4001334. OLE color: 4001334.
HSL color Cylindrical-coordinate representation of color #360E3D: hue angle of 291.06º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #360E3D is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 14 | 61 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.76 |
| HSL | 291.06º | 0.63% | 0.15% | - |
| HSV(B) | 291.06º | 0.77% | 0.24% | - |
| XYZ | 2.52 | 1.44 | 4.56 | - |
| YUV | 31.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 61 | 0.11 | 0.77 | 0 | 0.76 | 291.06 | 0.63 | 0.15 |
| Hex | 36 | E | 3D | B | 4D | 0 | 4C | 123 | 3F | F |
| Octal | 66 | 16 | 75 | 13 | 115 | 0 | 114 | 443 | 77 | 17 |
| Binary | 110110 | 1110 | 111101 | 1011 | 1001101 | 0 | 1001100 | 100100011 | 111111 | 1111 |
Color Harmonies of #360E3D
Complementary color
Monochromatic Colors of #360E3D
Black with #360E3D
Text Example
Text Example
White with #360E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360E3D; }
p { color: rgb(54,14,61); }
H1.HeaderClassName
{
color: #360E3D;
}
.AnyTagClassName
{
color: #360E3D;
}
</style>
background-color css
<style>
a { background-color: #360E3D; }
a { background-color: rgb(54,14,61); }
div.DivClassName
{
background-color: #360E3D;
}
.BgClassName
{
background-color: #360E3D;
}
</style>
border-color css
<style>
span { border-color: #360E3D; }
span { border-color: rgb(54,14,61); }
td.TdClassName
{
border-color: #360E3D;
}
.TagClassName
{
border-color: #360E3D;
}
</style>