Shades of Blackcurrant #360B42
Tints of Blackcurrant #360B42
RGB
CMYK
RGB Variations
Color information
#360B42 (or 0x360B42) is known color: Blackcurrant. HEX triplet: 36, 0B and 42. RGB value is (54,11,66). Sum of RGB (Red+Green+Blue) = 54+11+66=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 66 (26.17% from 255 or 50.38% from 131); Max value from RGB is 66 - color contains mainly: blue. Hex color #360B42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360B42 is #C9F4BD. Grayscale: #1D1D1D. Windows color (decimal): -13235390 or 4328246. OLE color: 4328246.
HSL color Cylindrical-coordinate representation of color #360B42: hue angle of 286.91º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #360B42 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 11 | 66 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.74 |
| HSL | 286.91º | 0.71% | 0.15% | - |
| HSV(B) | 286.91º | 0.83% | 0.26% | - |
| XYZ | 2.62 | 1.42 | 5.29 | - |
| YUV | 30.13 | 148.25 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 66 | 0.18 | 0.83 | 0 | 0.74 | 286.91 | 0.71 | 0.15 |
| Hex | 36 | B | 42 | 12 | 53 | 0 | 4A | 11F | 47 | F |
| Octal | 66 | 13 | 102 | 22 | 123 | 0 | 112 | 437 | 107 | 17 |
| Binary | 110110 | 1011 | 1000010 | 10010 | 1010011 | 0 | 1001010 | 100011111 | 1000111 | 1111 |
Color Harmonies of #360B42
Complementary color
Monochromatic Colors of #360B42
Black with #360B42
Text Example
Text Example
White with #360B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B42; }
p { color: rgb(54,11,66); }
H1.HeaderClassName
{
color: #360B42;
}
.AnyTagClassName
{
color: #360B42;
}
</style>
background-color css
<style>
a { background-color: #360B42; }
a { background-color: rgb(54,11,66); }
div.DivClassName
{
background-color: #360B42;
}
.BgClassName
{
background-color: #360B42;
}
</style>
border-color css
<style>
span { border-color: #360B42; }
span { border-color: rgb(54,11,66); }
td.TdClassName
{
border-color: #360B42;
}
.TagClassName
{
border-color: #360B42;
}
</style>