Shades of Blackcurrant #360C41
Tints of Blackcurrant #360C41
RGB
CMYK
RGB Variations
Color information
#360C41 (or 0x360C41) is known color: Blackcurrant. HEX triplet: 36, 0C and 41. RGB value is (54,12,65). Sum of RGB (Red+Green+Blue) = 54+12+65=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #360C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C41 is #C9F3BE. Grayscale: #1E1E1E. Windows color (decimal): -13235135 or 4262966. OLE color: 4262966.
HSL color Cylindrical-coordinate representation of color #360C41: hue angle of 287.55º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #360C41 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 12 | 65 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.75 |
| HSL | 287.55º | 0.69% | 0.15% | - |
| HSV(B) | 287.55º | 0.82% | 0.25% | - |
| XYZ | 2.61 | 1.43 | 5.14 | - |
| YUV | 30.6 | 147.41 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 65 | 0.17 | 0.82 | 0 | 0.75 | 287.55 | 0.69 | 0.15 |
| Hex | 36 | C | 41 | 11 | 52 | 0 | 4B | 120 | 45 | F |
| Octal | 66 | 14 | 101 | 21 | 122 | 0 | 113 | 440 | 105 | 17 |
| Binary | 110110 | 1100 | 1000001 | 10001 | 1010010 | 0 | 1001011 | 100100000 | 1000101 | 1111 |
Color Harmonies of #360C41
Complementary color
Monochromatic Colors of #360C41
Black with #360C41
Text Example
Text Example
White with #360C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C41; }
p { color: rgb(54,12,65); }
H1.HeaderClassName
{
color: #360C41;
}
.AnyTagClassName
{
color: #360C41;
}
</style>
background-color css
<style>
a { background-color: #360C41; }
a { background-color: rgb(54,12,65); }
div.DivClassName
{
background-color: #360C41;
}
.BgClassName
{
background-color: #360C41;
}
</style>
border-color css
<style>
span { border-color: #360C41; }
span { border-color: rgb(54,12,65); }
td.TdClassName
{
border-color: #360C41;
}
.TagClassName
{
border-color: #360C41;
}
</style>