Shades of Blackcurrant #360C3F
Tints of Blackcurrant #360C3F
RGB
CMYK
RGB Variations
Color information
#360C3F (or 0x360C3F) is known color: Blackcurrant. HEX triplet: 36, 0C and 3F. RGB value is (54,12,63). Sum of RGB (Red+Green+Blue) = 54+12+63=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 63 - color contains mainly: blue. Hex color #360C3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C3F is #C9F3C0. Grayscale: #1E1E1E. Windows color (decimal): -13235137 or 4131894. OLE color: 4131894.
HSL color Cylindrical-coordinate representation of color #360C3F: hue angle of 289.41º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #360C3F is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 12 | 63 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.75 |
| HSL | 289.41º | 0.68% | 0.15% | - |
| HSV(B) | 289.41º | 0.81% | 0.25% | - |
| XYZ | 2.55 | 1.41 | 4.84 | - |
| YUV | 30.37 | 146.41 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 63 | 0.14 | 0.81 | 0 | 0.75 | 289.41 | 0.68 | 0.15 |
| Hex | 36 | C | 3F | E | 51 | 0 | 4B | 121 | 44 | F |
| Octal | 66 | 14 | 77 | 16 | 121 | 0 | 113 | 441 | 104 | 17 |
| Binary | 110110 | 1100 | 111111 | 1110 | 1010001 | 0 | 1001011 | 100100001 | 1000100 | 1111 |
Color Harmonies of #360C3F
Complementary color
Monochromatic Colors of #360C3F
Black with #360C3F
Text Example
Text Example
White with #360C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C3F; }
p { color: rgb(54,12,63); }
H1.HeaderClassName
{
color: #360C3F;
}
.AnyTagClassName
{
color: #360C3F;
}
</style>
background-color css
<style>
a { background-color: #360C3F; }
a { background-color: rgb(54,12,63); }
div.DivClassName
{
background-color: #360C3F;
}
.BgClassName
{
background-color: #360C3F;
}
</style>
border-color css
<style>
span { border-color: #360C3F; }
span { border-color: rgb(54,12,63); }
td.TdClassName
{
border-color: #360C3F;
}
.TagClassName
{
border-color: #360C3F;
}
</style>