#360549

Color #360549 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #360549

Tints of Blackcurrant #360549

Color information

#360549 (or 0x360549) is unknown color: approx Blackcurrant. HEX triplet: 36, 05 and 49. RGB value is (54,5,73). Sum of RGB (Red+Green+Blue) = 54+5+73=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #360549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360549 is #C9FAB6. Grayscale: #1B1B1B. Windows color (decimal): -13236919 or 4785462. OLE color: 4785462.

HSL color Cylindrical-coordinate representation of color #360549: hue angle of 283.24º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360549 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB54573-
CMYK0.260.9300.71
HSL283.24º87.18%15.29%-
HSV(B)283.24º93.15%28.63%-
XYZ2.781.376.42-
YUV27.4153.73146.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 40.91%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 73 (28.91% from 255) = 55.30%
R=40.91%
G=3.79%
B=55.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal545730.260.9300.71283.2487.1815.29
Hex365491A5D04711b57f
Octal66511132135010743312717
Binary11011010110010011101010111010100011110001101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360549; }

 p { color: rgb(54,5,73); }

 H1.HeaderClassName
 {
   color: #360549;
 }
 .AnyTagClassName
 {
   color: #360549;
 }
</style>
background-color css

<style>
 a { background-color: #360549; }

 a { background-color: rgb(54,5,73); }

 div.DivClassName
 {
   background-color: #360549;
 }
 .BgClassName
 {
   background-color: #360549;
 }
</style>
border-color css

<style>
 span { border-color: #360549; }

 span { border-color: rgb(54,5,73); }

 td.TdClassName
 {
   border-color: #360549;
 }
 .TagClassName
 {
   border-color: #360549;
 }
</style>