#360557

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

Shades of Blackcurrant #360557

Tints of Blackcurrant #360557

Color information

#360557 (or 0x360557) is unknown color: approx Blackcurrant. HEX triplet: 36, 05 and 57. RGB value is (54,5,87). Sum of RGB (Red+Green+Blue) = 54+5+87=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 87 (34.38% from 255 or 59.59% from 146); Max value from RGB is 87 - color contains mainly: blue. Hex color #360557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360557 is #C9FAA8. Grayscale: #1C1C1C. Windows color (decimal): -13236905 or 5702966. OLE color: 5702966.

HSL color Cylindrical-coordinate representation of color #360557: hue angle of 275.85º 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 #360557 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB54587-
CMYK0.380.9400.66
HSL275.85º89.13%18.04%-
HSV(B)275.85º94.25%34.12%-
XYZ3.31.589.15-
YUV29160.73145.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.99%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 87 (34.38% from 255) = 59.59%
R=36.99%
G=3.42%
B=59.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal545870.380.9400.66275.8589.1318.04
Hex36557265E0421145912
Octal66512746136010242413122
Binary1101101011010111100110101111001000010100010100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360557; }

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

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

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

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

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

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

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

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