#360548

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

Shades of Blackcurrant #360548

Tints of Blackcurrant #360548

Color information

#360548 (or 0x360548) is unknown color: approx Blackcurrant. HEX triplet: 36, 05 and 48. RGB value is (54,5,72). Sum of RGB (Red+Green+Blue) = 54+5+72=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #360548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360548 is #C9FAB7. Grayscale: #1B1B1B. Windows color (decimal): -13236920 or 4719926. OLE color: 4719926.

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

Color convert

RGB54572-
CMYK0.250.9300.72
HSL283.88º87.01%15.1%-
HSV(B)283.88º93.06%28.24%-
XYZ2.751.366.25-
YUV27.29153.23147.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.22%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 72 (28.52% from 255) = 54.96%
R=41.22%
G=3.82%
B=54.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal545720.250.9300.72283.8887.0115.1
Hex36548195D04811c57f
Octal66511031135011043412717
Binary11011010110010001100110111010100100010001110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360548; }

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

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

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

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

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

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

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

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