Shades of Blackcurrant #360C3C
Tints of Blackcurrant #360C3C
RGB
CMYK
RGB Variations
Color information
#360C3C (or 0x360C3C) is known color: Blackcurrant. HEX triplet: 36, 0C and 3C. RGB value is (54,12,60). Sum of RGB (Red+Green+Blue) = 54+12+60=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 60 (23.83% from 255 or 47.62% from 126); Max value from RGB is 60 - color contains mainly: blue. Hex color #360C3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C3C is #C9F3C3. Grayscale: #1D1D1D. Windows color (decimal): -13235140 or 3935286. OLE color: 3935286.
HSL color Cylindrical-coordinate representation of color #360C3C: hue angle of 292.5º 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 #360C3C is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 12 | 60 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.76 |
| HSL | 292.5º | 0.67% | 0.14% | - |
| HSV(B) | 292.5º | 0.8% | 0.24% | - |
| XYZ | 2.47 | 1.37 | 4.41 | - |
| YUV | 30.03 | 144.91 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 60 | 0.10 | 0.80 | 0 | 0.76 | 292.5 | 0.67 | 0.14 |
| Hex | 36 | C | 3C | A | 50 | 0 | 4C | 124 | 43 | E |
| Octal | 66 | 14 | 74 | 12 | 120 | 0 | 114 | 444 | 103 | 16 |
| Binary | 110110 | 1100 | 111100 | 1010 | 1010000 | 0 | 1001100 | 100100100 | 1000011 | 1110 |
Color Harmonies of #360C3C
Complementary color
Monochromatic Colors of #360C3C
Black with #360C3C
Text Example
Text Example
White with #360C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C3C; }
p { color: rgb(54,12,60); }
H1.HeaderClassName
{
color: #360C3C;
}
.AnyTagClassName
{
color: #360C3C;
}
</style>
background-color css
<style>
a { background-color: #360C3C; }
a { background-color: rgb(54,12,60); }
div.DivClassName
{
background-color: #360C3C;
}
.BgClassName
{
background-color: #360C3C;
}
</style>
border-color css
<style>
span { border-color: #360C3C; }
span { border-color: rgb(54,12,60); }
td.TdClassName
{
border-color: #360C3C;
}
.TagClassName
{
border-color: #360C3C;
}
</style>