#360556

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

Shades of Blackcurrant #360556

Tints of Blackcurrant #360556

Color information

#360556 (or 0x360556) is unknown color: approx Blackcurrant. HEX triplet: 36, 05 and 56. RGB value is (54,5,86). Sum of RGB (Red+Green+Blue) = 54+5+86=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 86 (33.98% from 255 or 59.31% from 145); Max value from RGB is 86 - color contains mainly: blue. Hex color #360556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360556 is #C9FAA9. Grayscale: #1C1C1C. Windows color (decimal): -13236906 or 5637430. OLE color: 5637430.

HSL color Cylindrical-coordinate representation of color #360556: hue angle of 276.3º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360556 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB54586-
CMYK0.370.9400.66
HSL276.3º89.01%17.84%-
HSV(B)276.3º94.19%33.73%-
XYZ3.261.568.93-
YUV28.88160.23145.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 86 (33.98% from 255) = 59.31%
R=37.24%
G=3.45%
B=59.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal545860.370.9400.66276.389.0117.84
Hex36556255E0421145912
Octal66512645136010242413122
Binary1101101011010110100101101111001000010100010100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360556; }

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

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

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

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

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

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

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

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