Shades of Blackcurrant #360A42
Tints of Blackcurrant #360A42
RGB
CMYK
RGB Variations
Color information
#360A42 (or 0x360A42) is known color: Blackcurrant. HEX triplet: 36, 0A and 42. RGB value is (54,10,66). Sum of RGB (Red+Green+Blue) = 54+10+66=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 66 (26.17% from 255 or 50.77% from 130); Max value from RGB is 66 - color contains mainly: blue. Hex color #360A42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360A42 is #C9F5BD. Grayscale: #1D1D1D. Windows color (decimal): -13235646 or 4327990. OLE color: 4327990.
HSL color Cylindrical-coordinate representation of color #360A42: hue angle of 287.14º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #360A42 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 10 | 66 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.74 |
| HSL | 287.14º | 0.74% | 0.15% | - |
| HSV(B) | 287.14º | 0.85% | 0.26% | - |
| XYZ | 2.61 | 1.39 | 5.29 | - |
| YUV | 29.54 | 148.58 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 66 | 0.18 | 0.85 | 0 | 0.74 | 287.14 | 0.74 | 0.15 |
| Hex | 36 | A | 42 | 12 | 55 | 0 | 4A | 11F | 4A | F |
| Octal | 66 | 12 | 102 | 22 | 125 | 0 | 112 | 437 | 112 | 17 |
| Binary | 110110 | 1010 | 1000010 | 10010 | 1010101 | 0 | 1001010 | 100011111 | 1001010 | 1111 |
Color Harmonies of #360A42
Complementary color
Monochromatic Colors of #360A42
Black with #360A42
Text Example
Text Example
White with #360A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360A42; }
p { color: rgb(54,10,66); }
H1.HeaderClassName
{
color: #360A42;
}
.AnyTagClassName
{
color: #360A42;
}
</style>
background-color css
<style>
a { background-color: #360A42; }
a { background-color: rgb(54,10,66); }
div.DivClassName
{
background-color: #360A42;
}
.BgClassName
{
background-color: #360A42;
}
</style>
border-color css
<style>
span { border-color: #360A42; }
span { border-color: rgb(54,10,66); }
td.TdClassName
{
border-color: #360A42;
}
.TagClassName
{
border-color: #360A42;
}
</style>