Shades of Blackcurrant #360943
Tints of Blackcurrant #360943
RGB
CMYK
RGB Variations
Color information
#360943 (or 0x360943) is known color: Blackcurrant. HEX triplet: 36, 09 and 43. RGB value is (54,9,67). Sum of RGB (Red+Green+Blue) = 54+9+67=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 67 (26.56% from 255 or 51.54% from 130); Max value from RGB is 67 - color contains mainly: blue. Hex color #360943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360943 is #C9F6BC. Grayscale: #1C1C1C. Windows color (decimal): -13235901 or 4393270. OLE color: 4393270.
HSL color Cylindrical-coordinate representation of color #360943: hue angle of 286.55º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #360943 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 9 | 67 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.74 |
| HSL | 286.55º | 0.76% | 0.15% | - |
| HSV(B) | 286.55º | 0.87% | 0.26% | - |
| XYZ | 2.63 | 1.38 | 5.44 | - |
| YUV | 29.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 67 | 0.19 | 0.87 | 0 | 0.74 | 286.55 | 0.76 | 0.15 |
| Hex | 36 | 9 | 43 | 13 | 57 | 0 | 4A | 11F | 4C | F |
| Octal | 66 | 11 | 103 | 23 | 127 | 0 | 112 | 437 | 114 | 17 |
| Binary | 110110 | 1001 | 1000011 | 10011 | 1010111 | 0 | 1001010 | 100011111 | 1001100 | 1111 |
Color Harmonies of #360943
Complementary color
Monochromatic Colors of #360943
Black with #360943
Text Example
Text Example
White with #360943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360943; }
p { color: rgb(54,9,67); }
H1.HeaderClassName
{
color: #360943;
}
.AnyTagClassName
{
color: #360943;
}
</style>
background-color css
<style>
a { background-color: #360943; }
a { background-color: rgb(54,9,67); }
div.DivClassName
{
background-color: #360943;
}
.BgClassName
{
background-color: #360943;
}
</style>
border-color css
<style>
span { border-color: #360943; }
span { border-color: rgb(54,9,67); }
td.TdClassName
{
border-color: #360943;
}
.TagClassName
{
border-color: #360943;
}
</style>