#360540

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

Shades of Blackcurrant #360540

Tints of Blackcurrant #360540

Color information

#360540 (or 0x360540) is unknown color: approx Blackcurrant. HEX triplet: 36, 05 and 40. RGB value is (54,5,64). Sum of RGB (Red+Green+Blue) = 54+5+64=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #360540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360540 is #C9FABF. Grayscale: #1A1A1A. Windows color (decimal): -13236928 or 4195638. OLE color: 4195638.

HSL color Cylindrical-coordinate representation of color #360540: hue angle of 289.83º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #360540 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB54564-
CMYK0.160.9200.75
HSL289.83º85.51%13.53%-
HSV(B)289.83º92.19%25.1%-
XYZ2.51.264.96-
YUV26.38149.23147.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.90%
GREEN value IS 5 (2.34% from 255) = 4.07%
BLUE value IS 64 (25.39% from 255) = 52.03%
R=43.90%
G=4.07%
B=52.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal545640.160.9200.75289.8385.5113.53
Hex36540105C04B12256e
Octal66510020134011344212616
Binary11011010110000001000010111000100101110010001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360540; }

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

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

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

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

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

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

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

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