#360357

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

Shades of Blackcurrant #360357

Tints of Blackcurrant #360357

Color information

#360357 (or 0x360357) is unknown color: approx Blackcurrant. HEX triplet: 36, 03 and 57. RGB value is (54,3,87). Sum of RGB (Red+Green+Blue) = 54+3+87=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 87 (34.38% from 255 or 60.42% from 144); Max value from RGB is 87 - color contains mainly: blue. Hex color #360357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360357 is #C9FCA8. Grayscale: #1B1B1B. Windows color (decimal): -13237417 or 5702454. OLE color: 5702454.

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

Color convert

RGB54387-
CMYK0.380.9700.66
HSL276.43º93.33%17.65%-
HSV(B)276.43º96.55%34.12%-
XYZ3.271.549.14-
YUV27.83161.4146.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.5%
GREEN value IS 3 (1.56% from 255) = 2.08%
BLUE value IS 87 (34.38% from 255) = 60.42%
R=37.5%
G=2.08%
B=60.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal543870.380.9700.66276.4393.3317.65
Hex3635726610421145d12
Octal66312746141010242413522
Binary110110111010111100110110000101000010100010100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360357; }

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

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

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

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

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

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

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

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