Shades of Blackcurrant #360A43
Tints of Blackcurrant #360A43
RGB
CMYK
RGB Variations
Color information
#360A43 (or 0x360A43) is known color: Blackcurrant. HEX triplet: 36, 0A and 43. RGB value is (54,10,67). Sum of RGB (Red+Green+Blue) = 54+10+67=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 67 (26.56% from 255 or 51.15% from 131); Max value from RGB is 67 - color contains mainly: blue. Hex color #360A43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360A43 is #C9F5BC. Grayscale: #1D1D1D. Windows color (decimal): -13235645 or 4393526. OLE color: 4393526.
HSL color Cylindrical-coordinate representation of color #360A43: hue angle of 286.32º 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 #360A43 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 10 | 67 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.74 |
| HSL | 286.32º | 0.74% | 0.15% | - |
| HSV(B) | 286.32º | 0.85% | 0.26% | - |
| XYZ | 2.64 | 1.41 | 5.44 | - |
| YUV | 29.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 67 | 0.19 | 0.85 | 0 | 0.74 | 286.32 | 0.74 | 0.15 |
| Hex | 36 | A | 43 | 13 | 55 | 0 | 4A | 11E | 4A | F |
| Octal | 66 | 12 | 103 | 23 | 125 | 0 | 112 | 436 | 112 | 17 |
| Binary | 110110 | 1010 | 1000011 | 10011 | 1010101 | 0 | 1001010 | 100011110 | 1001010 | 1111 |
Color Harmonies of #360A43
Complementary color
Monochromatic Colors of #360A43
Black with #360A43
Text Example
Text Example
White with #360A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360A43; }
p { color: rgb(54,10,67); }
H1.HeaderClassName
{
color: #360A43;
}
.AnyTagClassName
{
color: #360A43;
}
</style>
background-color css
<style>
a { background-color: #360A43; }
a { background-color: rgb(54,10,67); }
div.DivClassName
{
background-color: #360A43;
}
.BgClassName
{
background-color: #360A43;
}
</style>
border-color css
<style>
span { border-color: #360A43; }
span { border-color: rgb(54,10,67); }
td.TdClassName
{
border-color: #360A43;
}
.TagClassName
{
border-color: #360A43;
}
</style>