Shades of Blackcurrant #360643
Tints of Blackcurrant #360643
RGB
CMYK
RGB Variations
Color information
#360643 (or 0x360643) is known color: Blackcurrant. HEX triplet: 36, 06 and 43. RGB value is (54,6,67). Sum of RGB (Red+Green+Blue) = 54+6+67=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 67 (26.56% from 255 or 52.76% from 127); Max value from RGB is 67 - color contains mainly: blue. Hex color #360643 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360643 is #C9F9BC. Grayscale: #1B1B1B. Windows color (decimal): -13236669 or 4392502. OLE color: 4392502.
HSL color Cylindrical-coordinate representation of color #360643: hue angle of 287.21º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360643 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 6 | 67 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.74 |
| HSL | 287.21º | 0.84% | 0.14% | - |
| HSV(B) | 287.21º | 0.91% | 0.26% | - |
| XYZ | 2.6 | 1.32 | 5.43 | - |
| YUV | 27.31 | 150.4 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 6 | 67 | 0.19 | 0.91 | 0 | 0.74 | 287.21 | 0.84 | 0.14 |
| Hex | 36 | 6 | 43 | 13 | 5B | 0 | 4A | 11F | 54 | E |
| Octal | 66 | 6 | 103 | 23 | 133 | 0 | 112 | 437 | 124 | 16 |
| Binary | 110110 | 110 | 1000011 | 10011 | 1011011 | 0 | 1001010 | 100011111 | 1010100 | 1110 |
Color Harmonies of #360643
Complementary color
Monochromatic Colors of #360643
Black with #360643
Text Example
Text Example
White with #360643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360643; }
p { color: rgb(54,6,67); }
H1.HeaderClassName
{
color: #360643;
}
.AnyTagClassName
{
color: #360643;
}
</style>
background-color css
<style>
a { background-color: #360643; }
a { background-color: rgb(54,6,67); }
div.DivClassName
{
background-color: #360643;
}
.BgClassName
{
background-color: #360643;
}
</style>
border-color css
<style>
span { border-color: #360643; }
span { border-color: rgb(54,6,67); }
td.TdClassName
{
border-color: #360643;
}
.TagClassName
{
border-color: #360643;
}
</style>