#360059

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

Shades of Blackcurrant #360059

Tints of Blackcurrant #360059

Color information

#360059 (or 0x360059) is unknown color: approx Blackcurrant. HEX triplet: 36, 00 and 59. RGB value is (54,0,89). Sum of RGB (Red+Green+Blue) = 54+0+89=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #360059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360059 is #C9FFA6. Grayscale: #191919. Windows color (decimal): -13238183 or 5832758. OLE color: 5832758.

HSL color Cylindrical-coordinate representation of color #360059: hue angle of 276.4º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360059 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB54089-
CMYK0.39100.65
HSL276.4º100%17.45%-
HSV(B)276.4º100%34.9%-
XYZ3.321.519.57-
YUV26.29163.39147.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 62.24%
R=37.76%
G=0%
B=62.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal540890.39100.65276.410017.45
Hex3605927640411146411
Octal66013147144010142414421
Binary11011001011001100111110010001000001100010100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360059; }

 p { color: rgb(54,0,89); }

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

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

 a { background-color: rgb(54,0,89); }

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

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

 span { border-color: rgb(54,0,89); }

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