Shades of Blackcurrant #361D48
Tints of Blackcurrant #361D48
RGB
CMYK
RGB Variations
Color information
#361D48 (or 0x361D48) is known color: Blackcurrant. HEX triplet: 36, 1D and 48. RGB value is (54,29,72). Sum of RGB (Red+Green+Blue) = 54+29+72=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #361D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D48 is #C9E2B7. Grayscale: #292929. Windows color (decimal): -13230776 or 4726070. OLE color: 4726070.
HSL color Cylindrical-coordinate representation of color #361D48: hue angle of 274.88º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #361D48 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 29 | 72 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.72 |
| HSL | 274.88º | 0.43% | 0.2% | - |
| HSV(B) | 274.88º | 0.6% | 0.28% | - |
| XYZ | 3.13 | 2.13 | 6.38 | - |
| YUV | 41.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 72 | 0.25 | 0.60 | 0 | 0.72 | 274.88 | 0.43 | 0.2 |
| Hex | 36 | 1D | 48 | 19 | 3C | 0 | 48 | 113 | 2B | 14 |
| Octal | 66 | 35 | 110 | 31 | 74 | 0 | 110 | 423 | 53 | 24 |
| Binary | 110110 | 11101 | 1001000 | 11001 | 111100 | 0 | 1001000 | 100010011 | 101011 | 10100 |
Color Harmonies of #361D48
Complementary color
Monochromatic Colors of #361D48
Black with #361D48
Text Example
Text Example
White with #361D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361D48; }
p { color: rgb(54,29,72); }
H1.HeaderClassName
{
color: #361D48;
}
.AnyTagClassName
{
color: #361D48;
}
</style>
background-color css
<style>
a { background-color: #361D48; }
a { background-color: rgb(54,29,72); }
div.DivClassName
{
background-color: #361D48;
}
.BgClassName
{
background-color: #361D48;
}
</style>
border-color css
<style>
span { border-color: #361D48; }
span { border-color: rgb(54,29,72); }
td.TdClassName
{
border-color: #361D48;
}
.TagClassName
{
border-color: #361D48;
}
</style>