Shades of Blackcurrant #360C3D
Tints of Blackcurrant #360C3D
RGB
CMYK
RGB Variations
Color information
#360C3D (or 0x360C3D) is known color: Blackcurrant. HEX triplet: 36, 0C and 3D. RGB value is (54,12,61). Sum of RGB (Red+Green+Blue) = 54+12+61=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 12 (5.08% from 255 or 9.45% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #360C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C3D is #C9F3C2. Grayscale: #1D1D1D. Windows color (decimal): -13235139 or 4000822. OLE color: 4000822.
HSL color Cylindrical-coordinate representation of color #360C3D: hue angle of 291.43º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #360C3D is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 12 | 61 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.76 |
| HSL | 291.43º | 0.67% | 0.14% | - |
| HSV(B) | 291.43º | 0.8% | 0.24% | - |
| XYZ | 2.5 | 1.38 | 4.55 | - |
| YUV | 30.14 | 145.41 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 61 | 0.11 | 0.80 | 0 | 0.76 | 291.43 | 0.67 | 0.14 |
| Hex | 36 | C | 3D | B | 50 | 0 | 4C | 123 | 43 | E |
| Octal | 66 | 14 | 75 | 13 | 120 | 0 | 114 | 443 | 103 | 16 |
| Binary | 110110 | 1100 | 111101 | 1011 | 1010000 | 0 | 1001100 | 100100011 | 1000011 | 1110 |
Color Harmonies of #360C3D
Complementary color
Monochromatic Colors of #360C3D
Black with #360C3D
Text Example
Text Example
White with #360C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C3D; }
p { color: rgb(54,12,61); }
H1.HeaderClassName
{
color: #360C3D;
}
.AnyTagClassName
{
color: #360C3D;
}
</style>
background-color css
<style>
a { background-color: #360C3D; }
a { background-color: rgb(54,12,61); }
div.DivClassName
{
background-color: #360C3D;
}
.BgClassName
{
background-color: #360C3D;
}
</style>
border-color css
<style>
span { border-color: #360C3D; }
span { border-color: rgb(54,12,61); }
td.TdClassName
{
border-color: #360C3D;
}
.TagClassName
{
border-color: #360C3D;
}
</style>